# skills.md — Agent Quick Reference

skills.md is an API-based skill platform. You can discover and run 200+ skills through CLI or MCP without local installs.

## Connect

Run `skills mcp connect` to register as an MCP tool provider. Your host (Codex, Claude, Gemini, Cursor, OpenCode, or any MCP client) will see available skills as tools.

## How it works

1. You request a skill by name (e.g. `image`, `deep-research`, `invoice`)
2. The platform delivers only that skill's Skill.md into your context
3. The skill runs remotely on the platform
4. You receive the result: generated files, logs, and cost records

## Available skills

200+ skills across 17 categories: content generation, research, development tools, data analysis, business, design, media processing, finance, education, project management, communication, health, travel, science, events, productivity, and web.

## Install

```
bun install -g @hasna/skills && skills auth login
```

## MCP connection

```
skills mcp connect
```

## Pricing

- Free: public skills, one agent
- Pro ($10/mo): unlimited agents, private skills
- Premium skill runs show a dollar price first and use account balance when executed

## Links

- Website: https://skills.md
- LLMs.txt: https://skills.md/llms.txt
- Privacy: https://skills.md/#/privacy
- Terms: https://skills.md/#/terms
