[FEATURE] all in one skill download #3

Closed
opened 2026-02-19 10:10:21 +00:00 by bejokun · 4 comments
bejokun commented 2026-02-19 10:10:21 +00:00 (Migrated from github.com)

If possible make args for download all skill for spesific agent

If possible make args for download all skill for spesific agent
Karanjot786 commented 2026-02-20 11:39:38 +00:00 (Migrated from github.com)

Hi @bejokun, Thank you for the feature suggestion!

Hi @bejokun, Thank you for the feature suggestion!
Karanjot786 commented 2026-02-20 12:38:26 +00:00 (Migrated from github.com)

Hi @bejokun! I've addressed this request. You can now download all skills for a specific agent using the -a flag (already supported) combined with the new -y flag to skip all confirmation prompts:

npx agent-skills-cli install @ComposioHQ/awesome-claude-skills -a claude -y
  • -a claude — targets the specific agent (e.g., claude, cursor, codex)
  • -y — skips all confirmation prompts, effectively auto-installing all skills without manual input

Let me know if you run into any issues!

Hi @bejokun! I've addressed this request. You can now download all skills for a specific agent using the `-a` flag (already supported) combined with the new `-y` flag to skip all confirmation prompts: ```bash npx agent-skills-cli install @ComposioHQ/awesome-claude-skills -a claude -y ``` - `-a claude` — targets the specific agent (e.g., `claude`, `cursor`, `codex`) - `-y` — skips all confirmation prompts, effectively auto-installing all skills without manual input Let me know if you run into any issues!
bejokun commented 2026-02-20 14:03:55 +00:00 (Migrated from github.com)

@Karanjot786 how install all skill from marketplace ?
let say i want install all related to python

@Karanjot786 how install all skill from marketplace ? let say i want install all related to python
Karanjot786 commented 2026-02-21 04:47:48 +00:00 (Migrated from github.com)

@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):

npx agent-skills-cli search python -a claude

Use spacebar to select skills, enter to confirm.

Bulk mode (auto-install top matches):

npx agent-skills-cli search python -a claude -y

This installs the top 20 by default. Use -l to increase the limit:

npx agent-skills-cli search python -a claude -y -l 50

Works for any query, not just python:

npx agent-skills-cli search typescript -a cursor claude
npx agent-skills-cli search react -a claude -y

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. 😄

@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): ```bash npx agent-skills-cli search python -a claude ``` Use spacebar to select skills, enter to confirm. **Bulk mode** (auto-install top matches): ```bash npx agent-skills-cli search python -a claude -y ``` This installs the top 20 by default. Use `-l` to increase the limit: ```bash npx agent-skills-cli search python -a claude -y -l 50 ``` Works for any query, not just python: ```bash npx agent-skills-cli search typescript -a cursor claude npx agent-skills-cli search react -a claude -y ``` 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. 😄
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
rtlabs-llm-agents/agent-skills-cli#3
No description provided.