cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/skills/{slug}
{ "slug": "<string>", "title": "<string>", "description": "<string>", "category": "<string>", "type": "<string>", "price_cents": 123, "currency": "<string>", "version": "<string>", "security_status": "<string>", "security_score": 123, "download_count": 123, "long_description": "<string>", "trust_level": "<string>", "view_count": 0, "install_count": 0, "rating_average": 123, "rating_count": 0, "published_at": "<string>", "created_at": "<string>", "archived_at": "<string>", "author": { "display_name": "<string>", "github_username": "<string>", "display_name_slug": "<string>", "avatar_url": "<string>", "verified": false } }
Get skill details by slug.
Successful Response
Show child attributes
Was this page helpful?