WeChat Official Accounts API
by @justoneapi
Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operati...
clawhub install justoneapi-weixinπ About This Skill
name: WeChat Official Accounts API description: Analyze WeChat Official Accounts workflows with JustOneAPI, including user Published Posts, article Engagement Metrics, and article Comments across 5 operations. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_weixin"}}
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
articleUrl, keyword, offset, searchType.Representative Operations
getUserPost: User Published Posts β Get WeChat Official Accounts user Published Posts data, including titles, publish times, and summaries, for account monitoringgetArticleFeedback: Article Engagement Metrics β Get WeChat Official Accounts article Engagement Metrics data, including like, share, and comment metrics, for article performance tracking and benchmarkinggetArticleComment: Article Comments β Get WeChat Official Accounts article Comments data, including commenter details, comment text, and timestamps, for feedback analysissearchWeixinV1: Keyword Search β Get WeChat Official Accounts keyword Search data, including account names, titles, and publish times, for content discoveryRequest Pattern
GET.articleUrl, keyword, offset, searchType, sortType.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 "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
getUserPost, explain why the returned fields answer the user's question.articleUrl, keyword, offset, echo those back so the scope is explicit.