limited-info-subagent-skill-verify
Validate 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 minimal invocation, such as the skill name plus a single artifact like a link, file, or short prompt, and then grade whether the subagent actually performed the skill rather than merely describing it.
Best use case
limited-info-subagent-skill-verify is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Validate 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 minimal invocation, such as the skill name plus a single artifact like a link, file, or short prompt, and then grade whether the subagent actually performed the skill rather than merely describing it.
Teams using limited-info-subagent-skill-verify should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/limited-info-subagent-skill-verify/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How limited-info-subagent-skill-verify Compares
| Feature / Agent | limited-info-subagent-skill-verify | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Validate 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 minimal invocation, such as the skill name plus a single artifact like a link, file, or short prompt, and then grade whether the subagent actually performed the skill rather than merely describing it.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
SKILL.md Source
# Limited Info Subagent Skill Verify Use this skill when the user wants to verify a skill under intentionally sparse conditions. ## Purpose 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. ## When To Use Use this skill when the user explicitly wants: - a subagent validation - a limited-information skill test - a sparse invocation test - an acceptance check for a skill Do not use it when the user wants you to execute the target skill directly without verification. ## Minimal-Info Principle Give the subagent only the minimum information needed to invoke the target skill. Good examples: ```text 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: - the target workflow steps - hints about which scripts to run - expected output structure - hidden evaluation criteria - prior conclusions from earlier attempts ## Verifier Workflow ### 1. Prepare the minimal invocation Construct a short invocation that names the target skill and passes the artifact. ### 2. Spawn the subagent Spawn exactly one subagent unless the user asks for multiple runs or comparisons. ### 3. Wait without steering Do not send clarifications or nudges unless the user explicitly wants an interactive retry. ### 4. Evaluate the result yourself The main agent must perform the acceptance review. Do not ask another subagent to validate the first subagent. ### 5. Report pass or fail Judge whether the target skill behaved as intended under limited information. ## Acceptance Criteria Check these: 1. Did the subagent recognize and use the target skill rather than merely describing it? 2. Did it act on the provided artifact? 3. Did it produce the key outputs the target skill is supposed to produce? 4. Did it avoid relying on information that was not given in the minimal invocation? 5. Did it follow the target skill's behavioral boundaries? ## Findings Format Report findings first. For each finding: - state severity - say what the subagent did or failed to do - connect the failure to a missing or weak instruction in the target skill If the run passes, say that explicitly and mention any residual ambiguity. ## Improvement Loop If the target skill fails, improve the target skill before retrying when appropriate. Typical fixes: - strengthen the minimal invocation wording - clarify what must happen on first contact - distinguish execution from description - clarify defaults and file outputs - tighten the acceptance boundary ## Communication - Use the user's language unless they ask otherwise - Keep the verdict concise - Make it easy to see whether the result passed or failed
Related Skills
subagent-testing
Test skills via RED/GREEN/REFACTOR TDD with fresh subagents
high-quality-info-sources
Build, curate, score, and maintain high-quality information source lists for AI, technology, business, or any topic. Use when the user asks to create a skill for trusted sources, make a watchlist of people/sites/accounts to follow, filter noisy sources into a smaller high-signal set, turn a link dump into a reusable monitoring system, or design a repeatable workflow for tracking official accounts, researchers, critics, and market signals.
superpowers-subagent-dev
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints, adapted for OpenClaw's isolated session model
verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
verify-claims
Verify claims and information using professional fact-checking services. Use this skill when users want to verify facts, check claims in articles/videos/transcripts, validate news authenticity, cross-reference information with trusted fact-checkers, or investigate potentially false or misleading content. Triggers include requests to "fact check", "verify this", "is this true", "check if this is accurate", or when users share content they want validated against misinformation.
clawhub-krump-verify
Enables AI agents (e.g. OpenClaw) to understand and use Krump Verify for on-chain move verification against Story IP. Use when the user or agent needs to verify a dance move, pay via USDC.k or x402/EVVM receipt, call KrumpVerify contracts, integrate with ClawHub (clawhub.ai), or build similar EVVM/x402 apps on Story Aeneid.
bifrost-slpx-info
Query Bifrost SLPx liquid staking protocol data on Ethereum, Base, Optimism, and Arbitrum. Get vETH/ETH exchange rates, APY, TVL, user balances, redemption queue status, and protocol stats via on-chain ERC-4626 vault calls and Bifrost REST API. Use when users ask about Bifrost staking rates, vETH prices, DeFi yield, or vToken holdings.
verify-task
MUST use after completing any multi-step task or project. Verifies completion against the original plan, checks quality criteria, and documents outcomes.
verify-submission
Review applications and verify task submissions on OpenAnt. Use when the agent (as task creator) needs to review applicants, accept or reject applications, approve or reject submitted work, or give feedback on deliverables. Covers "review applications", "approve submission", "reject work", "check applicants", "verify task".
create-subagent
创建和管理 SubAgent(子智能体)。使用当用户需要:(1) 创建新的 SubAgent 执行特定任务,(2) 查看/管理已有的 SubAgent,(3) 终止或指导 SubAgent。支持多种预设类型:开发、研究、写作、数据分析等。
information-security-manager-iso27001
ISO 27001 ISMS implementation and cybersecurity governance for HealthTech and MedTech companies. Use for ISMS design, security risk assessment, control implementation, ISO 27001 certification, security audits, incident response, and compliance verification. Covers ISO 27001, ISO 27002, healthcare security, and medical device cybersecurity.
clawhub-rate-limited-publisher
Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.