Requirement Clarity

v1.0.0

从模糊自然语言中梳理清晰需求。Main从用户获取需求时使用,下游Agent从Main获取任务指派时使用。

0· 179·0 current·0 all-time
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 and description (clarifying fuzzy requirements) match the content of SKILL.md. The skill declares no binaries, env vars, or installs, which is proportional to a dialog/clarification helper.
Instruction Scope
SKILL.md limits actions to restating, asking clarification questions, and emitting structured task descriptions — all within the declared purpose. It instructs downstream agents to request clarifications via 'sessions_send', which is a platform-specific mechanism; this is expected for an agent-to-agent protocol but you should confirm your platform's session API behavior and permissions.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no disproportionate access required for its stated functionality.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request persistent presence or attempt to modify other skills or system-wide settings.
Assessment
This is a low-risk, instruction-only helper that formalizes how an agent should ask clarifying questions and produce structured task descriptions. Before installing: (1) confirm your agent platform supports the referenced session API (sessions_send) and understand what permissions messages/requests have; (2) be aware the skill can be invoked autonomously by agents (platform default), so it may follow the protocol and prompt users or other agents for more context; (3) if you rely on strict auditing, ensure any clarifying exchanges are logged because the skill is designed to collect extra conversational context.

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

latestvk973akx4ereb374xr0jcm7gc9583acmz

License

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

Comments