[FEATURE] all in one skill download #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rtlabs-llm-agents/agent-skills-cli#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If possible make args for download all skill for spesific agent
Hi @bejokun, Thank you for the feature suggestion!
Hi @bejokun! I've addressed this request. You can now download all skills for a specific agent using the
-aflag (already supported) combined with the new-yflag to skip all confirmation prompts:-a claude— targets the specific agent (e.g.,claude,cursor,codex)-y— skips all confirmation prompts, effectively auto-installing all skills without manual inputLet me know if you run into any issues!
@Karanjot786 how install all skill from marketplace ?
let say i want install all related to python
@bejokun You cannot install all 180,000 skills from the marketplace at once, but you absolutely install all skills related to "python" (or any other query). There are 5,272 Python-related skills and the search command handles this directly.
Interactive mode (pick what you want):
Use spacebar to select skills, enter to confirm.
Bulk mode (auto-install top matches):
This installs the top 20 by default. Use
-lto increase the limit:Works for any query, not just python:
Interactive mode is the smarter choice. 5,272 skills at once will flood your agent with things you will never use. Sort by stars, pick the top ones, and install those. 😄