← 返回 Skills 市场
olivimic

Nightly Recap

作者 olivimic · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install nightly-recap
功能描述
Sends a single Telegram message each evening with what shipped today, social/system status, wins, and tomorrow's focus, fully configurable for your stack.
安全使用建议
This skill mostly does what it says, but proceed cautiously. Key actions before installing: 1) Inspect and remove or overwrite the bundled config.json — it contains a Telegram bot token and chat id which appear to be populated; do not leave them in place. If the token belongs to you, rotate it immediately. 2) During first-run, prefer to supply --token and --chat explicitly for a test send rather than relying on repo config. 3) Audit any optional script paths (analyticsScript, revenueScript, communityPaths) before enabling them — they will be executed/read by the agent and can access local data or network. 4) Review send-message.js (it only posts to api.telegram.org) and the SKILL.md pipeline; ensure the cron/setup steps match your security posture. If you are uncomfortable with the included credentials or cannot verify their origin, do not install until the author confirms they are placeholders; treat the shipped token as compromised.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The skill's name/description align with its behavior: it reads workspace logs and composes a Telegram message. However the repository includes a populated config.json containing a Telegram bot token and chat id and absolute paths to analytics/revenue scripts. The registry metadata declared no required env vars/credentials, so including a ready-made credential file in the distributed package is inconsistent and suspicious (it could cause messages to be sent with the included token if the installer doesn't reconfigure).
Instruction Scope
SKILL.md limits core behavior to reading daily logs (memory/YYYY-MM-DD.md, HEARTBEAT.md, AGENTS.md) which is coherent with the purpose. It also instructs the agent to run optional scripts (analyticsScript, revenueScript) and to read arbitrary communityPaths; those are user-configurable and useful, but they allow execution/reading of arbitrary local files. That broad file/script access is reasonable for optional integrations but increases risk and must be audited before enabling.
Install Mechanism
No install spec (instruction-only) and a small delivery script (send-message.js). Nothing in the manifest downloads remote code or runs an installer — this is lower-install risk. However the package is intended to be copied into the user's skills directory, so included files (notably config.json) will be placed on disk unless the user removes them.
Credentials
The skill declares no required environment variables or primary credential, yet the bundled config.json contains an apparently valid Telegram bot token and chat id plus absolute paths to external scripts on the original author's machine. Shipping credentials inside the package is disproportionate and dangerous: an installer who misses the reconfiguration step could use the embedded token/chat, and the token in a public package is effectively exposed.
Persistence & Privilege
The skill does not request always:true and will not be force-installed. Its setup writes/overwrites config.json and writes a last_run.log delivery receipt on successful sends — this is reasonable for diagnostics. It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nightly-recap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nightly-recap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
v3.0.1 — Universal workspace reads, 3-tier check system, analytics integration, fail-silent mode, delivery receipts
v3.0.0
v3.0.0 — Universal workspace reads, 3-tier check system, analytics/revenue script integration, yesterday log fallback, fail-silent integrations, delivery receipts
元数据
Slug nightly-recap
版本 3.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Nightly Recap 是什么?

Sends a single Telegram message each evening with what shipped today, social/system status, wins, and tomorrow's focus, fully configurable for your stack. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 Nightly Recap?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nightly-recap」即可一键安装,无需额外配置。

Nightly Recap 是免费的吗?

是的,Nightly Recap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nightly Recap 支持哪些平台?

Nightly Recap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nightly Recap?

由 olivimic(@olivimic)开发并维护,当前版本 v3.0.1。

💬 留言讨论