# Olostep Skills

Drop-in skills that teach AI coding agents how and when to use Olostep. Install all of them with the Olostep CLI:

```bash
npm install -g olostep-cli
olostep init                  # sign in + install skills + MCP
olostep add skills --category usage      # only usage skills
olostep add skills --category build      # only build skills
olostep add skills --category workflow   # only workflow skills
```

Each skill below is also hosted individually so agents with web access can read the latest version directly.

## Usage skills

Use Olostep's features.

- **[answers](https://www.olostep.com/skills/answers/SKILL.md)** — Get AI-powered answers with citations from live web data using Olostep.
- **[batch](https://www.olostep.com/skills/batch/SKILL.md)** — Scrape up to 10,000 URLs in parallel using Olostep.
- **[crawl](https://www.olostep.com/skills/crawl/SKILL.md)** — Autonomously crawl an entire website by following links from a starting URL using Olostep.
- **[map](https://www.olostep.com/skills/map/SKILL.md)** — Discover and list all URLs on a website using Olostep.
- **[scrape](https://www.olostep.com/skills/scrape/SKILL.md)** — Scrape a single webpage and extract its content as clean markdown, HTML, JSON, or text using Olostep.
- **[search](https://www.olostep.com/skills/search/SKILL.md)** — Search the web using Olostep for live, up-to-date information.

## Build skills

Install and integrate Olostep into a codebase.

- **[integrate](https://www.olostep.com/skills/integrate/SKILL.md)** — Automatically integrate the Olostep SDK into the user's codebase.
- **[setup](https://www.olostep.com/skills/setup/SKILL.md)** — Configure the Olostep MCP server so all Olostep skills work correctly.

## Workflow skills

Produce a deliverable with Olostep.

- **[debug-error](https://www.olostep.com/skills/debug-error/SKILL.md)** — Search the web for a specific error message or bug using Olostep.
- **[docs-to-code](https://www.olostep.com/skills/docs-to-code/SKILL.md)** — Scrape API documentation or library docs and use them to write working, up-to-date code.
- **[extract-schema](https://www.olostep.com/skills/extract-schema/SKILL.md)** — Scrape a webpage with Olostep and extract specific structured data matching a TypeScript interface, JSON schema, or database model.
- **[migrate-code](https://www.olostep.com/skills/migrate-code/SKILL.md)** — Scrape a migration guide, changelog, or breaking changes document using Olostep and automatically update the user's local code.
- **[research](https://www.olostep.com/skills/research/SKILL.md)** — Do thorough, cited web research to help the user make a decision.

## Links

- CLI docs: https://docs.olostep.com/sdks/cli
- Skills docs: https://docs.olostep.com/features/skills
- MCP server: https://docs.olostep.com/integrations/mcp-server
- Agent onboarding: https://www.olostep.com/agent-onboarding/SKILL.md
