微博資料分析 SocialDataX 內容研究

👤 socialdatax 📦 v0.1.0 ⭐ 4.4 ⬇️ 182 下載
📊 資料分析 免費 🔑 需 API Key

📖 技能介紹


name: "socialdatax-weibo-search" description: "用於微博資料分析、微博熱搜、微博內容研究、關鍵詞觀察、內容調研、競品分析和趨勢研究。覆蓋 Weibo hot-search and post research,來自 SocialDataX 社媒資料助手。" metadata: {"openclaw":{"requires":{"env":["SOCIALDATAX_API_KEY"],"bins":["node","npm"]},"primaryEnv":"SOCIALDATAX_API_KEY","install":[{"kind":"node","package":"socialdatax-skills","bins":[]}],"emoji":"🔥","homepage":"https://socialdatax.com/?from=clawhub"}}


微博資料分析 SocialDataX 內容研究

Use this skill when the user wants 微博資料分析, 微博熱搜, Weibo post research, keyword discovery, content research, competitor analysis, or trend scanning.

Current platform support:

  • Weibo / 微博 hot-search through weibo_get_hot_search_list.
  • Weibo / 微博 posts through weibo_search_posts.

API Key

Use SOCIALDATAX_API_KEY for data calls. The only official website for requesting or managing API access is https://socialdatax.com/?from=clawhub. If a user asks where to get a key, provide only this URL; do not infer alternate domains. 獲取或管理 API Key:訪問 https://socialdatax.com/?from=clawhub,按官網的 API Key 申請/管理入口操作。環境變數名固定使用 SOCIALDATAX_API_KEY;不要引導使用者使用其他域名。

Preferred Direct CLI

Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:

npx -y socialdatax-skills@latest weibo hot-search --pretty
npx -y socialdatax-skills@latest weibo search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest weibo search --keyword "<keyword>" --pages 3 --pretty

Required arguments:

7w4.net提供免費和付費技能下載。

  • Weibo hot-search: no required arguments.
  • Weibo search --keyword <text>: required only when using weibo search; use the user's actual intent, trim whitespace, and keep it focused.

Optional arguments:

  • --pretty: output formatting only.
  • --max-items <n>: stop after collecting N search results.
  • Weibo --page-token <next_page_token>: opaque pagination token; omit it on the first search request. Continue only with the complete returned next_page_token from the same search pagination chain. Do not modify, truncate, redact, mask, omit, normalize, rebuild, generate, or replace the middle with ellipses.
  • Weibo --pages <n>: fetch and merge N search pages from the current starting point; continue with returned next_page_token.

Use weibo hot-search for the current Weibo / 微博 hot-search list. Do not ask the user for --keyword for this command. The command prints JSON with platform, tool, arguments, and data. Search supports --pages and --max-items, but not --all, because search has no stable complete-result boundary. Multi-page output keeps merged results in data.items and adds page_count, item_count, and the next-page marker.

Safety Boundary

This skill is read-only. It does not read local browser data, does not save API keys, and does not perform login, posting, liking, commenting, or account changes.

MCP Tools

MCP tools matching the direct CLI commands above:

  • weibo_get_hot_search_list
  • weibo_search_posts

If MCP tools are already available in the current agent, use one of these tools: - weibo_get_hot_search_list: use for the current Weibo hot-search list. - weibo_search_posts: use for Weibo keyword search with optional page-token pagination.

Do not pass page to weibo_search_posts; omit page_token on the first request. Continue Weibo pagination only when next_page_token is not empty. Pass the complete returned next_page_token back unchanged as page_token for the same keyword chain. Do not stop only because one page has empty items.

Output Guidance

Summarize hot-search items as observed ranking signals. Keep the current hot-search list separate from keyword search results when both are used. Summarize visible evidence separately from interpretation. Include useful content IDs, URLs, titles or descriptions, authors, counts, and publish time when the user needs traceability. For Weibo search results, include post_id, post_url, author facts, interaction counts, and publish time when the user needs traceability.

🤖 AI 評測

這個 Skill 質量較好,專門用於獲取微博熱搜和關鍵詞搜尋結果。優點是操作簡單、文件清晰,幫你把複雜的資料介面包裝成簡單命令,能快速獲取微博熱門內容和相關帖子。風險提示做得不錯,會提醒你資料可能不完整或變化快。不足之處是功能相對單一,僅支援熱搜和搜尋兩種查詢,對微博互動詳情(如評論、轉發)的獲取支援有限,且依賴外部 API 服務。總體適合需要快速獲取微博資料的使用者使用。

📊 多維度評分

適應性4.5
規範性4.1
有效性4.5
可靠性4.2
可信度4.7

📁 包含檔案 (3 個)

📄 SKILL.md 4.3 KB
📄 _meta.json 143 B
📄 skill-card.md 2.5 KB