Refines ambiguous or high-risk user requests before execution. Trigger when the request is underspecified, likely to benefit from clearer constraints or verification, or when the user explicitly asks to refine, improve, optimize, refactor, or compare approaches. Skip clear single-step instructions and already-well-scoped tasks.

v1.0.3

Refines ambiguous or high-risk user requests before execution. Trigger when the request is underspecified, likely to benefit from clearer constraints or veri...

0· 66·0 current·0 all-time
byTaiChangXieBuWan@lq434239
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the runtime instructions and reference materials. It only needs to read the user's request and session context to decide whether to refine — which is coherent for a prompt-refinement skill. No unrelated binaries, env vars, or install steps are requested.
Instruction Scope
Instructions require reading the original request and current session context (expected for this task). The skill also asks to record minimal preference events for later summarization by a separate 'self-improving-session' skill; this is reasonable but worth auditing to ensure no full prompts or sensitive content are stored or leaked.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no bundled code — lowest-risk installation profile.
Credentials
No environment variables, credentials, or config paths are requested. Requested access (session context and the immediate user request) is proportional to the skill's purpose.
Persistence & Privilege
always:false and default model invocation are appropriate. The skill does ask to emit small preference events for later summarization, but it explicitly warns not to store full refined prompts; this is consistent with limited persistence and limited privilege.
Assessment
This skill appears coherent and low-risk, but double-check two operational details before enabling it broadly: (1) confirm how 'session context' is scoped and whether that context can include sensitive or confidential user data — ensure the platform prevents inadvertent exposure to other subsystems or logs; (2) verify that the 'minimal preference event' sent to self-improving-session is truly a small label (choose_refined / choose_original, etc.) and never contains the full prompt or other identifying data. Also confirm the platform tooling used for confirmations (AskUserQuestion fallback) behaves as expected for your privacy/compliance requirements.

Like a lobster shell, security has layers — review code before you run it.

latestvk975401t6jzdmz3jws6rxhn9js84v4f2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments