crawlforge-deep-research

crawlforge-deep-research is a skill for Claude Code, Codex from mysleekdesigns/crawlforge-mcp. It costs 154 tokens per session (1,599 once invoked), scanned A, original, MIT.

A set of tools for researching information across websites and Reddit, an online discussion platform. It can search for results, answer questions using selected sources, or create a multi-source report with citations.

In plain words
What is it for?
Use it to find web pages, search Reddit discussions, answer web-based questions, research a topic in depth, or compare options with cited sources.
Why use it?
It reduces the need to search many pages manually and helps gather supporting sources for an answer or comparison.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to find web pages, search Reddit discussions, answer web-based questions, research a topic in depth, or compare options with cited sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mysleekdesigns/crawlforge-mcp --skill crawlforge-deep-research
Clone the repo
git clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for crawlforge-deep-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research/github.svg)](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research)
Your own site
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for crawlforge-deep-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/crawlforge-deep-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00154 $0.01599
Opus 5 $0.00077 $0.00800
Sonnet 5 $0.00031 $0.00320
Haiku 4.5 $0.00015 $0.00160

Measured 5d ago against content hash 341a326c9c30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

crawlforge-deep-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/skills/agent-skills/crawlforge-deep-research/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CrawlForge Deep Research

Answer questions and produce reports from many web sources using the CrawlForge MCP server. Four tools, from lightest to heaviest: reddit_search (Reddit posts/comments/threads), search_web (ranked results), agent (autonomous plan-and-answer), deep_research (exhaustive multi-source synthesis).

When to use

  • "Search the web for X" / "find pages about X" → search_web
  • "Search Reddit for X" / "what does Reddit say about X" / "read this Reddit thread" → reddit_search
  • "Answer this question from the web" / "what are the top 5 X" (no URLs given) → agent
  • "Research this topic in depth" / "compare competitors" / "give me a cited report" / "gather facts with sources" → deep_research

Do NOT use these for a single known URL — use the crawlforge-web-scraping skill (scrape / extract_content) instead.

Tool selection

Need Tool Cost
A ranked list of result URLs + snippets search_web 5
Reddit posts, comments, or a full thread reddit_search 5
A direct answer, agent decides what to read agent 8 (scales)
A synthesized, multi-source, cited report deep_research 10+ (scales)

A common pipeline: search_web to find sources → batch_scrape (see crawlforge-batch-automation) to read them → deep_research to synthesize.

search_web (cost: 5)

{
  "tool": "search_web",
  "params": { "query": "best MCP servers 2025", "limit": 10, "time_range": "month" }
}

Returns titles, URLs, snippets. Supports lang, site (domain filter), file_type, time_range (day/week/month/year/all), expand_query, enable_ranking, and enable_deduplication. CLI: crawlforge search "MCP server tutorial" --limit 5.

reddit_search (cost: 5)

reddit.com 403-blocks direct scraping, so this reads the Arctic Shift community archive instead (free, no Reddit credentials).

{
  "tool": "reddit_search",
  "params": { "query": "best MCP servers", "subreddit": "ClaudeAI", "limit": 10 }
}

Read the full file on GitHub · 139 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed 341a326c9c30
  2. 6d ago Changed · +2 lines b60a5468c579
  3. 10d ago First seen · 137 lines · 154 tokens per session scan A 76ec781da903

Subscribe to this mod's changes

crawlforge-deep-research is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed today), licensed MIT. It adds 154 tokens to every session and 1,599 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

chatcrystal-debug-recall

Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.

ZengLiangYi/ChatCrystal · 54 tokens

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

healthcare-providers-enrich

Fills gaps in existing healthcare practitioner lists — adds missing phone numbers, credentials, specialties, contact info, education, reviews, and regulatory data. Triggers: "enrich my provider list", "fill in missing data", "add phone numbers to these doctors", "complete this practitioner database", "enrich CRM…

Nimbleway/agent-skills · 194 tokens

healthcare-providers-extract

Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's site. Use when user asks to extract, pull, or list doctors, providers, or staff from practice websites. Triggers: "extract doctors from"…

Nimbleway/agent-skills · 206 tokens

talent-sourcing

Finds qualified candidates for a role by searching LinkedIn, Indeed, GitHub, and other professional platforms using Nimble Web Search Agents. Accepts a job description, role title, or freeform request and returns a ranked candidate list with profiles, skills, and contact signals. Use this skill when the user wants to…

Nimbleway/agent-skills · 210 tokens