用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/block/agent-skills --skill api-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Load when reflecting on AI collaboration quality or tracking growth over time. Analyzes session history to surface how deeply you think with AI tools and whether your orchestration sophistication matches your cognitive depth. Provides actionable nudges to push toward more strategic work.
Write and publish blog posts for the block/goose open source project
Use beads (bd) for persistent task tracking in coding projects. A git-backed issue tracker designed for AI agents with dependency graphs, hierarchical tasks, and multi-agent coordination.
基于 SOC 职业分类
正在显示 SKILL.md
| name | api-setup |
| description | Set up API integration with configuration and helper scripts |
| author | goose |
| version | 1.0 |
| tags | ["api","integration","setup"] |
This skill helps you set up a new API integration with our standard configuration.
setup.sh <api-name> to create the integration directorytemplates/config.template.json to your integration directoryThe config template includes:
api_key: Your API key (get from the provider's dashboard)endpoint: API endpoint URLtimeout: Request timeout in seconds (default: 30)After setup, verify:
If you experience connection timeouts:
If you get 401/403 errors: