← Back to Skills Marketplace
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install temp-heartbeat
Description
设置一次性临时心跳任务,在指定时间执行提醒、检查或操作,任务完成后自动删除,无需永久配置。
Usage Guidance
This skill appears to do what it says (create one‑time temporary tasks saved under memory/ and delete them after execution), but the runtime instructions leave a critical detail unspecified: how task content is executed. Before installing or enabling this skill, verify the following: (1) inspect the actual implementation code (src/index.ts or similar) — it is not included in the package shown; (2) confirm executeTask is sandboxed and does not run arbitrary shell commands or allow tasks to include remote endpoints or secrets; (3) ensure task content is treated as data (notifications/reminders) rather than executable code, or that only a restricted set of safe actions is supported; (4) prefer a published source repository and a known author (skill.json lists a GitHub URL but the package lacks code) and check repository history; (5) avoid creating tasks that embed sensitive information or credentials. If you cannot review the implementation or get clarification about execution/sandboxing, treat this skill as higher risk and consider not installing it.
Capability Analysis
Type: OpenClaw Skill
Name: temp-heartbeat
Version: 1.0.0
The 'temp-heartbeat' skill is a task management tool designed to create, track, and execute one-time reminders or automated checks stored as markdown files in a local 'memory/' directory. The logic defined in SKILL.md and the accompanying metadata (skill.json, package.json) consistently describe a legitimate workflow for temporary task persistence and cleanup, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (temporary one‑time heartbeat tasks) aligns with the instructions: parsing times, creating task files under memory/, listing/cancelling tasks, and automatic deletion after execution. No extraneous credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs the agent to create/read/delete files under memory/ (expected) and to "执行任务内容" via an executeTask(file, content) step. The spec does not define what allowed task content is or how execution is sandboxed — task content could include arbitrary operations (network requests, shell commands, data exfiltration). This ambiguous execution semantics is a material risk.
Install Mechanism
No install spec; instruction-only skill. No packages or remote downloads are declared, which reduces installer risk. package.json and skill.json are present but no code files (src/index.ts) were included — implementation is missing.
Credentials
The skill requests no environment variables, credentials, or special config paths. That is proportionate for a local temporary task manager.
Persistence & Privilege
always is false and skill is user-invocable. It writes task files under memory/, which is reasonable for its purpose. It does not request system-wide persistent privileges in the provided metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install temp-heartbeat - After installation, invoke the skill by name or use
/temp-heartbeat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Temp Heartbeat v1.0.0.
- Enables creation of one-time temporary heartbeat tasks, automatically executed and deleted after completion.
- Supports flexible time parsing for both relative (e.g., "10 分钟后") and absolute times (e.g., specific date/time).
- Task management via commands: create, list, cancel individual, or cancel all temporary heartbeats.
- Provides clear output templates for task creation, listing, and execution, supporting both Chinese and English triggers.
- Designed to avoid permanent changes to HEARTBEAT.md, ideal for ad-hoc reminders and scheduled tasks.
Metadata
Frequently Asked Questions
What is Temp Heartbeat - 临时心跳?
设置一次性临时心跳任务,在指定时间执行提醒、检查或操作,任务完成后自动删除,无需永久配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Temp Heartbeat - 临时心跳?
Run "/install temp-heartbeat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Temp Heartbeat - 临时心跳 free?
Yes, Temp Heartbeat - 临时心跳 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Temp Heartbeat - 临时心跳 support?
Temp Heartbeat - 临时心跳 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Temp Heartbeat - 临时心跳?
It is built and maintained by rfdiosuao (@rfdiosuao); the current version is v1.0.0.
More Skills