← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install timeline
功能描述
Log dated events and facts to a queryable personal timeline. Use when the user wants to record something that happened (medical events, family moments, miles...
安全使用建议
This skill appears to do what it says: it creates and edits a local Timeline.md in a vault folder. Before installing, review and consider: (1) the script uses VAULT_PATH but the skill doesn't declare it — set VAULT_PATH explicitly to a directory you control so it doesn't default to /Users/andrew/Documents/Vault v3; (2) the script will create and write Timeline.md in that folder, so avoid pointing it at any sensitive system directory or shared repo; (3) there is no network activity in the code, but you should still inspect the script yourself or run it in a safe environment to confirm; (4) back up any existing Timeline.md before first run; and (5) if you plan to enable autonomous agent invocation, be mindful that the skill can create or modify local files (store private health/family info) — limit access accordingly.
功能分析
Type: OpenClaw Skill
Name: timeline
Version: 1.0.0
The skill contains shell injection vulnerabilities in `scripts/timeline.sh` due to the use of unsanitized user input in `sed` and `grep` commands. While the logic aligns with the stated purpose of logging events to a Markdown file, the lack of input validation could allow for arbitrary file manipulation or command execution. No evidence of intentional malice, data exfiltration, or obfuscation was found.
能力评估
Purpose & Capability
The name/description (personal event log) aligns with the delivered artifacts: an instruction document and a Bash script that logs, searches, and lists entries in a Timeline.md file. The required operations (date parsing, grep/ripgrep, sed) are coherent with the stated functionality.
Instruction Scope
Runtime instructions and the script only read/write the Timeline.md file and use local text tools (date, grep, sed). There is no network I/O, external endpoints, or attempts to read other system configs. Note: SKILL.md mentions possible integrations (briefings/heartbeat/medical folder) as future ideas, but these are not implemented.
Install Mechanism
This is an instruction-only skill with a small included bash script; there is no installer, no downloaded archives, and no package registry pulls. Risk from install mechanism is minimal.
Credentials
The script reads VAULT_PATH (falling back to a hardcoded default '/Users/andrew/Documents/Vault v3') but the skill declares no required environment variables. The use of an undeclared VAULT_PATH and a hardcoded default user directory is an inconsistency the user should be aware of: the script will create/modify files in that path by default. No credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide settings. It writes a local Timeline.md file (expected for its purpose) but does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install timeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/timeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Timeline 是什么?
Log dated events and facts to a queryable personal timeline. Use when the user wants to record something that happened (medical events, family moments, miles... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Timeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install timeline」即可一键安装,无需额外配置。
Timeline 是免费的吗?
是的,Timeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Timeline 支持哪些平台?
Timeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Timeline?
由 levineam(@levineam)开发并维护,当前版本 v1.0.0。
推荐 Skills