weibo-hot-search

Original🇨🇳 Chinese
Translated
1 scriptsChecked / no sensitive code detected

Query Weibo hot search information. Use this skill when users want to query the Weibo Hot Search List, entertainment hot searches, or popularity rankings.

3installs
Added on

NPX Install

npx skill4agent add agentbay-ai/agentbay-skills weibo-hot-search

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Weibo Hot Search Query

Dependencies

bash
python3 -m pip install wuying-agentbay-sdk

Installation Steps

Before using this skill, please ensure that the necessary dependency packages are installed:
bash
python3 -m pip install wuying-agentbay-sdk

Usage Scenarios

  • Users want to query the Weibo Hot Search List
  • Users want to learn about entertainment-related hot search topics
  • Users want to filter hot search content with a popularity above a specific threshold

Usage Method

bash
python3 scripts/browser-use.py "<Task Execution Steps>"

Quick Example

bash
python3 scripts/browser-use.py " \
1. Go to the Weibo website https://weibo.com/ \
2. Click on the Entertainment category under Weibo Hot Search in the left menu \
3. You need to extract the top 10 hot search items from the list \
4. Return all eligible hot search information in markdown format
"

Output Format

markdown
## Weibo Hot Search - Entertainment Category

### Hot Search List (Popularity ≥ 50000)

1. **Topic Name**
   - Popularity: xxx
   - Ranking: #xxx

2. **Topic Name**
   - Popularity: xxx
   - Ranking: #xxx

### Statistical Information
- Total: xx hot searches
- Highest Popularity: xxxxx
- Lowest Popularity: xxxxx

Notes

  • Always indicate that the information source is Weibo
  • Do not create new scripts; use browser-use.py in the skill directory
  • Please wait patiently if the page loads slowly
  • The popularity value may change in real time, subject to the time of capture
  • After invoking the skill, the console will print an ASP streaming link (visual URL), which can be shared with the user