you-skills
Original:🇺🇸 English
Translated
Helps users install, run, and integrate YouSkills (visual manager for local AI skills). Use when the user asks about you-skills, local skills visualization, viewing installed skills, npx you-skills, port 12434, or integrating with Codex/Cursor/OpenClaw skills.
3installs
Sourcegoodpostidea-tech/skills
Added on
NPX Install
npx skill4agent add goodpostidea-tech/skills you-skillsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →YouSkills
This skill provides guidance on YouSkills — a local-only visual manager for AI skills (Codex, Cursor, OpenClaw, custom paths). Use it when the user wants to install, run, troubleshoot, or integrate with YouSkills.
What YouSkills Does
- Local-only: Scans standard skill roots and user paths; strictly read-only, no cloud.
- Web UI: Card/list views, filters, themes, i18n (zh/en).
- Agent-friendly: HTTP API for skills list and manifest.
When to Use This Skill
- User asks how to install or run you-skills.
- User mentions "local skills", "visualize skills", "view my skills", "you-skills".
- User has issues with (e.g. 404, registry, or "opened a file" instead of browser).
npx you-skills - User wants to integrate an agent with local skills (API usage).
Install & Run
Requires Node.js 18+.
One-off (no global install)
bash
npx you-skills --registry=https://registry.npmjs.org/Global install
bash
npm install -g you-skills --registry=https://registry.npmjs.org/
you-skillsNote: If the user's default npm registry is a mirror (e.g. npmmirror), installs may 404. Always use for you-skills.
--registry=https://registry.npmjs.org/Port & Environment
- URL:
http://localhost:12434 - Port:
12434 - Env (optional): ,
CODEX_HOMEfor default scan paths.CURSOR_HOME
Agent / Integration API
- — List skills (default roots or custom
GET /api/skills?root=).root - or
GET /api/skills/manifest— Structured manifest for agents.GET /api/manifest - — Current config (classification_scheme_id, theme_id).
GET /api/config - — Update config.
PATCH /api/config - — Update one skill’s category (writes to
PATCH /api/skills/categoryonly).~/.you-skills/category-cache.json - — List directories (for picking root).
GET /api/browse?path=
Common Issues
-
404 when installing
User may be using a mirror. Usefor both--registry=https://registry.npmjs.org/andnpm install.npx -
“Only opened a file” after run
Ensure they run the command in a terminal (e.g.oryou-skills), not by double-clickingnpx you-skills. The CLI starts the server and opens the browser.cli.js -
First-time / “real user” test
Clear app data: remove(config + category cache). Use browser incognito or clear localStorage for~/.you-skillsto see consent and initial config again.localhost:12434