用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pan94u/forge --skill internal-api-knowledge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | internal-api-knowledge |
| version | 2.0 |
| scope | platform |
| category | knowledge |
| profile | knowledge |
| description | Provides knowledge about internal APIs, service contracts, and integration patterns |
| tags | ["api","integration","service-contracts"] |
| required_tools | ["forge-knowledge.search_wiki","forge-knowledge.search_profiles","forge-service-graph.get_dependencies"] |
This skill equips the agent with the ability to retrieve and apply knowledge about internal APIs and service contracts. When working on tasks that involve calling other services, the agent should use this skill to understand API contracts, authentication requirements, error handling patterns, and versioning strategies.
When the current task involves interacting with internal APIs:
Identify the target service: Determine which internal service(s) the task requires integration with.
Retrieve the service profile: Use forge-knowledge.search_profiles to get the service profile:
Check the service graph: Use forge-service-graph.get_dependencies to understand:
Look up API documentation: Use forge-knowledge.search_wiki to find:
Apply integration patterns consistently:
Handle errors according to conventions: