Yao deepseek crawler
Skill ShenyuanNext/wepr-growth-skills/skills/yao-deepseek-crawler
Executable Agent Skills for PR, SEO/GEO, paid media, Xiaohongshu full-funnel operations, content, brand and global growth|WEPR 可执行增长技能库
npx -y skills add ShenyuanNext/wepr-growth-skills --skill yao-deepseek-crawlerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when a user provides DeepSeek web AI-search keywords, repeat count, target entity, and entity type, then needs repeated fresh-window crawls aggregated into JSON plus a Kami HTML GEO report. Not for generic website crawling, DeepSeek API chat, SEO writing, or one-off answer generation.
SKILL.md
2.4 KB, as published. Nobody here has run it
Yao DeepSeek Crawler
Inputs
Standard inputs: keywords/questions, repeat count, target entity, entity type (人/person, 公司/company, 产品/product), browser profile, and optional output directory. Competitors must match the target type. Reports default to Simplified Chinese with an English summary toggle.
Workflow
- Read
references/user-setup-and-usage.mdfor install, prerequisites, and user-facing steps. - Read
references/deepseek-crawl-workflow.mdfor crawler setup, preflight, delay, resume, and batch rules. - Read
references/report-contract.mdfor JSON schema, metrics, target/competitor recognition, and report rules. - Run
node scripts/preflight.mjs --profile <profile>before fresh crawling. - Stage 1: run
scripts/deepseek_batch_crawl.mjswith questions, repeat, profile, target entity/type,--safe-random-delay, and output dir. - Stage 2: run
scripts/analyze_deepseek_results.pyon any crawl JSON with target entity/type, optional brands file, report output dir, and semantic review mode. Use--semantic-review autoby default; use--semantic-review requiredfor formal delivery when AI review must pass. - Return the raw crawl JSON, structured Markdown, structured Excel workbook, HTML report, summary JSON, semantic-review cache when present, and failed logs. Reports include AI semantic labels for entity recognition, target-vs-best-3 radar, click-to-reveal bubbles, Chinese source names, clickable citations, title intent, compact treemap, and GEO actions.
Honest Boundaries
- Do not use for generic website crawling, DeepSeek API chat, SEO copywriting, or one-off answer generation.
- Reuses local DeepSeek web automation; does not bypass login, CAPTCHA, bot checks, or hidden data.
- Probability metrics are repeated-sample estimates, not ground truth.
- Inferred competitors are heuristic unless
--semantic-review requiredpasses. AI semantic review is an audit enhancement and never replaces hard-rule gates or answer-body evidence. - Review aliases, semantic labels, excluded candidates, and competitor tables before external use.
- Preserve raw answers, reference titles, URLs, and logs.