skill-lookup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill Lookup

Skill 查找功能

This skill allows the Agent to introspect its own capabilities and find the right tool for the job.
该技能允许Agent自省自身能力,并找到适合任务的工具。

Capabilities

功能特性

1. Search Skills

1. 搜索技能

Find skills by keyword, category, or tag.
  • Query: "infrastructure", "flutter", "test"
  • Result: List of matching skills with descriptions.
通过关键词、类别或标签查找技能。
  • Query: "infrastructure", "flutter", "test"
  • Result: 匹配到的技能列表及描述。

2. Get Skill Details

2. 获取技能详情

Retrieve the full instructions (
SKILL.md
) for a specific skill.
检索特定技能的完整说明文档(
SKILL.md
)。

When to Use

使用场景

  • User asks "Do you have a skill for X?"
  • Agent is unsure how to perform a specialized task and wants to check if a skill exists.
  • "List all available skills."
  • 用户询问"你有处理X的技能吗?"
  • Agent不确定如何执行某项专业任务,想要检查是否存在对应技能。
  • 用户要求"列出所有可用技能。"

How it Works (Conceptual)

工作原理(概念性说明)

The Agent should:
  1. Check the
    .agent/skills
    directory.
  2. Read the
    SKILL.md
    frontmatter to match requirements.
  3. Load the full
    SKILL.md
    if a match is found to learn the instructions.
Agent 应执行以下步骤:
  1. 检查
    .agent/skills
    目录。
  2. 读取
    SKILL.md
    的前置元数据以匹配需求。
  3. 如果找到匹配项,则加载完整的
    SKILL.md
    以学习操作说明。