← 返回 Skills 市场
amourlion

Limited Info Subagent Skill Verify

作者 Winston Zhu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install limited-info-subagent-skill-verify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /limited-info-subagent-skill-verify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug limited-info-subagent-skill-verify
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Limited Info Subagent Skill Verify?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install limited-info-subagent-skill-verify」即可一键安装,无需额外配置。

Limited Info Subagent Skill Verify 是免费的吗?

是的,Limited Info Subagent Skill Verify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Limited Info Subagent Skill Verify 支持哪些平台?

Limited Info Subagent Skill Verify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Limited Info Subagent Skill Verify?

由 Winston Zhu(@amourlion)开发并维护,当前版本 v1.0.0。

💬 留言讨论