Use when user input is vague, underspecified, lacks boundaries or acceptance criteria, or would benefit from being reframed into a more executable prompt before work begins. Also use when user explicitly asks to optimize/refine/improve a prompt.
v1.0.0Use when user input is vague, underspecified, lacks boundaries or acceptance criteria, or would benefit from being reframed into a more executable prompt bef...
⭐ 1· 95·0 current·0 all-time
byTaiChangXieBuWan@lq434239
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the runtime instructions: refine vague prompts, offer confirmation, and optionally emit a compact preference signal. The skill does not request unrelated environment variables, binaries, or install steps — nothing appears excessive for a prompt-refiner.
Instruction Scope
SKILL.md confines actions to extracting the user's original prompt and session context, producing a refined prompt, asking the user to confirm, and emitting a short learning signal for a separate session-learner. This is appropriate for the purpose, but it relies on platform integrations (AskUserQuestion popup and session-learner) that are not declared in the metadata. The instructions explicitly forbid recording full prompt text, which is good practice; verify that implementations follow that rule.
Install Mechanism
No install spec and no code files — instruction-only skills have the lowest install risk because nothing is downloaded or written to disk.
Credentials
The skill declares no required environment variables, credentials, or config paths. No hidden requests for secrets are present in the instructions or reference material.
Persistence & Privilege
always:false and normal autonomous invocation are appropriate. The only persistence hint is the interaction with a session-learner that accumulates preference patterns; this raises privacy/retention considerations (see guidance) but does not itself indicate privilege escalation or incoherence.
Assessment
This skill appears coherent and low-risk, but check three implementation details before installing: (1) Confirm the session-learner implementation truly stores only compact preference signals (e.g., "prefers popup"), never full prompt contents or originals. (2) Verify the AskUserQuestion popup and any UI flow do not send refined/original prompts to third-party endpoints or logs accessible by others. (3) Decide whether you want autonomous invocations allowed for this skill (default is allowed); if you prefer manual control, disable autonomous use or require explicit confirmation. If these items are satisfied, the skill is appropriate for refining user prompts.Like a lobster shell, security has layers — review code before you run it.
latestvk97f6cydzkd6p4y5xvzdx7eak984gnsj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
