popular_skills
Return top N AI agent skills ranked by download count. Use for discovery or onboarding when user has no specific task in mind (e.g. "show me popular skills", "what can I do with this"). Do NOT use when user describes a specific task — use search_skills instead. Returns: slug, name, description, category, downloads, stars. On database error returns empty list — do not retry. Default limit 20, max 50. Follow up with get_skill only if user requests details on a specific result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many top skills to return. Default: 20. Max: 50. Use 5-10 for quick recommendations, 20-50 for browsing. |