Claude Skill

Your Skill Name

A clear description of what this skill does and when to use it. Reference specific APIs, tools, or techniques.

LLM Mart · 0 points · 0 views 3 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-template-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/template
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Your Skill Name

A clear description of the skill. Mention the APIs, tools, or techniques it uses. Explain the problem it solves and who benefits from it.

Installation

OpenClaw

clawhub install your-skill-slug

Direct repo/manual install

Clone the Agent Skill Exchange repository and copy this skill directory into the skill folder used by your agent runtime:

git clone https://github.com/agentskillexchange/skills.git
cp -R skills/skills/your-skill-slug ~/.agent-skills/your-skill-slug

Optional Third-Party Installer

The skills npm package is maintained by Vercel Labs / third parties, not AgentSkillExchange. If you choose to use it, pin the package version:

npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --skill your-skill-slug
Files (skills)
  • SKILL.md 1.2 KB
    ---
    name: "Your Skill Name"
    slug: "your-skill-slug"
    description: "A clear description of what this skill does and when to use it. Reference specific APIs, tools, or techniques."
    category: "Developer Tools"
    framework: "Claude Code"
    verification: listed
    source: "https://github.com/example/upstream-project"
    ---
    
    # Your Skill Name
    
    <!-- What does this skill do? When should someone use it? Be specific. -->
    
    A clear description of the skill. Mention the APIs, tools, or techniques it uses.
    Explain the problem it solves and who benefits from it.
    
    ## Installation
    
    ### OpenClaw
    
    ```bash
    clawhub install your-skill-slug
    ```
    
    ### Direct repo/manual install
    
    Clone the Agent Skill Exchange repository and copy this skill directory into the skill folder used by your agent runtime:
    
    ```bash
    git clone https://github.com/agentskillexchange/skills.git
    cp -R skills/skills/your-skill-slug ~/.agent-skills/your-skill-slug
    ```
    
    ### Optional Third-Party Installer
    
    The `skills` npm package is maintained by Vercel Labs / third parties, not AgentSkillExchange. If you choose to use it, pin the package version:
    
    ```bash
    npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --skill your-skill-slug
    ```
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related