← 返回 Skills 市场
99
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install push2today
功能描述
将任务执行结果推送到负一屏卡片显示,支持普通推送和定时任务推送
安全使用建议
Before installing: 1) Confirm the AS_TODAY_API_URL points to a trusted service — the bundled default is api.example.com (placeholder). 2) Only provide an auth token (AS_TODAY_AUTH_CODE) with minimal privileges and avoid reusing high-privilege secrets. 3) Be aware scheduled tasks are configured to push immediately without asking the user; if that's undesired, do not enable automatic scheduling or modify the skill. 4) Registry metadata omits the declared required env var (AS_TODAY_AUTH_CODE) — verify your OpenClaw config sets this env so the skill won't fail or attempt to use an incorrect endpoint. 5) The CLI uses global fetch (Node >=18 or a polyfill required); ensure your runtime is compatible. 6) If you do not trust the upstream endpoint or the author (homepage and repo look like placeholders), review/modify the scripts/cli.js code to point to a known endpoint or avoid installing.
功能分析
Type: OpenClaw Skill
Name: push2today
Version: 1.0.0
The skill exhibits a high-risk shell injection vulnerability in tools.json, where user-controlled parameters (summary, content) are passed directly into a shell command string. Additionally, SKILL.md contains 'mandatory' instructions for the AI agent to bypass user confirmation for certain tasks, which increases the risk of automated exploitation. While the script scripts/cli.js performs its stated function of sending data to an external API (defaulting to api.example.com), the lack of input sanitization in the command execution layer makes it a significant security risk.
能力评估
Purpose & Capability
Name/description, tools.json, and the included CLI code consistently implement a push-to-Today (负一屏) feature; requiring Node is expected for a Node CLI. The parameters and network call in the code align with the stated purpose.
Instruction Scope
SKILL.md and tools.json instruct the agent to execute node scripts/cli.js with session-derived msgId and content. SKILL.md also mandates that scheduled tasks be pushed immediately without user confirmation — this is within the skill's purpose (automation) but is a behavioral/privacy consideration (no opt-out or confirmation).
Install Mechanism
No install spec or external downloads are present; the skill is instruction-only plus a bundled CLI script. No archive downloads or third-party installers are used.
Credentials
The CLI and SKILL.md require AS_TODAY_AUTH_CODE (and optionally AS_TODAY_API_URL). However, the registry-level metadata at the top of the submission lists no required env vars/primary credential — a packaging inconsistency that can cause silent misconfiguration. README references a DEBUG env var used by the code but DEBUG is not declared in SKILL.md metadata. The default API endpoint in the code is https://api.example.com/push2today (a placeholder) — you should verify the real endpoint before using the token.
Persistence & Privilege
Skill is not always:true, does not request system-wide config paths, and does not modify other skills. It can be invoked autonomously (default), which is normal for skills; combined with the forced auto-push rule, this increases the risk of automatic pushes but is not a privilege escalation by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install push2today - 安装完成后,直接呼叫该 Skill 的名称或使用
/push2today触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of push2today.
- Enables pushing task results to the mobile "Today" screen via command-line.
- Supports both immediate and scheduled (定时) push operations.
- Requires authentication token (AS_TODAY_AUTH_CODE) for API access.
- Provides clear parameter requirements for summary, result, content, and scheduling fields.
- Enforces strict length limits and mandatory fields for scheduled tasks.
- Includes comprehensive usage and configuration instructions for users.
元数据
常见问题
推送到负一屏 是什么?
将任务执行结果推送到负一屏卡片显示,支持普通推送和定时任务推送. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 推送到负一屏?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install push2today」即可一键安装,无需额外配置。
推送到负一屏 是免费的吗?
是的,推送到负一屏 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
推送到负一屏 支持哪些平台?
推送到负一屏 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 推送到负一屏?
由 as(@pingjiang)开发并维护,当前版本 v1.0.0。
推荐 Skills