← 返回 Skills 市场
jcools1977

Time Capsule

作者 John DeVere Cooley · GitHub ↗ · v1.0.0
darwinlinuxwin32 ⚠ suspicious
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install time-capsule
功能描述
Write messages to your future self — or your future team — that unlock when specific code conditions are met. "Dear future me: if you're reading this, someon...
安全使用建议
This skill's idea is reasonable, but the instructions are vague about exactly what the agent will read and write. Before installing: 1) Request the full SKILL.md runtime steps showing any git/CI operations. 2) Require the skill to operate read-only or to propose changes as pull requests (not direct commits). 3) Refuse or closely review any added CI/workflow files — these can run with repo permissions and exfiltrate secrets. 4) Confirm whether any credentials (e.g., GITHUB_TOKEN, CI secrets) are needed and why; prefer short-lived tokens and explicit consent. 5) If you allow it, run the skill in a sandboxed repository and review all created files and commits before merging to main. If the author cannot provide concrete, minimal runtime steps and clear safeguards, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: time-capsule Version: 1.0.0 The 'time-capsule' skill bundle is a conceptual tool designed to help teams preserve institutional knowledge by triggering messages based on codebase events (e.g., file edits, date reaches, or dependency updates). The SKILL.md file contains only descriptive documentation and templates for the agent to follow, with no executable code, suspicious network calls, or malicious instructions. All behaviors described are consistent with the stated purpose of improving documentation and team onboarding.
能力评估
Purpose & Capability
The skill claims to embed messages in a codebase and surface them on triggers (file edits, dependency upgrades, first contributor, dates). Achieving that legitimately requires read/write access to the repository, access to git history, and likely CI/webhook integration or scheduled runners. The package declares no required credentials, tokens, or config paths that would be needed for remote hooks/CI setup, so there's a mismatch between the claimed capabilities and the declared requirements.
Instruction Scope
SKILL.md is instruction-only and largely descriptive; it does not show concrete, constrained runtime steps. A real runtime implementation would need to (a) scan the repo and commit history, (b) add or modify files (capsule payloads), and (c) possibly add CI workflows or webhook listeners to detect triggers. Those actions involve reading potentially sensitive files and writing persistent code into the repository; the instructions are open-ended and grant broad discretion without detailing safeguards (e.g., making changes via PRs, code review, or read-only discovery).
Install Mechanism
No install spec and no code files are present, so the skill itself won't drop binaries or archives on disk. This lowers supply-chain risk relative to skills that download and execute external code.
Credentials
The skill declares no required environment variables or credentials, but the described features (detecting new contributors, watching for dependency upgrades, integrating with CI or scheduled triggers) typically require access to repository metadata and/or CI tokens (e.g., GITHUB_TOKEN), or at least a mechanism to run on a scheduled basis. The absence of declared credentials is disproportionate to the capability and leaves unclear whether the skill will request or create secrets at runtime.
Persistence & Privilege
The skill does not set always:true, but its intended behavior implies writing persistent artifacts into the repository (capsule files, annotations, or CI/workflow files). That persistence can create long-lived functionality (e.g., workflows that run on push) and thus raises privilege concerns if the agent is allowed to commit or create workflow files without review. The SKILL.md does not describe safeguards (e.g., making changes via PRs rather than direct pushes).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install time-capsule
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /time-capsule 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug time-capsule
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Time Capsule 是什么?

Write messages to your future self — or your future team — that unlock when specific code conditions are met. "Dear future me: if you're reading this, someon... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 Time Capsule?

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

Time Capsule 是免费的吗?

是的,Time Capsule 完全免费(开源免费),可自由下载、安装和使用。

Time Capsule 支持哪些平台?

Time Capsule 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Time Capsule?

由 John DeVere Cooley(@jcools1977)开发并维护,当前版本 v1.0.0。

💬 留言讨论