← 返回 Skills 市场
alibaba4184hub

daily-every

作者 alibaba4184hub · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install daily-every
功能描述
每天早上生成简报:上海天气 + V2EX 热帖前 5 条。 Use when: 用户说"生成今日简报",或 cron 在早上 8 点触发。 NOT for: 详细的天气预报或深度新闻分析。
使用说明 (SKILL.md)

\r \r

Daily Every\r

\r

When to Run\r

\r

  • 每天 8:00 AM 通过 cron 触发\r
  • 用户主动说「给我今天的简报」「今天有什么热点」\r \r

Workflow\r

\r

  1. 拉取上海天气:\r curl "https://wttr.in/Shanghai?format=3"\r
  2. 拉取 V2EX 热帖前 5 条:\r curl https://www.v2ex.com/api/topics/hot.json\r 取 title 和 node.title 字段\r
  3. 整合输出以下格式,推送 Telegram\r \r

Output Format\r

\r 📅 {今天日期}\r 🌤 天气:{wttr.in 返回结果}\r \r 🔥 V2EX 今日热帖:\r

  1. {标题}({节点})\r
  2. ...(共 5 条)
安全使用建议
This skill mostly does what it says: it fetches Shanghai weather and the V2EX hot list and formats a short briefing. However, the SKILL.md says to 'push Telegram' but the skill manifest does not declare any Telegram credentials (bot token / chat_id) or explain how messages will be delivered. Before installing or enabling this skill, ask the author to: (1) explicitly declare required environment variables (e.g., TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) and how they are stored; (2) document the exact POST/curl call used to send Telegram messages so you can audit it; (3) confirm whether curl is required on the runtime host (or add it to requires.binaries); and (4) if you will allow autonomous runs via cron, ensure the bot token has minimal scope and rotate tokens if shared. If these clarifications are not provided, treat the skill as untrusted because it will need credentials to send messages but gives no guidance about how they are handled.
能力评估
Purpose & Capability
Name and description (daily Shanghai weather + top 5 V2EX hot topics) match the SKILL.md workflow: two curl calls and formatting. However, the SKILL.md's end goal is to 'push Telegram' even though the skill declares no credentials or environment requirements to perform that push. That omission is a mismatch between claimed capability and declared requirements.
Instruction Scope
Instructions explicitly run curl against wttr.in and V2EX API (expected and scoped). They also say to '推送 Telegram' but provide no concrete API endpoint, header format, or required tokens; they therefore implicitly require access to Telegram credentials (bot token, chat_id) that are neither declared nor explained. The instructions do not ask to read unrelated files or system secrets, but the Telegram step implies use/transmission of credentials that are not specified.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest-risk footprint. It relies on curl being available at runtime (curl calls are in the instructions); the manifest does not declare it as required, which is a minor mismatch but not high risk.
Credentials
The skill declares no required environment variables or credentials, yet the SKILL.md requires pushing messages to Telegram. Sending to Telegram would normally require at least TELEGRAM_BOT_TOKEN and a chat identifier (chat_id). The absence of declared env vars/primary credential is disproportionate and unclear.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; autonomous invocation is allowed (platform default). It does not request any system-wide config changes or persistent privileges. Cron triggering is mentioned but cron setup is external to the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-every
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-every 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated the section header from "Daily Brief" to "Daily Every" in documentation. - No functional or workflow changes.
v1.0.1
- Skill renamed from "daily-brief" to "daily-every" - No functional or workflow changes; the description and output remain the same
v1.0.0
- Initial release: generates a daily morning brief including Shanghai weather and top 5 trending V2EX posts. - Triggers at 8:00 AM via cron or on user request. - Summarizes weather and V2EX post titles/nodes in a concise format. - Designed for quick daily updates, not detailed weather or in-depth news analysis.
元数据
Slug daily-every
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

daily-every 是什么?

每天早上生成简报:上海天气 + V2EX 热帖前 5 条。 Use when: 用户说"生成今日简报",或 cron 在早上 8 点触发。 NOT for: 详细的天气预报或深度新闻分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 daily-every?

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

daily-every 是免费的吗?

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

daily-every 支持哪些平台?

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

谁开发了 daily-every?

由 alibaba4184hub(@alibaba4184hub)开发并维护,当前版本 v1.0.2。

💬 留言讨论