Install
openclaw skills install @amourlion/limited-info-subagent-skill-verifyValidate whether a skill can be executed successfully by a minimally informed subagent. Use when the user wants to test a skill by giving a subagent only a m...
openclaw skills install @amourlion/limited-info-subagent-skill-verifyUse this skill when the user wants to verify a skill under intentionally sparse conditions.
This skill checks whether another skill is robust enough to work when a subagent receives only the minimum realistic invocation.
The goal is not to help the subagent succeed by giving away the workflow. The goal is to see whether the target skill itself carries enough behavioral guidance.
Use this skill when the user explicitly wants:
Do not use it when the user wants you to execute the target skill directly without verification.
Give the subagent only the minimum information needed to invoke the target skill.
Good examples:
Use $target-skill with this file: /path/to/file.txt
Use $target-skill with this video link: https://example.com/video
Use $target-skill with this prompt: ...
Do not include:
Construct a short invocation that names the target skill and passes the artifact.
Spawn exactly one subagent unless the user asks for multiple runs or comparisons.
Do not send clarifications or nudges unless the user explicitly wants an interactive retry.
The main agent must perform the acceptance review. Do not ask another subagent to validate the first subagent.
Judge whether the target skill behaved as intended under limited information.
Check these:
Report findings first.
For each finding:
If the run passes, say that explicitly and mention any residual ambiguity.
If the target skill fails, improve the target skill before retrying when appropriate.
Typical fixes: