المهارات wechat-article-search-api-skill
📱

wechat-article-search-api-skill

مخاطر منخفضة 🌐 الوصول إلى الشبكة🔑 متغيرات البيئة⚙️ الأوامر الخارجية

Search and extract full WeChat articles via API

Extracting WeChat article content manually is time-consuming and error-prone. This skill automates WeChat article search and full content extraction through the BrowserAct API, enabling social listening and market research workflows.

يدعم: Claude Codex Code(CC)
🥉 72 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "wechat-article-search-api-skill". Search WeChat for articles about AI agents

النتيجة المتوقعة:

Found 5 articles. Top result: 'The Rise of AI Agents in Enterprise' by TechWeekly (published 2026-04-25). This article discusses how AI agents are transforming workplace productivity. [Full content extracted - 2500 words]

استخدام "wechat-article-search-api-skill". Find content about smartphone market trends from April 2026

النتيجة المتوقعة:

Retrieved 3 articles analyzing Q1 2026 smartphone market data. Key insight: Android phone sales grew 15% while iPhone sales declined. Full analysis available in extracted content.

التدقيق الأمني

مخاطر منخفضة
v1 • 4/28/2026

Security audit completed. Static scanner flagged 52 potential issues, but after semantic evaluation, all findings are false positives or misclassifications. The skill makes legitimate API calls to BrowserAct service with proper authentication (Bearer token). API key is read from environment variable (secure pattern). No command injection vectors, no prompt injection detected, no data exfiltration patterns. Risk factors (network, env_access, external_commands) are standard for legitimate API integration skills and do not constitute security concerns when properly implemented.

2
الملفات التي تم فحصها
191
الأسطر التي تم تحليلها
7
النتائج
1
إجمالي عمليات التدقيق
مشكلات منخفضة المخاطر (4)
Network Access via HTTP Libraries
Script uses Python requests library to make HTTP calls to BrowserAct API. This is legitimate API integration with no exfiltration patterns. Requests are authenticated with Bearer token to known service endpoint.
Environment Variable Access for API Credentials
Script reads BROWSERACT_API_KEY from environment variable using os.getenv(). This is the secure pattern for credential management - no hardcoded secrets present.
Hardcoded API Endpoint URL
API_BASE_URL is hardcoded to browseract.com endpoint. This is expected configuration - not a security issue as the service endpoint is legitimate and known.
Bash Command Invocation in Documentation
SKILL.md contains example bash command showing script invocation. This is documentation, not actual command execution. No user input injection possible.
تم تدقيقه بواسطة: claude

درجة الجودة

45
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
82
الأمان
83
الامتثال للمواصفات

ماذا يمكنك بناءه

Media monitoring and brand tracking

Monitor how your brand or industry is discussed across WeChat public accounts. Track mentions, sentiment, and emerging trends in real-time.

Competitive intelligence research

Analyze competitor activities and market positioning by extracting full articles from relevant WeChat accounts. Build comprehensive competitor reports.

Content curation for knowledge bases

Automatically extract and archive valuable WeChat articles for internal knowledge bases. Build organized repositories of industry insights.

جرّب هذه الموجهات

Simple article search
Search WeChat for articles about {topic}
Industry trend analysis
Find recent WeChat articles about {industry} trends published in the last week
Brand monitoring
Extract all WeChat articles mentioning {brand_name} from the past month
Multi-keyword research
Search WeChat for articles covering {keyword1} and {keyword2}. Get up to {limit} results

أفضل الممارسات

  • Start with small extraction limits (5-10) to test before scaling up
  • Monitor API usage to stay within BrowserAct rate limits
  • Store extracted content with original URLs for citation and verification

تجنب

  • Do not run the skill without configuring the BROWSERACT_API_KEY environment variable
  • Avoid requesting large batches (100+) in a single call - use pagination instead
  • Do not assume extracted content is current - WeChat articles may be deleted by authors

الأسئلة المتكررة

What is BrowserAct and why do I need an API key?
BrowserAct is a browser automation service that provides the WeChat search API. You need an API key to authenticate your requests and access the service. Get your key from browseract.com.
Can this skill extract content from private WeChat accounts?
No. The skill only accesses publicly available WeChat content. Private accounts and paywalled articles are not accessible.
How long does article extraction take?
Execution time varies from 30 seconds to several minutes depending on the number of articles requested and server load. The script provides status updates during execution.
What happens if the API key is invalid?
The skill will return an 'Invalid authorization' error and will not retry. You must provide a valid API key to continue.
Can I extract articles from a specific WeChat account?
Yes. You can search using the account name as keywords. However, search accuracy depends on how the account is indexed in WeChat.
Is there a limit to how many articles I can extract?
BrowserAct imposes rate limits. Start with smaller batches (5-10) and scale up based on your API quota. The script supports setting extraction limits via parameters.

تفاصيل المطور

بنية الملفات