skill-lookup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill 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 () for a specific skill.
SKILL.md检索特定技能的完整说明文档()。
SKILL.mdWhen 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:
- Check the directory.
.agent/skills - Read the frontmatter to match requirements.
SKILL.md - Load the full if a match is found to learn the instructions.
SKILL.md
Agent 应执行以下步骤:
- 检查 目录。
.agent/skills - 读取 的前置元数据以匹配需求。
SKILL.md - 如果找到匹配项,则加载完整的 以学习操作说明。
SKILL.md