Create skill
documentedCreate a new custom agent skill.
POST /v1/skillsSkillsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.anthropic.com/v1/skills" \
-X POST \
-H "x-api-key: {{ANTHROPIC_API_KEY}}" \
-H "anthropic-version: 2023-06-01" \
-H "anthropic-beta: skills-2025-10-02" \
-F "display_title={{$display_title}}" \
-F "files[]=@{{$skill_path}}/SKILL.md;filename=SKILL.md"