Agent skill · AI & Agents

research

Comprehensive research skill using Zai MCP web search and native Claude Code tools

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/research-alfredolopez80-multi-agent-ralph-lo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 #

What's inside
Steps it walks through
  1. Quick Start
  2. Key Changes in v2.88
  3. Available Tools
  4. 1. mcpweb-search-primewebSearchPrime (Primary Search)
  5. 2. Native WebFetch (Content Retrieval)
  6. 3. mcpweb-searchfetchGithubReadme
  7. 4. mcpweb-readerwebReader
  8. 5. Chinese Article Fetchers
  9. Research Workflow (5 Steps)
  10. Step 1: INITIAL SEARCH
  11. Step 2: REFINE & DEEPEN
  12. Step 3: FETCH CONTENT
  13. Step 4: SYNTHESIZE
  14. Step 5: PERSIST
Ships with 1 file
  • metadata.json
Commands it runs
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 content
More from claude-skill-registry
All skills →
About this skill
What 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.

Keep going