Documentation
Skills Overview
A Skill is an installable Agent capability package: a SKILL.md at the core, optionally with scripts, examples, and assets. PromptMan stores, packages, discovers, and distributes them.
What you can do
| Capability | Description |
|---|---|
| Create & edit | Start from SKILL.md templates, or edit content and the file tree inline in the three-column detail view |
| ZIP upload | Upload a full package (≤50MB) to Aliyun OSS; file tree and SKILL.md are parsed automatically |
| Remote install | Paste owner/repo or a GitHub URL — same idea as npx skills add — preview then save to your library |
| Install URL | Stable /api/skills/:id/install for CLI / Agents (do not hand Dashboard page URLs to the CLI) |
| Discover | Public skills appear on /discover and can be installed via Gallery Install URLs |
| Library | Organize into folders and share links — same personal library as prompts |
Detail layout
Dashboard → Skills → open a skill for a three-column layout: file tree · SKILL.md / file content (inline edit) · comments & ratings. The header exposes Install-to-Agents and package download.
TIP
Public skills use an unsigned Install URL. Private skills need a short-lived ?t= link issued by the owner.
Continue Reading