platforms/hermes/skills/autonomous-ai-agents/hermes-skill-source-classification/SKILL.md
Diagnose Hermes `hermes skills list` source labels (`builtin` vs `local`) and avoid false sync decisions.
npx skillsauth add codingsamss/ai-dotfiles hermes-skill-source-classificationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when hermes skills list shows source=builtin for skills that also exist in local skill directories.
Hermes source labeling is name-manifest based:
~/.hermes/skills/.bundled_manifest, the CLI may label it as builtin~/.hermes/skills/<category>/<name>/So builtin does not always mean “no local copy”.
hermes skills list --source all | grep -E '<skill-name>'
grep -nE '^<skill-name>:' ~/.hermes/skills/.bundled_manifest
test -f ~/.hermes/hermes-agent/skills/<category>/<skill-name>/SKILL.md && echo bundled_exists
test -f ~/.hermes/skills/<category>/<skill-name>/SKILL.md && echo local_exists
For repo/local sync scripts, do not use only --source local as truth.
Use a combined rule:
A skill may be misclassified as repo-only if your script trusts source label alone. This can trigger unnecessary sync prompts.
tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。
tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。