What problem does it solve? Accessing Weibo data programmatically requires handling authentication, rate limits, and unstructured web responses. This Skill wraps the weibo-cli tool so an agent can search keywords, read hot searches, inspect posts, and pull user profiles with simple terminal commands and structured JSON/YAML output. ## Core Features & Use Cases - Trend Discovery: Fetch hot search lists, real-time trending topics, and hot or following timelines with count limits and JSON/YAML output. - Post & User Inspection: Read weibo details, comments, reposts, user profiles, published weibos, and follower/following lists by mblogid or uid. - Managed Authentication: Browser cookie extraction or QR code login, with status checks and structured error codes such as not_authenticated and rate_limited. - Use Case: A researcher monitoring Chinese social media runs weibo hot --json each morning, pipes the top topics through jq, then reads details and comments on the leading posts for a daily briefing. ## Quick Start Ask the agent to check Weibo authentication status and then list today's top 10 hot search topics in JSON format.