# Skill Store

> Browse, install, update, and manage skill packages from the registry.

- Skill: `zhanghandong/skill-store` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zhanghandong/skill-store`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zhanghandong/skill-store/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ZhangHanDong (https://skillmd.com/u/zhanghandong)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zhanghandong/skill-store

---


# Skill Store

Use the `manage_skills` tool to browse, install, and remove skills. Do NOT use shell commands — skills must be managed via the tool.

## Browse Available Packages

```
manage_skills(action="search")
manage_skills(action="search", query="voice")
```

## Install a Package

```
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm")
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm", force=true)
```

Use `force=true` to overwrite an existing skill. Use `branch` for a specific version.

## List Installed Skills

```
manage_skills(action="list")
```

## Update a Skill

```
manage_skills(action="update", name="mofa-fm")
```

Reads the original source repo from `.source` and reinstalls with the latest version.

## Remove a Skill

```
manage_skills(action="remove", name="mofa-fm")
```

Tell the user what was installed and any requirements (e.g. API keys, binaries).

