Files
openchamber/packages/docs/content/docs/skills-catalog.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

28 lines
1.0 KiB
Plaintext

---
title: Skills Catalog
description: Browse and install ready-made skills.
---
# Skills Catalog
The Skills Catalog lets you install skills other people have published instead of writing your own. Open it at **Settings → Skills → Catalog**.
For writing your own skills, see [Skills](/skills/).
## Install a skill
1. Open the catalog.
2. Browse the built-in sources — the Anthropic skills repo and the ClawdHub community registry — or search.
3. Pick a skill and install it.
4. Choose where to install it: for everything you do, or just the current project.
If a skill with the same name already exists, OpenChamber asks what to do — skip it, overwrite it, or decide per skill.
## Add your own source
You can add any Git repository as a source using its `owner/repo` name or a full Git URL. Private repositories need access set up on your machine (an SSH key or saved credentials); if a source can't authenticate, the catalog says so rather than failing silently.
## Related
- [Skills](/skills/) — create and manage installed skills