← 返回 Skills 市场
justoneapi

WeChat Official Accounts API

作者 justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
183
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install justoneapi-weixin
功能描述
Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operati...
使用说明 (SKILL.md)

WeChat Official Accounts

This skill wraps 5 WeChat Official Accounts operations exposed by JustOneAPI. It is strongest for user Published Posts, article Engagement Metrics, article Comments, and keyword Search. Expect common inputs such as articleUrl, keyword, offset, searchType, sortType.

When To Use It

  • The user needs user Published Posts or article Engagement Metrics on WeChat Official Accounts.
  • The task lines up with article Comments rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as articleUrl, keyword, offset, searchType.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getUserPost: User Published Posts — Get WeChat Official Accounts user Published Posts data, including titles, publish times, and summaries, for account monitoring
  • getArticleFeedback: Article Engagement Metrics — Get WeChat Official Accounts article Engagement Metrics data, including like, share, and comment metrics, for article performance tracking and benchmarking
  • getArticleComment: Article Comments — Get WeChat Official Accounts article Comments data, including commenter details, comment text, and timestamps, for feedback analysis
  • searchWeixinV1: Keyword Search — Get WeChat Official Accounts keyword Search data, including account names, titles, and publish times, for content discovery

Request Pattern

  • 5 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are articleUrl, keyword, offset, searchType, sortType.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getUserPost, getArticleFeedback, getArticleComment, searchWeixinV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. 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_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. 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

  • Start with a plain-language answer tied to the WeChat Official Accounts task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getUserPost, explain why the returned fields answer the user's question.
  • If the user gave filters such as articleUrl, keyword, offset, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to be a straightforward client for JustOneAPI's WeChat endpoints. Before installing, verify you trust JustOneAPI (https://api.justoneapi.com) and obtain a token from their dashboard. Only provide the JUST_ONE_API_TOKEN and avoid pasting it into chat logs or screenshots. Check the provider’s privacy/terms (data retention, sharing) if you will send sensitive article URLs or account identifiers. Also confirm your environment has a compatible Node runtime as the tool runs a bundled node script.
功能分析
Type: OpenClaw Skill Name: justoneapi-weixin Version: 1.0.4 The skill is a standard API wrapper for JustOneAPI's WeChat Official Accounts services, providing operations for article metrics, comments, and keyword searches. The execution logic in bin/run.mjs is transparent, safely constructing requests to the legitimate endpoint https://api.justoneapi.com using standard fetch calls, and the SKILL.md instructions correctly advise the agent on maintaining the privacy of the JUST_ONE_API_TOKEN.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name, description, declared binaries, and included operation metadata all align: this is an API client for JustOneAPI WeChat endpoints and requests node + JUST_ONE_API_TOKEN as expected.
Instruction Scope
SKILL.md and the run.mjs code limit behavior to selecting an operation, building a URL, and issuing GET requests to api.justoneapi.com; instructions do not read unrelated files, other env vars, or send data to unexpected endpoints.
Install Mechanism
There is no install step and the only runtime artifact is a small node script included in the package; no external downloads, archives, or unusual installation actions are present.
Credentials
The skill requires exactly one credential (JUST_ONE_API_TOKEN) which is used only for authenticating requests to the documented API endpoints; no unrelated secrets or config paths are requested.
Persistence & Privilege
always:false (default) and the skill does not request system-wide changes or modify other skills; autonomous invocation is the platform default but is not combined with other concerning privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-weixin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-weixin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Renamed the keyword search operation from searchV1 to searchWeixinV1 for clarity and alignment with operation documentation. - Updated documentation and helper instructions to refer to the new operation ID. - No changes to input/output patterns or authentication; all existing endpoints and parameter structure remain the same.
v1.0.3
- Updated the Just One API usage guide and dashboard links in the Environment section with tracking parameters. - No functional or structural changes; only documentation links were modified.
v1.0.2
- Updated the dashboard link in the Environment section to include UTM parameters for improved referral tracking. - No changes to skill functionality or operations; documentation only.
v1.0.1
- Clarified that JUST_ONE_API_TOKEN is used only for authenticated API requests. - Added instructions to keep JUST_ONE_API_TOKEN private and not share it in messages, screenshots, or logs. - No functional changes to the API or supported operations.
v1.0.0
init
元数据
Slug justoneapi-weixin
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

WeChat Official Accounts API 是什么?

Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 WeChat Official Accounts API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-weixin」即可一键安装,无需额外配置。

WeChat Official Accounts API 是免费的吗?

是的,WeChat Official Accounts API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Official Accounts API 支持哪些平台?

WeChat Official Accounts API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat Official Accounts API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.4。

💬 留言讨论