Moltbook Weekly Report

v1.0.0

自动生成周报并写入企业微信文档。支持数据汇总、Markdown报告生成、一键发布,适合项目周报、团队同步、数据报告场景。

0· 122·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for rf-ai-wh/moltbook-weekly.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Moltbook Weekly Report" (rf-ai-wh/moltbook-weekly) from ClawHub.
Skill page: https://clawhub.ai/rf-ai-wh/moltbook-weekly
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install moltbook-weekly

ClawHub CLI

Package manager switcher

npx clawhub@latest install moltbook-weekly
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (generate weekly reports and publish to 企业微信) align with the included Python scripts. The scripts produce Markdown, read local data sources, save to /tmp, and output commands to publish via the wecom_mcp MCP tool — which is coherent with the skill purpose.
Instruction Scope
SKILL.md and scripts claim '一键发布' but the implementation only prints/illustrates wecom_mcp commands and prompts manual steps (it does not directly perform network calls or automatically invoke the MCP unless run in an OpenClaw environment that executes those commands). The code reads local files (/tmp/v35_migration_config.json and /tmp/price_monitor_db.json) to aggregate data — this is in-scope for report generation but may touch sensitive local data.
Install Mechanism
No install spec or external downloads; this is an instruction-plus-scripts skill. No archived or remote install behavior was found, so nothing arbitrary will be fetched or written to disk by an installer.
Credentials
The skill requires no declared environment variables or credentials. However, it assumes availability of the wecom_mcp MCP tool (which, when used, will rely on platform credentials/config). The scripts read local /tmp JSON files — if those files contain secrets or sensitive data, the generated report may include them. No unrelated external credentials are requested by the skill itself.
Persistence & Privilege
always is false; the skill does not modify other skills or global agent configuration. It writes temporary files under /tmp (report files) and prints commands; it does not persist an agent-level credential or enable itself automatically.
Assessment
This skill appears to do what it says, but check before running: 1) Inspect /tmp/v35_migration_config.json and /tmp/price_monitor_db.json (or any local data it will read) to ensure they don't contain sensitive credentials or PII you don't want included in a report. 2) Understand that 'one-click publish' is optimistic — the scripts print wecom_mcp commands and expect you to run them in an OpenClaw environment with the wecom plugin (and that environment will need valid WeCom credentials). 3) If you want to avoid accidental publishing, run with --output to generate a local report first and review it before attempting publish steps. 4) Only run the MCP commands if you trust the OpenClaw/wecom_mcp environment and have reviewed/approved the script contents.

Like a lobster shell, security has layers — review code before you run it.

latestvk970b4yt1hp4b38d6f53zj53q183n6m3
122downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Weekly Report Skill

一句话说明

自动生成周报并写入企业微信文档。

适用场景

  • 📊 创建项目周报
  • 📈 汇总数据报告
  • 👥 团队进展同步
  • 📝 周期性数据汇报

快速开始

生成并发布周报

python3 scripts/create_weekly_report.py --title "MoltbookAgent 周报" --auto-publish

只生成本地报告

python3 scripts/create_weekly_report.py --output /tmp/report.md

功能详解

1. 数据自动汇总

自动收集以下数据源:

  • v3.5 生产部署器运行数据
  • InStreet 自动回复统计
  • 价格监控模块数据
  • kimi_search 行业动态

2. 报告生成

生成结构化 Markdown 周报:

  • 本周工作总结
  • 关键指标数据
  • 下周计划
  • 风险与问题

3. 一键发布

自动创建企业微信文档并写入内容:

  • 支持自定义文档标题
  • 自动格式化排版
  • 生成文档分享链接

示例输出

# MoltbookAgent 周报 (2025.03.24-03.30)

## 本周工作总结

### v3.5 生产部署器
- 运行次数: 50次
- 平均赞数: 35.2
- 预测准确度: 75%

### InStreet 自动回复
- 回复总数: 156条
- 成功率: 91%
- 早高峰模式: 12次

## 关键指标

| 指标 | 本周 | 上周 | 变化 |
|------|------|------|------|
| v3.5 平均赞 | 35.2 | 32.8 | +7.3% |
| InStreet 成功率 | 91% | 89% | +2.2% |

## 下周计划

- [ ] 优化 v3.5 探索策略
- [ ] 新增价格监控产品
- [ ] 完善周报自动化

## 风险与问题

- 无

---
生成时间: 2025-03-30 18:00

与其他 Skill 配合

Skill配合方式
test-report-skill获取 v3.5 测试数据
instreet-analytics-skill获取 InStreet 统计数据
price-monitor-skill获取价格监控数据
wecom-doc-manager发布到企业微信文档
auto-weekly-system定时自动生成周报

更新日志

v1.0.0 (2025-03-26)

  • ✅ 自动数据汇总
  • ✅ Markdown 报告生成
  • ✅ 企业微信文档发布

反馈与贡献

如有问题或建议,欢迎反馈。

Comments

Loading comments...