weibo-skill

Search Weibo posts, trending topics, and user activities via m.weibo.cn.

4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/hwj123hwj/custom-skills --skill weibo-skill-hwj123hwj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weibo-skill
Source: https://github.com/hwj123hwj/custom-skills/tree/main/skills/weibo-skill
Command: npx skills add https://github.com/hwj123hwj/custom-skills --skill weibo-skill-hwj123hwj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of searching Weibo content, viewing trending topics, and accessing user activities, saving time and effort in social media monitoring.

Core Features & Use Cases

  • Weibo Content Search: Quickly find Weibo posts and topics based on keywords.
  • Trending Topics: Stay updated with the latest trending topics on Weibo.
  • User Activity: Retrieve the latest tweets and comments from specific users.
  • Use Case: For instance, if you need to monitor a particular event or topic on Weibo, this Skill can help you gather relevant information efficiently.

Quick Start

Search for Weibo posts related to "AI" using the weibo-skill.

Frequently Asked Questions about weibo-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Weibo content and trending topics programmatically?

You can search Weibo content and retrieve trending topics by sending API requests through the m.weibo.cn mobile interface. This approach uses httpx for requests and visitor cookies to authenticate, returning posts and user activity data.

Can I monitor Weibo user activity without an official API key?

Yes, you can monitor Weibo user activity without an official API key by utilizing visitor cookies for authentication. This allows you to retrieve the latest tweets and comments from specific users via the mobile interface.

What is the best way to retrieve specific user tweets and comments from Weibo?

The best way to retrieve specific user tweets and comments is to query the m.weibo.cn mobile interface using httpx. This method fetches user activity data efficiently for social media monitoring and engagement analysis.

Does retrieving Weibo data with httpx require special authentication?

Retrieving Weibo data with httpx requires visitor cookies for authentication. This setup enables access to search content, trending topics, and user activities without needing full developer credentials.

How do I track social media events on Weibo?

To track social media events on Weibo, you can search posts based on keywords and view trending topics. This process gathers relevant information efficiently using the mobile interface for event tracking.

What are the limitations of using the Weibo mobile interface for data retrieval?

Using the Weibo mobile interface for data retrieval depends on visitor cookies, which may have session limitations or rate limits. It is best suited for intermediate-level social media monitoring rather than large-scale data scraping.