← Back to Skills Marketplace
amourlion

Limited Info Subagent Skill Verify

by Winston Zhu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install limited-info-subagent-skill-verify
Description
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 m...
README (SKILL.md)

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:

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
Usage Guidance
This skill appears internally consistent and lightweight: it asks for nothing sensitive and only describes a verification workflow. Before using it, avoid passing any sensitive secrets or private files as the 'minimal' artifact when spawning a subagent, and be aware the policy file permits implicit invocation — if you want strict manual control, disable implicit invocation or only run it interactively. If you intend to use it to test skills that themselves require credentials, review where those credentials are stored and who will see them during the subagent run.
Capability Analysis
Type: OpenClaw Skill Name: limited-info-subagent-skill-verify Version: 1.0.0 The skill bundle is a testing and quality assurance framework designed to verify if other skills can function correctly when a subagent is provided with minimal instructions. The documentation in SKILL.md and the configuration in agents/openai.yaml are strictly aligned with this purpose, focusing on evaluation workflows and acceptance criteria without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name and description describe a verifier for running a minimally informed subagent; the skill declares no binaries, env vars, or installs and is instruction-only, which is appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to spawn a single subagent, provide only minimal invocation material, wait, and evaluate the result. It does not instruct reading unrelated files, accessing secrets, or transmitting data to external endpoints; the evaluation remains within the stated verification workflow.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or fetched during install — this is the lowest-risk model and fits the skill's stated function.
Credentials
The skill does not request environment variables, credentials, or config paths. There are no disproportionate or unexplained secret or config requirements relative to its testing purpose.
Persistence & Privilege
The skill is not marked always:true and requests no persistent access. The included agents/openai.yaml sets allow_implicit_invocation: true (allows implicit invocation), which is a policy-level flag that may let the platform invoke the skill automatically in some contexts — this is not inherently problematic but is worth noting to users who want explicit control over when verification runs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install limited-info-subagent-skill-verify
  3. After installation, invoke the skill by name or use /limited-info-subagent-skill-verify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of limited-info-subagent-skill-verify—validate skill robustness with minimal subagent input. - Allows users to test if a skill performs correctly given only the name and a minimal artifact (link, file, or prompt). - Outlines workflow: prepare minimal invocation, spawn one subagent, evaluate without steering, and report pass/fail clearly. - Provides strict criteria to judge whether a skill is robust to limited information and not just descriptive. - Includes format for findings and guidance for improving failed skills. - Stresses concise, language-matched, user-friendly communication of results.
Metadata
Slug limited-info-subagent-skill-verify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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 m... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Limited Info Subagent Skill Verify?

Run "/install limited-info-subagent-skill-verify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Limited Info Subagent Skill Verify free?

Yes, Limited Info Subagent Skill Verify is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Limited Info Subagent Skill Verify support?

Limited Info Subagent Skill Verify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Limited Info Subagent Skill Verify?

It is built and maintained by Winston Zhu (@amourlion); the current version is v1.0.0.

💬 Comments