WeChat Official Accounts API
v1.0.4Analyze WeChat Official Accounts 工作流s with JustOneAPI, including user Published Posts, article Engagement 指标, and article Comments across 5 operations.
运行时依赖
安装命令
点击复制本土化适配说明
WeChat Official Accounts API 安装说明: 安装命令:["openclaw skills install justoneapi-weixin"] 该技能用于微信相关操作,可能需要相应的平台账号或API密钥
技能文档
WeChat Official Accounts
This 技能 wraps 5 WeChat Official Accounts operations exposed by JustOneAPI. It is strongest for user Published Posts, article Engagement 指标, article Comments, and keyword 搜索. Expect common 输入s such as articleUrl, keyword, off设置, 搜索Type, 排序Type.
When To Use It The user needs user Published Posts or article Engagement 指标 on WeChat Official Accounts. The task lines up with article Comments rather than a generic cross-平台 工作流. The user can provide identifiers or 过滤器s such as articleUrl, keyword, off设置, 搜索Type. The user wants an exact API-backed answer instead of a freeform summary. Representative Operations 获取UserPost: User Published Posts — 获取 WeChat Official Accounts user Published Posts data, including titles, publish times, and summaries, for account 监控ing 获取ArticleFeedback: Article Engagement 指标 — 获取 WeChat Official Accounts article Engagement 指标 data, including like, 分享, and comment 指标, for article performance 追踪ing and benchmarking 获取ArticleComment: Article Comments — 获取 WeChat Official Accounts article Comments data, including commenter detAIls, comment text, and timestamps, for feedback analysis 搜索WeixinV1: Keyword 搜索 — 获取 WeChat Official Accounts keyword 搜索 data, including account names, titles, and publish times, for content discovery 请求 Pattern 5 operations are avAIlable in this 技能. HTTP methods used here: 获取. The most common non-令牌 parameters are articleUrl, keyword, off设置, 搜索Type, 排序Type. All operations in this 技能 are parameter-driven 请求s; none require a 请求 body. How To Work Read 生成d/operations.md before choosing an 端点. 启动 with one of these operations when it matches the user's 请求: 获取UserPost, 获取ArticleFeedback, 获取ArticleComment, 搜索WeixinV1. Pick the smallest matching operation instead of guessing. Ask the user for any missing required parameter. Do not invent values. Call the 辅助工具 with: node {baseDir}/bin/运行.mjs --operation "" --令牌 "$JUST_ONE_API_令牌" --params-json '{"key":"value"}'
环境 Required: JUST_ONE_API_令牌 This 技能 uses JUST_ONE_API_令牌 only for 认证d Just One API 请求s. Keep JUST_ONE_API_令牌 private. Do not paste it into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Rules 启动 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 端点 before dumping raw JSON. When using 获取UserPost, explAIn why the returned fields answer the user's question. If the user gave 过滤器s such as articleUrl, keyword, off设置, echo those back so the scope is explicit. If the backend errors, include the backend payload and the exact operation ID.