← 返回 Skills 市场
rfdiosuao

Temp Heartbeat - 临时心跳

作者 rfdiosuao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install temp-heartbeat
功能描述
设置一次性临时心跳任务,在指定时间执行提醒、检查或操作,任务完成后自动删除,无需永久配置。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install temp-heartbeat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /temp-heartbeat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug temp-heartbeat
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Temp Heartbeat - 临时心跳 是什么?

设置一次性临时心跳任务,在指定时间执行提醒、检查或操作,任务完成后自动删除,无需永久配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Temp Heartbeat - 临时心跳?

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

Temp Heartbeat - 临时心跳 是免费的吗?

是的,Temp Heartbeat - 临时心跳 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Temp Heartbeat - 临时心跳 支持哪些平台?

Temp Heartbeat - 临时心跳 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Temp Heartbeat - 临时心跳?

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

💬 留言讨论