{
  "markdown": "# PipeLLM WebSearch\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n> Give your coding agent the ability to search the web, read pages, and stay up to date — powered by [PipeLLM](https://pipellm.com).\n\nA skill extension for coding agents (Claude Code, Cursor, Gemini CLI, Codex, OpenCode) that teaches your agent **when** and **how** to use web search effectively during development tasks.\n\n## ✨ What It Does\n\nThis skill teaches your coding agent to:\n\n- 🔍 **Search the web** — find documentation, solutions, and references\n- ⚡ **Quick search** — fast lookups when speed matters\n- 📄 **Read web pages** — extract clean content from any URL\n- 📰 **Search news** — find current events and recent developments\n\nYour agent learns to **choose the right search type** based on the situation — fast snippets for quick lookups, deep RAG search for thorough research, or news search for current events.\n\n## 🚀 Installation\n\n### Claude Code\n\n```\n/plugin install pipellm-websearch@pipellm-websearch\n```\n\nOr register the marketplace first:\n\n```\n/plugin marketplace add PipeLlm-AI/pipellm-websearch-skill\n/plugin install pipellm-websearch@pipellm-websearch\n```\n\n### Cursor\n\n```\n/add-plugin pipellm-websearch\n```\n\n### Gemini CLI\n\n```\ngemini extensions install https://github.com/PipeLlm-AI/pipellm-websearch-skill\n```\n\n### Codex\n\n```\nFetch and follow instructions from https://raw.githubusercontent.com/PipeLlm-AI/pipellm-websearch-skill/refs/heads/main/.codex/INSTALL.md\n```\n\n### OpenCode\n\n```\nFetch and follow instructions from https://raw.githubusercontent.com/PipeLlm-AI/pipellm-websearch-skill/refs/heads/main/.opencode/INSTALL.md\n```\n\n## 🔑 Setup\n\n1. Visit [console.pipellm.com](https://console.pipellm.com)\n2. Sign up or log in — new accounts get **$5 free credit**\n3. Go to **API Keys** → **Create Key** (starts with `pipe-`)\n4. Set your key: `export PIPELLM_API_KEY=pipe-your-key-here`\n\n## 🛠️ Available Search Types\n\n| Type | Speed | Use Case |\n|------|-------|----------|\n| **RAG Search** | ~5-15s | Deep research, fact-checking, technical lookups |\n| **Simple Search** | ~1s ⚡ | Quick facts, getting URLs, version checks |\n| **Web Reader** | ~3-10s | Reading documentation, articles, blog posts |\n| **News Search** | ~5-15s | Current events, breaking news, announcements |\n\nDeep and news searches cost **$0.08** per successful request. Simple search and reader requests cost **$0.01**.\n\n## 📖 How It Works\n\nThis is a **pure skill** (no runtime code). It provides your coding agent with:\n\n1. **Decision logic** — when to search vs. when to rely on existing knowledge\n2. **Scenario-based selection** — which search type to use for different tasks\n3. **API knowledge** — how to call PipeLLM's WebSearch API with `curl`/`fetch`\n4. **Error handling** — how to deal with failures and guide users through setup\n\nThe agent uses its native HTTP tools to make API calls directly.\n\n## 🔄 Updating\n\n### Gemini CLI\n```bash\ngemini extensions update pipellm-websearch\n```\n\n### Codex / OpenCode\n```bash\ncd ~/.codex/pipellm-websearch && git pull\n# or\ncd ~/.config/opencode/pipellm-websearch && git pull\n```\n\n## 📄 License\n\nMIT\n",
  "bytes": 3140,
  "sha": "7f54dd93ed1a1e2b9ae91fa9e6972f72d639f7f4ea0d28860762a9a7c6187bf3",
  "repo_slug": "pipellm-ai/pipellm-websearch-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_pipellm_ai_pipellm_websearch_skill_5cecee43/readme"
}