skills-sh

Search and install agent skills from agentskill.sh into workspace directories.

37|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/saolalab/clawforce --skill skills-sh-saolalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-sh
Source: https://github.com/saolalab/clawforce/tree/main/marketplace/roles/default/workspace/skills/skills_sh
Command: npx skills add https://github.com/saolalab/clawforce --skill skills-sh-saolalab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of discovering and installing community-created agent skills by providing a simple workflow to search the agentskill.sh directory and add chosen skills directly into a workspace.

Core Features & Use Cases

  • Search a huge directory: Query agentskill.sh's catalog to find skills by keywords or functionality across 99,000+ entries.
  • Install into workspace: Add selected skills to workspace/.agents/skills/ using npx for immediate availability to agents.
  • Manage installed skills: List and update installed skills without needing API keys or manual repository handling.
  • Use Case: When you need a web-scraping or PDF-parsing skill for an agent, search the directory, install the appropriate skill, and have your agent load it automatically.

Quick Start

Ask the agent to search agentskill.sh for "web scraping" and then install the selected skill into the workspace using the skill's add command with npx.

Frequently Asked Questions about skills-sh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install agent skills into my workspace?

To install agent skills, you search the agentskill.sh catalog and use npx to add selected skills directly into your workspace's .agents/skills/ directory for immediate agent availability.

How do I search for community AI agent skills across a large directory?

You can search for community AI agent skills by querying the agentskill.sh directory with keywords or functionality terms to find relevant entries across its 99,000+ catalog.

Do I need Node.js and npx to add agent skills to Claude or Cursor?

Yes, Node.js with npx is required to execute the installation commands that write agent skills into the workspace directory for development, deployment, and automation workflows.

Can I automate agent skill installation without manual confirmation?

Yes, you can automate the agent skill installation process by using confirmation flags during the npx execution to bypass manual prompts for deployment and automation workflows.

What's the best way to manage installed agent skills locally?

The best way to manage installed agent skills is by listing and updating them directly through the agentskill.sh workflow without needing API keys or manual repository handling.

Where are installed agent skills written in my local development environment?

Installed agent skills are written into the workspace/.agents/skills/ directory, ensuring they are automatically loaded by agents such as Claude, Cursor, and Copilot during development.