Agent skill · AI & Agents

research-cog

#1 on DeepResearch Bench (Feb 2026). Deep research agent powered by CellCog. Market research, competitive analysis, stock analysis, investment research, academic research with citations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-cog --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: CellCog
Requires: [cellcog]
Path: skills/analysis/research-cog/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 Cog - Deep Research Powered by CellCog **#1 on DeepResearch Bench (Feb 2026).** Your AI research analyst for comprehensive, citation-backed research on any topic. Leaderboard: https://huggingface.co/spaces/muset-ai/DeepResearch-Bench-Leaderboard --- ## Prerequisites This skill requires the `cellcog` skill for SDK setup and API calls. ```bash clawhub install cellcog ``` **Read the cellcog skill first** for SDK setup. This skill shows you what's possible. **Quick pattern (v1.0+):** ```python # Fire-and-forget - returns immediately result = client.create_chat( prompt="[your research query]", notify_session_key="agent:main:main", task_label="research-task", chat_mode="agent team" # Deep research ) # Daemon notifies you when complete - do NOT poll ``` --- ## What You Can Research ### Competitive Analysis Analyze companies against their competitors with structured insights: - **Company vs. Competitors**: "Compare Stripe vs Square vs Adyen - market positioning, pricing, features, strengths/weaknesses" - **SWOT Analysis**: "Create a SWOT analysis for Shopify in the e-commerce platform market" - **Market Positioning**: "How does Notion position itself against Confluence, Coda, an

What's inside
Steps it walks through
  1. Prerequisites
  2. What You Can Research
  3. Competitive Analysis
  4. Market Research
  5. Stock & Investment Analysis
  6. Academic & Technical Research
  7. Due Diligence
  8. Research Output Formats
  9. When to Use Agent Team Mode
  10. Research Quality Features
  11. Citations (On Request)
  12. Data Accuracy
  13. Structured Analysis
  14. Visual Elements
Ships with 1 file
  • metadata.json
Commands it runs
clawhub install cellcog
More from claude-skill-registry
All skills →
About this skill
What does the research-cog skill do?

#1 on DeepResearch Bench (Feb 2026). Deep research agent powered by CellCog. Market research, competitive analysis, stock analysis, investment research, academic research with citations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-cog --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