yao-doubao-crawler

yao-doubao-crawler is a skill for Claude Code, Codex from yaojingang/yao-geo-skills. It costs 85 tokens per session (426 once invoked), scanned A, original, MIT.

A crawler for collecting repeated answers from Doubao, an AI search service, through a web browser or an Android app. It packages the results as JSON and creates Markdown, Excel, and HTML reports for GEO analysis, meaning visibility in AI-generated answers.

In plain words
What is it for?
Use it to compare how a target company, product, or person appears against competitors in Doubao results, or to create exploratory samples when no target is supplied.
Why use it?
It provides a repeatable way to gather search samples and separates collection from analysis. It also records mobile evidence and failed runs when available.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to compare how a target company, product, or person appears against competitors in Doubao results, or to create exploratory samples when no target is supplied.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yaojingang/yao-geo-skills/yao-doubao-crawler
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 yaojingang/yao-geo-skills --skill yao-doubao-crawler
Clone the repo
git clone --depth 1 https://github.com/yaojingang/yao-geo-skills

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 yao-doubao-crawler

README.md
[![agentmods](https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-doubao-crawler/github.svg)](https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-doubao-crawler)
Your own site
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-doubao-crawler"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-doubao-crawler/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 yao-doubao-crawler

Your own site · 80×15
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-doubao-crawler"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-doubao-crawler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.00426
Opus 5 $0.00043 $0.00213
Sonnet 5 $0.00017 $0.00085
Haiku 4.5 $0.00009 $0.00043

Measured 13d ago against content hash ed4051a8945e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

yao-doubao-crawler 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 13d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/analyze_doubao_results.py, scripts/doubao_batch_crawl.mjs, scripts/doubao_browser_crawl.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/yao-doubao-crawler/SKILL.md · 28 lines

What it actually says

Yao Doubao Crawler

Inputs

Collect with keywords/questions, repeat count, backend (web or mobile), connection fields, and output dir. Add target entity + entity type for standard diagnosis. Without a target, generate exploratory output and label inferred candidates as heuristic.

Workflow

  1. Read references/user-setup-and-usage.md, references/doubao-crawl-workflow.md, and references/report-contract.md.
  2. For Android/Appium, also read references/mobile-appium-workflow.md and run python3 scripts/doubao_mobile_crawl.py preflight ....
  3. Stage 1 web: run scripts/doubao_batch_crawl.mjs.
  4. Stage 1 mobile: run scripts/doubao_mobile_crawl.py batch; use --fresh-chat --require-fresh-chat when samples must start in separate Doubao app conversations.
  5. Stage 2: run scripts/analyze_doubao_results.py on the compatible crawl JSON.
  6. Use evals/ and templates/ for packaging checks and collection briefs.
  7. Return crawl JSON, summary.json, structured Markdown/Excel, HTML report, screenshots/XML for mobile, failed logs, and mobile search-material evidence when present.

Honest Boundaries

  • Do not bypass login, CAPTCHA, risk controls, hidden APIs, network traffic, or app storage.
  • Android/Appium is low-frequency visible UI evidence capture.
  • Probability and competitor metrics are repeated-sample estimates; review aliases before external use.
  • Preserve raw answers, references, URLs, screenshots/XML, and logs.
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. 13d ago First seen · 28 lines · 85 tokens per session scan A ed4051a8945e

Subscribe to this mod's changes

yao-doubao-crawler is a skill published in the GitHub repository yaojingang/yao-geo-skills (742 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 426 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

agentql-automation

Automate Agentql tasks via Rube MCP (Composio). Always search tools first for current schemas.

ranbot-ai/awesome-skills · 27 tokens

anchor-browser-automation

Automate Anchor Browser tasks via Rube MCP (Composio). Always search tools first for current schemas.

ranbot-ai/awesome-skills · 27 tokens

defuddle

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…

kepano/obsidian-skills · 74 tokens

agentcookie-install

Install agentcookie on a Mac source and a Linux or Mac sink so Chrome cookies sync continuously over Tailscale. Use when the user says "install agentcookie", "set up cookie sync", "share my Chrome sessions with my agent box", or "make my agent log in as me".

mvanhorn/agentcookie · 63 tokens

tauri-mcp-cli

Use the Tauri MCP CLI to start and recover driver sessions, automate Tauri webviews, capture UI state, debug IPC, and work with mobile or remote devices. Use whenever an agent needs to operate a Tauri v2 app from terminal commands.

hypothesi/mcp-server-tauri · 57 tokens

browser-automation

A browser-automation workflow that detects the terminal environment and chooses a browser control tool. It supports opening pages, taking snapshots, clicking, filling fields, and other checks.

Insajin/autopus-adk · 34 tokens