Marketplace for PipeLLM WebSearch skill
npx claudepluginhub pipellm-ai/pipellm-websearch-skillWeb search skill for coding agents — search the web, read pages, and find news via PipeLLM API
Give your coding agent the ability to search the web, read pages, and stay up to date — powered by PipeLLM.
A 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.
This skill teaches your coding agent to:
Your 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.
/plugin install pipellm-websearch@pipellm-websearch
Or register the marketplace first:
/plugin marketplace add PipeLlm-AI/pipellm-websearch-skill
/plugin install pipellm-websearch@pipellm-websearch
/add-plugin pipellm-websearch
gemini extensions install https://github.com/PipeLlm-AI/pipellm-websearch-skill
Fetch and follow instructions from https://raw.githubusercontent.com/PipeLlm-AI/pipellm-websearch-skill/refs/heads/main/.codex/INSTALL.md
Fetch and follow instructions from https://raw.githubusercontent.com/PipeLlm-AI/pipellm-websearch-skill/refs/heads/main/.opencode/INSTALL.md
pipe-)export PIPELLM_API_KEY=pipe-your-key-here| Type | Speed | Use Case |
|---|---|---|
| RAG Search | ~5-15s | Deep research, fact-checking, technical lookups |
| Simple Search | ~1s ⚡ | Quick facts, getting URLs, version checks |
| Web Reader | ~3-10s | Reading documentation, articles, blog posts |
| News Search | ~5-15s | Current events, breaking news, announcements |
Each request costs $0.05 from your PipeLLM balance.
This is a pure skill (no runtime code). It provides your coding agent with:
curl/fetchThe agent uses its native HTTP tools to make API calls directly.
gemini extensions update pipellm-websearch
cd ~/.codex/pipellm-websearch && git pull
# or
cd ~/.config/opencode/pipellm-websearch && git pull
MIT
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations