deepcloak
Deep research that reads the whole web, including pages behind a Bot Wall (Cloudflare, Datadome, Turnstile, reCAPTCHA). Use when the user asks for a researched, cited answer — especially on topics where sources are likely paywalled, rate-limited, or bot-protected, or when an ordinary search/research tool returned thin or blocked results.
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=mrbaeksang-deepcloak-skill-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name deepcloak description Deep research that reads the whole web, including pages behind a Bot Wall (Cloudflare, Datadome, Turnstile, reCAPTCHA). Use when the user asks for a researched, cited answer — especially on topics where sources are likely paywalled, rate-limited, or bot-protected, or when an ordinary search/research tool returned thin or blocked results. DeepCloak Run a Deep Research that Bypasses Bot Walls and returns a cited report plus an Evidence Record of which sources required a Bypass. How to run it Prefer the MCP tools (the server applies the stealth shim in-process): deep_research(query, depth) — depth is quick | detailed | report . Returns a cited markdown report ending with a 🛡️ Bypassed N bot-walled sources section. quick_summary(query) — a fast, shallow answer. get_evidence(run_id) — the Evidence Records (JSON) of a prior run; pass "last" for the latest. If the MCP server is not connected, fall back to the CLI : deepcloak "<query>" --depth detailed --out report.md The report is printed (or written to --out , with a <out>.evidence.json sidecar). Notes Needs one LLM key ( OPENAI_API_KEY / ANTHROPIC_API_KEY / GEMINI_API_KEY ) or --provider ollama . Run deepcloak setup once to install the stealth browser. Default search is DuckDuckGo (no setup). robots.txt is ignored by default; pass --respect-robots to honor it. The user is responsible for having the right to access the content. When you report results, mention how many sources were Bypassed — it tells the user the report covered walled content other tools would have dropped.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.