AI SummaryEnables Claude to search the web and academic papers (arXiv) via Jina MCP tools and automatically read full content from results. Developers building research-heavy or information-retrieval applications benefit from streamlined multi-source searching.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Jina Search Command" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (12 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/jina-search.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/convert-to-agent.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/convert-to-agent.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/convert-to-slash.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/convert-to-slash.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/fix-markdown-linting.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/fix-markdown-linting.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/generate-changelog.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/generate-changelog.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/improve.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/improve.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/intelligent-lint.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/intelligent-lint.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/parallel-research.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/parallel-research.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pr-review.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/pr-review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/prime.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/prime.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/verify-claims.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/verify-claims.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/verify-pr.md "https://raw.githubusercontent.com/basher83/agent-auditor/main/.claude/commands/verify-pr.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Search web and arXiv using Jina MCP tools with automatic URL reading
Jina Search Command
Search the web and academic sources using Jina MCP tools and automatically read results.
Instructions
Use Jina MCP tools to search and read best practices and latest information: • Web Search: Use search_web for general queries • Academic Search: Use search_arxiv for theoretical deep learning or algorithm details • Always Read Results: search_web and search_arxiv cannot be used alone - always combine with read_url or parallel_read_url to read source content • Efficiency: Use parallel_* versions of search and read when processing multiple sources
Query
Search for: $ARGUMENTS
Workflow
• Execute appropriate search (web or arXiv based on query) • Read returned URLs using read_url or parallel_read_url • Synthesize findings from multiple sources • Provide comprehensive answer with source citations
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster