test-skill

仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

适合开发者验证技能平台能力与工具链是否可用。

这个 Skill 做什么

用于验证 OpenCode Skills 插件接口和脚本调用的测试技能。

用来验证 OpenCode Skills 插件各项能力都能通——能否调用 use_skill、读技能文件、跑脚本并列出技能列表。适合做集成测试或排查插件接入问题,会用到示例文件和示例脚本(比如 example-config.json、greet/echo-args)。优点是能一步步确认每个 API 点都正常,方便定位出问题的环节。

▸ 展开 SKILL.md 英文原文

A test skill to verify all plugin tools work correctly - use_skill, read_skill_file, run_skill_script, find_skills

Skill 开发管理测试插件验证示例通用
0
Stars
0
Forks
12
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MetalbolicX/opencode-agent-skills-md/main/.opencode/skills/test-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MetalbolicX/opencode-agent-skills-md/main/.opencode/skills/test-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Test Skill

This skill exists to verify the OpenCode Skills Plugin API works correctly.

## Testing Checklist

Use this skill to verify:

1. **use_skill** - You're reading this, so it works!
2. **read_skill_file** - Load `example-config.json` or `helper-docs.md`
3. **run_skill_script** - Execute `greet` or `echo-args` scripts
4. **find_skills** - Should list this skill and others

## Available Files

- `SKILL.md` - This file (the main skill content)
- `helper-docs.md` - Additional documentation to test read_skill_file
- `example-config.json` - Sample config file to test non-markdown loading
- `scripts/greet` - Simple script that prints a greeting
- `scripts/echo-args` - Script that echoes 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有