Agent Skills
› openai/plugins
› minimal-skill
minimal-skill
GitHub这是一个用于插件评估测试的最小化示例技能,旨在验证技能评估功能在小而有效的示例上是否正常工作。
Trigger Scenarios
用户需要一个紧凑的技能结构演示
进行技能评估功能的测试
Install
npx skills add openai/plugins --skill minimal-skill -g -y
SKILL.md
Frontmatter
{
"name": "minimal-skill",
"license": "MIT",
"description": "Minimal example skill for plugin-eval tests. Use when the user wants a compact demonstration of a well-structured skill."
}
Minimal Skill
Use this fixture to verify that skill evaluation works on a small but valid example.
Workflow
- Read the target file.
- Summarize the important structure.
- Reference deeper details only when needed.
Reference
references/details.md
Version History
- 11c74d6 Current 2026-07-19 09:43


