← Back to Skills Marketplace
99
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install push2today
Description
将任务执行结果推送到负一屏卡片显示,支持普通推送和定时任务推送
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install push2today - After installation, invoke the skill by name or use
/push2today - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 推送到负一屏?
将任务执行结果推送到负一屏卡片显示,支持普通推送和定时任务推送. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install 推送到负一屏?
Run "/install push2today" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 推送到负一屏 free?
Yes, 推送到负一屏 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 推送到负一屏 support?
推送到负一屏 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 推送到负一屏?
It is built and maintained by as (@pingjiang); the current version is v1.0.0.
More Skills