Agent skills for the Bilibili Toy platform creator CLI, packaged in the Vercel skills format so any compatible agent (Claude Code, Cursor, Codex, and 50+ others) can install them.
npx skills add bilibili/toyThe CLI discovers skills under the top-level skills/ directory.
| Skill | What it does |
|---|---|
toy |
Publish, update, preview, and inspect Toy pages through the official toy CLI. |
skills/
toy/
SKILL.md # skill definition (YAML frontmatter: name, description)
references/ # supporting docs loaded on demand
installation.md
content-checklist.md
error-codes.md
scripts/
toy_doctor.py # zero-dependency static preflight for Toy packages
Each skill is a directory with a SKILL.md whose frontmatter carries a
lowercase-hyphen name (matching the directory name) and a description. See
the Vercel skills source formats
for the full discovery rules.