← 返回 Skills 市场
Weibo
Weibo API
作者
justoneapi
· GitHub ↗
· v1.0.4
· MIT-0
178
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install justoneapi-weibo
功能描述
Track Weibo hot search boards, keyword results, creator profiles, fan or follower graphs, and post or video detail endpoints through JustOneAPI.
使用说明 (SKILL.md)
Use this skill for newsroom-style trend checks, creator due diligence, comment digging, and Weibo account monitoring. It is strongest when the user cares about hot search rankings, time-window keyword search, account activity timelines, and audience graph lookups.
When To Use It
- The user wants Weibo hot search rankings, topic discovery, or time-window keyword monitoring.
- The task is about a specific Weibo account, post, comment thread, follower graph, or TV video page.
- The user can provide Weibo identifiers such as
uid,id,mid, or search filters such asq,startDay, andendDay. - The user needs primary-source Weibo data for monitoring, archiving, creator research, or campaign analysis.
Representative Operations
hotSearchV1: Hot Search — Pull the current Weibo hot search board for trend desks, breaking-news watchlists, and topic scouting.searchAllV2: Keyword Search — Search Weibo posts inside a time window usingq,startDay,startHour,endDay, andendHour.getUserPublishedPostsV1: User Published Posts — Review a creator's latest posts and timeline activity.getFollowersV1: User Followers — Inspect the outward social graph of a Weibo account for creator and network research.
Request Pattern
- 10 read-only
GEToperations are available in this skill. - Common filters are
uid,q,page,startDay,endDay,mid, andid. - Several operations are identifier lookups for accounts or posts; others are monitoring queries over a time window.
- No operation in this skill requires a request body.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
hotSearchV1,searchAllV2,getUserPublishedPostsV1,getFollowersV1. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Lead with the concrete Weibo finding: trend, account signal, post detail, or audience graph.
- For hot search or keyword search requests, restate the search window and filters before listing results.
- For account-level requests, surface verification, follower and fan counts, and the most relevant recent posts first.
- For post or video detail requests, pull out engagement counts, media references, and author context before raw JSON.
- If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears coherent and limited to read-only Weibo queries via JustOneAPI, but before installing: (1) Verify you trust JustOneAPI (billing, privacy, and terms) since the skill will send your JUST_ONE_API_TOKEN to their api.justoneapi.com endpoint. (2) Keep JUST_ONE_API_TOKEN secret and do not paste it in chat; rotate it if you suspect exposure. (3) Review bin/run.mjs yourself if you want to confirm there are no unexpected network calls beyond the documented baseUrl. (4) Be aware error outputs may include backend payloads — avoid sharing logs containing sensitive results. (5) Note tokens passed in query strings can be logged by servers or proxies; if you require stricter handling ask the provider for header-based auth or scoped tokens.
功能分析
Type: OpenClaw Skill
Name: justoneapi-weibo
Version: 1.0.4
The skill is a legitimate API wrapper for JustOneAPI designed to retrieve Weibo data such as hot searches, user profiles, and post details. The execution logic in `bin/run.mjs` is straightforward, using the standard `fetch` API to communicate with a hardcoded, reputable domain (api.justoneapi.com). The `SKILL.md` file includes proactive security instructions for the AI agent to keep the `JUST_ONE_API_TOKEN` private, and there is no evidence of data exfiltration, malicious execution, or obfuscation.
能力标签
能力评估
Purpose & Capability
The name/description (Weibo data endpoints) align with the included OpenAPI operations and the single required credential (JUST_ONE_API_TOKEN). The declared required binary (node) is appropriate for the provided bin/run.mjs.
Instruction Scope
SKILL.md provides narrow, concrete runtime steps (choose an operation, request missing params, run node bin/run.mjs with --operation and --token). One minor note: it instructs operators to include the backend payload and exact operation ID on errors, which could cause API responses to be placed in agent outputs/logs; this is expected for troubleshooting but increases the chance of exposing returned data in logs.
Install Mechanism
There is no external install/download step — the skill is instruction/code-only and requires only an existing node binary. No remote archives, URL shorteners, or additional package installs are referenced.
Credentials
The only required environment variable is JUST_ONE_API_TOKEN and it is the declared primary credential — proportional for an API wrapper. Small implementation detail: the API uses a query parameter named token (operations pass token as a query string), which is less ideal than using an Authorization header because query tokens can be logged in URLs; this is a provider implementation choice rather than an unexplained request by the skill.
Persistence & Privilege
The skill does not request persistent or system-wide privileges. always is false, and there are no config paths or actions that modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-weibo - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-weibo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Documentation and metadata updated for clarity in generated/operations.md and operations.json.
- No changes to core functionality or endpoints.
- Internal files refreshed for transparency and consistency.
v1.0.3
- Updated the authentication details link in the Environment section to include referral and campaign parameters.
- No changes to core logic, endpoints, or usage instructions.
- Documentation correction only; no impact on skill functionality.
v1.0.2
- Internal maintenance update: regenerated operations documentation and schema files.
- No changes to user-facing features or endpoints.
- No updates to usage instructions or environment requirements.
v1.0.1
- Updated the Just One API Dashboard link in the Environment section to include UTM parameters for improved referral tracking.
- No API or feature changes; documentation only.
v1.0.0
Initial publish
元数据
常见问题
Weibo API 是什么?
Track Weibo hot search boards, keyword results, creator profiles, fan or follower graphs, and post or video detail endpoints through JustOneAPI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。
如何安装 Weibo API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-weibo」即可一键安装,无需额外配置。
Weibo API 是免费的吗?
是的,Weibo API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weibo API 支持哪些平台?
Weibo API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.4。
推荐 Skills