微信公众号自动化运营。触发词:采集热点、公众号日报、周报、检查评论、回复评论、生成文章。依赖 wemp skill。
Scanned 6/5/2026
Install via CLI
openskills install IanShaw027/wemp-operator---
name: wemp-operator
description: "微信公众号自动化运营。触发词:采集热点、公众号日报、周报、检查评论、回复评论、生成文章。依赖 wemp skill。"
---
# wemp-operator
公众号自动化运营:内容采集、数据分析、互动管理。
## 环境检查
```bash
node scripts/setup.mjs # 检查依赖
node scripts/setup.mjs --help # 配置指南
```
## 内容采集
```bash
node scripts/content/smart-collect.mjs \
--query "需求" --keywords "关键词" --sources "数据源" [--deep]
```
数据源:hackernews, github, v2ex, 36kr, weibo, zhihu, producthunt, wallstreetcn 等
## 数据分析
```bash
node scripts/analytics/daily-report.mjs [--date YYYY-MM-DD]
node scripts/analytics/weekly-report.mjs
```
## 互动管理
```bash
node scripts/interact/check-comments.mjs [--list]
node scripts/interact/reply.mjs --comment-id <id> [--content "回复"]
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.