# Your Skill Name

> Provides a template for creating new agent skills, including installation instructions for OpenClaw and manual setup.

- Skill: `agentskillexchange/your-skill-name` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/your-skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/your-skill-name/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, Dev Tooling
- Tags: Agent Skills, Installation, Openclaw, Skill Template
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/your-skill-name

---


# 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
```

