Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub pablolion/searchnet --plugin searchnetResearch agent that autonomously gathers information from the web and local files. Uses scoped hooks to auto-approve web access and restrict writes to markdown only. Can write markdown findings.
Research agent that autonomously gathers information from the web and local files. Uses scoped hooks to auto-approve web access and restrict writes to markdown only. Can write markdown findings.
Research agent that autonomously gathers information from the web and local files. Uses scoped hooks to auto-approve web access and restrict writes to markdown only. Can write markdown findings.
Report verification agent that checks research outputs for consistency, completeness, accuracy, and relevance. Reviews final reports before delivery.
Broad discovery search using a 3-tier pyramid: 16 Haiku workers, 4 Opus leaders, 1 Opus manager. Best for "does X exist?" and "what tools are available?" questions.
Structured comparison of alternatives using adversarial advocacy groups. Best for "X vs Y", "which is better?", and evaluation questions.
Deep investigation of a single topic using iterative depth-first search. Best for "how does X work?" and "explain Y thoroughly" questions.
Claim verification with dual-track evidence collection and credibility scoring. Best for "is it true that X?" and fact-checking questions.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-engine AI web search — Perplexity, Bing Copilot, and Google AI in parallel with Gemini synthesis. No API keys needed.
Deep research with 3-way LLM triangulation (Claude + Gemini via agy CLI + GPT-5 via codex CLI). Worktree-isolated, primary-source verified (mechanical URL check + passage match), defends against shared-corpus consensus hallucination.
Agent skill and CLI helpers for using RivalSearchMCP research tools from Claude Code. Includes workflows, command references, and a standalone CLI for the hosted MCP server.
Parallel Web Search MCP and Task API integration for Claude Code. Provides web search, content extraction, deep research, data enrichment, entity discovery (FindAll), and web monitoring.
Self-evolving deep research. Gets smarter every time you use it. Searches across channels, synthesizes cited reports, and learns which queries and platforms work best.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
BMAD Method - Breakthrough Method for Agile AI-Driven Development
Local observability for Claude Code — captures every hook event to SQLite with a live web UI
Orchestration rules for multi-agent dispatch with beads, worktrees, and named agents. Installs rules into .claude/rules/orchestration/ for projects that use subagent workflows.
Practical patterns and tools for building Claude Code plugins. Includes rule injection, plugin scaffolding, and workarounds for known issues.
Safe context shrinking for Claude Code
Multi-pipeline search plugin for Claude Code using tiered agent architectures.
| Pipeline | Skill | Architecture |
|---|---|---|
| Broad | /searchnet:broad-search | 16 Haiku workers → 4 Opus leaders → 1 Opus manager |
| Deep | /searchnet:deep-search | 4-6 Opus workers (iterative depth-first) → 2 leaders → manager |
| Comparison | /searchnet:comparison | Advocacy groups per option → adversarial leader synthesis → manager |
| Verification | /searchnet:verification | Dual-track (support + contradict) → credibility assessment → manager |
All pipelines include a final verification step using the verifier agent.
| Agent | Model | Permission strategy |
|---|---|---|
| haiku-searcher | Haiku | Inline jq hooks |
| sonnet-searcher | Sonnet | Inline jq hooks |
| opus-searcher | Opus | Inline jq hooks |
| verifier | Opus | Read-only (no write tools) |
claude plugin marketplace add ~/base/repo/PabloLION/searchnet
claude plugin install searchnet@searchnet --scope user
Test the plugin without installing:
claude --plugin-dir ~/base/repo/PabloLION/searchnet
MIT