{
  "markdown": "# Olostep Plugin for Claude Code\n\nTurn any website into clean, LLM-ready markdown or structured data. Olostep integrates powerful web scraping, crawling, search, and AI-powered answers directly into Claude Code.\n\n## Features\n\n- **Scrape** — Extract content from any webpage as markdown, HTML, JSON, or text\n- **Search** — Search the web and get structured results\n- **Crawl** — Autonomously discover and scrape entire websites\n- **Map** — Discover all URLs on a site for analysis\n- **Batch** — Scrape up to 10,000 URLs in parallel\n- **AI Answers** — Get AI-powered answers with citations and sources\n\nAll with automatic JavaScript rendering, anti-bot handling, and proxy rotation built in.\n\n## Installation\n\n### One-Click Install (Claude Code)\n\nRun in Claude Code:\n\n```\n/install-plugin olostep\n```\n\n### Manual Install\n\n```bash\nclaude plugin add olostep/olostep-claude-code-plugin\n```\n\n## Setup\n\nAfter installing, run `/olostep:setup` to configure your API key.\n\n1. Get your free API key at [olostep.com/auth](https://olostep.com/auth)\n2. Run `/olostep:setup` and paste your key\n3. Start scraping!\n\n## Available Commands\n\n| Command | Description |\n|---------|-------------|\n| `/olostep:setup` | Configure your Olostep API key |\n| `/olostep:scrape` | Extract content from a single webpage |\n| `/olostep:search` | Search the web for information |\n| `/olostep:crawl` | Crawl an entire website from a start URL |\n| `/olostep:map` | Discover all URLs on a website |\n| `/olostep:batch` | Batch scrape up to 10,000 URLs |\n| `/olostep:answers` | Get AI-powered answers with citations |\n\n## Usage Examples\n\n### Scrape a webpage\n```\n/olostep:scrape https://example.com\n```\n\n### Search the web\n```\n/olostep:search latest AI frameworks 2026\n```\n\n### Crawl a documentation site\n```\n/olostep:crawl https://docs.example.com 50\n```\n\n### Map a website's structure\n```\n/olostep:map https://example.com\n```\n\n### Batch scrape multiple URLs\n```\n/olostep:batch https://example.com/page1, https://example.com/page2, https://example.com/page3\n```\n\n### Get AI-powered answers\n```\n/olostep:answers What are the pricing plans for [product]?\n```\n\n## MCP Tools\n\nYou can also use Olostep's tools directly in conversation. Ask Claude to scrape a URL, search the web, gather competitive research, or extract structured data. The following MCP tools are available:\n\n| Tool | Description |\n|------|-------------|\n| `scrape_website` | Extract content from a single URL (markdown, HTML, JSON, text) |\n| `get_webpage_content` | Retrieve a webpage as markdown |\n| `search_web` | Search the web with structured results |\n| `google_search` | Get Google SERP data |\n| `create_crawl` | Autonomously crawl a website |\n| `create_map` | Discover all URLs on a site |\n| `batch_scrape_urls` | Batch scrape up to 10k URLs |\n| `answers` | AI-powered answers with citations |\n| `get_website_urls` | Search and retrieve relevant URLs |\n\n## Configuration\n\nThe plugin is configured via the MCP server. Environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `OLOSTEP_API_KEY` | Yes | Your Olostep API key from [olostep.com/auth](https://olostep.com/auth) |\n\n## Pricing\n\n- **Free tier**: 500 free credits\n- Sign up at [olostep.com/auth](https://olostep.com/auth)\n- See full pricing at [olostep.com/pricing](https://olostep.com/pricing)\n\n## Links\n\n- [Olostep Website](https://olostep.com)\n- [API Documentation](https://docs.olostep.com)\n- [Get API Key](https://olostep.com/auth)\n- [MCP Server on npm](https://www.npmjs.com/package/olostep-mcp)\n- [GitHub](https://github.com/olostep)\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n",
  "bytes": 3636,
  "sha": "eacf9397aa768e613f4464acc2e03181bbb94328a56e26b36623810220f0a564",
  "repo_slug": "olostep/olostep-claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_olostep_olostep_claude_code_plugin_olost_efa06f0b/readme"
}