← Back to Skills Marketplace
justoneapi

WeChat Official Accounts API

by justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
183
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install justoneapi-weixin
Description
Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operati...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-weixin
  3. After installation, invoke the skill by name or use /justoneapi-weixin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug justoneapi-weixin
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is WeChat Official Accounts API?

Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operati... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.

How do I install WeChat Official Accounts API?

Run "/install justoneapi-weixin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Official Accounts API free?

Yes, WeChat Official Accounts API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Official Accounts API support?

WeChat Official Accounts API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Official Accounts API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.4.

💬 Comments