List skills
documentedList custom agent skills.
GET /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?query={{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "x-api-key: {{ANTHROPIC_API_KEY}}" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-H "Accept: application/json"