Chinese Web Research Agent
by Timoranjes
Teaches AI coding agents to perform deep research and data extraction from Chinese-language web sources including Baidu, Xiaohongshu (RedNote), WeChat, Zhihu, Weibo, and Chinese government portals. Ha
- Monitor Chinese regulatory and policy shifts across government portals.
- Extract competitive intelligence from WeChat and social media platforms.
- Perform deep market research on Chinese e-commerce and consumer trends.
$8
· or 40 creditsSecure checkout via Stripe
Included in download
- Monitor Chinese regulatory and policy shifts across government portals.
- Extract competitive intelligence from WeChat and social media platforms.
- network automation included
- Ready for Claude Code
See it in action
You say
Find recent expert discussions on Zhihu regarding DeepSeek's 2026 model architecture and summarize the sentiment.
Your agent does
I searched Zhihu for "DeepSeek 2026 架构" and analyzed the top 5 expert threads.
Sentiment: Highly positive (4/5). Key Findings:
- Discussion centered on new Mixture-of-Experts (MoE) efficiency.
- Source: zhihu.com/question/12345 (Accessed via web_extract).
- Language: Chinese original + English summary included.
Chinese Web Research Agent
by Timoranjes
Teaches AI coding agents to perform deep research and data extraction from Chinese-language web sources including Baidu, Xiaohongshu (RedNote), WeChat, Zhihu, Weibo, and Chinese government portals. Ha
$8
· or 40 creditsSecure checkout via Stripe
Included in download
- Monitor Chinese regulatory and policy shifts across government portals.
- Extract competitive intelligence from WeChat and social media platforms.
- network automation included
- Ready for Claude Code
- Instant install
See it in action
You say
Find recent expert discussions on Zhihu regarding DeepSeek's 2026 model architecture and summarize the sentiment.
Your agent does
I searched Zhihu for "DeepSeek 2026 架构" and analyzed the top 5 expert threads.
Sentiment: Highly positive (4/5). Key Findings:
- Discussion centered on new Mixture-of-Experts (MoE) efficiency.
- Source: zhihu.com/question/12345 (Accessed via web_extract).
- Language: Chinese original + English summary included.
About This Skill
The problem
Standard AI agents fail on the Chinese web because they treat it like the Western internet. They hit aggressive anti-scraping walls, miss content gated inside super-apps, and struggle with legacy text encodings or mobile-only layouts.
What it does
- Navigates the fragmented Chinese ecosystem including Baidu, WeChat, Xiaohongshu, and Zhihu.
- Detects and handles regional text encodings like GBK, GB2312, and GB18030 to prevent garbled data.
- Uses mobile-first emulation and specific User-Agents to bypass desktop-only blocks on platforms like RedNote.
- Implements platform-specific search strategies, such as using Sogou for WeChat articles and Baidu for regulatory filings.
- Bypasses common JavaScript challenges and bot detection through browser-based extraction patterns.
Frameworks & tools
Optimized for agents using browser_cdp, Playwright, or Puppeteer. Works with web_search and web_extract tools.
Why this beats prompting it yourself
General prompts cannot solve technical hurdles like GBK encoding or the lack of WeChat indexing on Google. This skill provides the specific platform targets and technical headers needed to actually reach the data, saving hours of trial-and-error debugging IP blocks.
Use cases
- Monitoring Chinese government portals and CAC announcements for regulatory compliance.
- Gathering consumer sentiment and product reviews from Xiaohongshu and JD.com.
- Tracking Chinese competitor moves via WeChat public accounts and 36kr.
- Extracting academic abstracts from CNKI and Wanfang databases.
Known limitations
Content requiring active login or advanced CAPTCHAs may remain inaccessible. Results can vary based on whether the agent uses a mainland Chinese or overseas IP address.
Use Cases
- Monitor Chinese regulatory and policy shifts across government portals.
- Extract competitive intelligence from WeChat and social media platforms.
- Perform deep market research on Chinese e-commerce and consumer trends.
- Analyze Chinese academic literature and technical documentation.
Known Limitations
- Requires mainland IPs for some Baidu results.
- Cannot bypass mandatory WeChat/RedNote logins.
- High-frequency scraping triggers advanced CAPTCHAs.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/chinese-web-research-agent -o /tmp/chinese-web-research-agent.zip && unzip -o /tmp/chinese-web-research-agent.zip -d ~/.claude/skills && rm /tmp/chinese-web-research-agent.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Claude Code, Cursor, Windsurf, and Playwright-enabled agents.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
research-to-decision-pro-skill
Turn messy research into rigorous, evidence-backed decision memos with specialized modes for technical and business leads.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
market-tech-analyst
Evaluate market opportunities with technical decomposition, directional sizing, and measurable next-move recommendations.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.