# Skills Board, the agent-native skills registry for teams

> Skills Board is the agent-native skills registry for teams. Keep your team's AI skills in one place, and reach them from your agent through MCP.

- Canonical URL: https://www.skillsboard.sh
- Markdown URL: https://www.skillsboard.sh/index.md
- Publisher: Skills Board (https://www.skillsboard.sh)
- Published: 2026-01-15
- Last updated: 2026-08-22

Skills Board is the agent-native skills registry for teams, the web app where a team keeps and shares its AI skills. Teammates search that library, see where each skill came from, and pick the way of using it that fits their agent.

A saved skill is a team's own choice. It is not a security review, an approval, or a compatibility certification, and Skills Board follows the latest version at the saved source rather than pinning the version a teammate used earlier.

## How it works

### 1. Save the skill

Paste a GitHub skill URL you want the team to reuse. Skills Board keeps the name, description, and install command tied to it.

### 2. Find it later

One searchable library for the whole team—no more scrolling chat history for that one link somebody posted.

### 3. Use it your way

Open the source, copy a compatible install command, download the latest files as a ZIP, or search the same library from your connected agent.

## Four ways to use a saved skill

- Open the original source, which stays linked to every entry.
- Copy an install command compatible with the teammate's agent.
- Download the latest source files as a ZIP.
- Search the same library from a connected MCP agent.

## MCP access

Connect Skills Board through MCP and, within the scopes granted, an agent can search team skills and collections, retrieve install commands, and discover public or repository skills. With write access it can save skills and organize collections.

**Endpoint:** https://www.skillsboard.sh/api/mcp (streamable HTTP, OAuth protected).

| Scope | Needed for | What it covers |
| --- | --- | --- |
| skills:read | Every tool | List and search team skills and collections, get install commands, discover public and repository skills |
| skills:write | The write tools only | Save new skills, create collections, add or remove skills from a collection |

### Limits

- No scope allows editing or deleting a skill already saved to a team library.
- Skills Board records what a team keeps; it does not install a skill into an agent or run one.

Registration and token details for an agent are in [auth.md](https://www.skillsboard.sh/auth.md).

## Claude Code plugin

The same MCP server ships as a Claude Code plugin, so a teammate can add the marketplace and the plugin instead of configuring the server by hand.

```
/plugin marketplace add TommyBez/skillsboard
/plugin install skills-board@skills-board
```

## Pricing

- The hosted product is free forever: no trial, no credit card, and no paid tier.
- The code is open source under MIT, so a team that would rather run it themselves can.

## Frequently asked questions

### What is Skills Board?

Skills Board is a web app where a team collects and shares its AI skills. Teammates search that library, see where each skill comes from, and choose the source, install command, or ZIP that fits their agent setup.

### How is Skills Board different from a public skill catalog?

Public catalogs help you discover what exists. Skills Board captures the smaller set your own team settled on, keeps each entry tied to its original source, and offers more than one way to use a skill across different agents.

### Do teammates need to use the same AI agent?

No. Skills Board is built for mixed setups. Everyone starts from the same team entry, then connects an MCP-compatible agent or opens the source, copies a compatible install command, or downloads the latest files as a ZIP.

### What can my agent do through MCP?

After you connect Skills Board, an MCP-compatible agent can search team skills and collections, retrieve install commands, and discover public or repository skills. With the right scope, it can save new skills and organize collections. It cannot edit or delete saved skills, install them, or run them.

### Does every skill work with every agent?

No. Skills Board keeps the original source visible and offers practical usage choices, but it does not certify universal compatibility. Each teammate should pick the path that fits their agent and inspect the source when needed.

### Is Skills Board free?

Yes. The hosted product is free forever, with no trial, credit card, or paid tier. The code is also open source if a team wants to self-host.

### Is a saved skill a formal approval or security review?

No. A saved skill is a team's own choice, not a formal security review, approval, or compatibility certification. Teams should inspect the source and apply their own standards.

### Will I get the exact version someone on my team used?

Skills Board follows the latest version available from the saved source. It does not pin or preserve historical versions, so the files available now may differ from the version a teammate used earlier.

## Related resources

- [Resources](https://www.skillsboard.sh/resources)
- [Agent Skills: the open standard](https://www.skillsboard.sh/agent-skills)
- [Pricing](https://www.skillsboard.sh/pricing)
- [About Skills Board](https://www.skillsboard.sh/about)
- [Machine-readable site overview](https://www.skillsboard.sh/llms.txt)
