research
Comprehensive research skill using Zai MCP web search and native Claude Code tools
npx skills add majiayu000/claude-skill-registry --skill research-alfredolopez80-multi-agent-ralph-lo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Skill - Multi-Agent Ralph v2.88 **Smart Research with Zai MCP Integration** - Leverages Zai MCP for comprehensive web search, article fetching, and content analysis. Based on the principle that research should be thorough, well-sourced, and actionable. ## Quick Start ```bash # Via skill invocation /research Latest React 19 patterns and best practices # Via CLI ralph research "TypeScript 5.0 performance optimizations" # Focus on specific sources /research "Next.js App Router" --sources github,docs ``` ## Key Changes in v2.88 - **Zai MCP as primary**: Uses `mcp__web-search-prime__webSearchPrime` instead of Minimax - **Native WebFetch**: Uses Claude Code's native WebFetch for content retrieval - **Multi-source fetching**: Supports GitHub, CSDN, Juejin, Linux.do article extraction - **Model-agnostic**: Works with any model configured in settings.json ## Available Tools ### 1. mcp__web-search-prime__webSearchPrime (Primary Search) **Purpose:** Comprehensive web search with high-quality results **Parameters:** ```yaml search_query: string # The search query (max 70 characters recommended) content_size: string # "medium" (400-600 words) or "high" (2500 words) location: string #
- Quick Start
- Key Changes in v2.88
- Available Tools
- 1. mcpweb-search-primewebSearchPrime (Primary Search)
- 2. Native WebFetch (Content Retrieval)
- 3. mcpweb-searchfetchGithubReadme
- 4. mcpweb-readerwebReader
- 5. Chinese Article Fetchers
- Research Workflow (5 Steps)
- Step 1: INITIAL SEARCH
- Step 2: REFINE & DEEPEN
- Step 3: FETCH CONTENT
- Step 4: SYNTHESIZE
- Step 5: PERSIST
Via skill invocation
Via CLI
ralph research "TypeScript 5.0 performance optimizations"
Focus on specific sources
ralph memvid save "Research on ${TOPIC}: [key findings]"
Standard research
ralph research "topic description"
With source focus
ralph research "topic" --sources github,docs
Chinese contentWhat does the research skill do?
Comprehensive research skill using Zai MCP web search and native Claude Code tools
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-alfredolopez80-multi-agent-ralph-lo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
