weiboUse Weibo Open Platform for OAuth2 authentication, timeline retrieval, topic search, and structured social sentiment collection. Trigger this skill when task...
Install via ClawdBot CLI:
clawdbot install oscraters/weiboUse this skill only when the user explicitly wants a web-search fallback instead of the official Weibo API.
This skill queries Brave Search with site:weibo.com filters to discover public Weibo pages when:
scripts/weibo_search.py: Brave Search wrapper for site:weibo.com queries.Run:
python3 scripts/weibo_search.py "
Examples:
python3 scripts/weibo_search.py "ĺ°çął"
python3 scripts/weibo_search.py "ćĽč" --count 5 --json
| Variable | Required | Sensitive | Used for |
| --- | --- | --- | --- |
| BRAVE_SEARCH_API | Yes | Yes | Brave Search API subscription token |
OpenClaw configuration guidance:
skills.entries.weibo-brave-search.apiKey to a SecretRef or plaintext value for BRAVE_SEARCH_API.Warnings:
BRAVE_SEARCH_API is sensitive and must not be committed.https://api.search.brave.com.Generated Mar 1, 2026
Brands can monitor public sentiment and discussions about their products on Weibo when official API access is restricted. This allows tracking of customer feedback, competitor mentions, and trending topics without requiring Weibo's official approval.
Journalists and researchers can search for public Weibo posts related to news events, public figures, or social trends when direct API access is unavailable. This enables gathering of firsthand accounts and public reactions from China's largest microblogging platform.
Researchers studying Chinese social media behavior can use this skill to collect public Weibo data for analysis when official research API access is difficult to obtain. This supports studies on communication patterns, information diffusion, and online communities.
Businesses can monitor competitors' public Weibo presence, customer discussions about rival products, and industry trends when direct Weibo API integration isn't possible. This provides market intelligence without formal partnership requirements.
Social media influencers and content creators can search for trending topics and popular discussions on Weibo to inform their content strategy when they lack official API access. This helps identify viral content opportunities and audience interests.
Offer this Weibo search capability as a paid API service to businesses needing Chinese social media data. Charge monthly subscriptions based on query volume and data access levels, with tiered pricing for different business sizes.
Integrate this skill into a broader social media analytics dashboard that provides insights, sentiment analysis, and trend reporting for Weibo data. Sell comprehensive analytics packages to marketing agencies and enterprises.
Provide cleaned, structured Weibo search data to academic institutions, research firms, and market research companies. Offer customized data sets, historical archives, and specialized filtering for research purposes.
đŹ Integration Tip
Ensure proper environment variable management for the BRAVE_SEARCH_API key and implement rate limiting to respect Brave Search API usage policies.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Scan Clawdbot and MCP skills for malware, spyware, crypto-miners, and malicious code patterns before you install them. Security audit tool that detects data exfiltration, system modification attempts, backdoors, and obfuscation techniques.