API documentation
Build useful integrations with the LLM Skills catalog.
Find the right skills, sync curated collections and plug team selections into your product or internal tools. Start with the guides, then use the endpoint reference when you need exact parameters.
01
Search the catalog
Filter skills and plugins by keyword, category, tag, tool or popularity.
GET /api/v1/skills02
Prepare collections
Create reusable personal lists for onboarding, installation flows or research.
Create a collection03
Sync team workspaces
Expose shared team collections inside your internal tools with permission-aware endpoints.
Team collectionsQuickstart
First request in 30 seconds
Copy this example, replace the key with a server-side environment variable, then confirm the response contains a data object.
cURL
curl "https://llm-skills.com/api/v1/skills?q=seo&limit=3"
-H "Authorization: Bearer llms_api_key"