← 返回 Skills 市场
891
总下载
3
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install rtm
功能描述
Manage Remember The Milk tasks — list, add, complete, delete, search, prioritize, tag, move, and annotate tasks with notes. Use when the user asks about tasks, todos, to-do lists, reminders, or Remember The Milk.
安全使用建议
This skill appears to do exactly what it says: manage RTM tasks. Before installing, decide whether to use a dedicated RTM API key/account (so you limit exposure), ensure RTM_API_KEY and RTM_SHARED_SECRET are provided securely via the skill config, and protect or remove the saved token file (~/.rtm_token) (chmod 600 or delete it if you don't want persistent access). Be aware the auth requests 'delete' permission — if you prefer, create a key/account with minimum privileges. If you need higher assurance, inspect the full script yourself; it uses only the standard library and talks only to rememberthemilk.com endpoints.
功能分析
Type: OpenClaw Skill
Name: rtm
Version: 1.1.0
The OpenClaw skill for Remember The Milk is benign. It provides a CLI tool to manage RTM tasks, requiring API keys and storing an auth token locally at `~/.rtm_token`. All network communication is exclusively with `api.rememberthemilk.com` and `www.rememberthemilk.com`, as confirmed by the `api_call` function in `scripts/rtm.py`. The `SKILL.md` transparently discloses the storage of the auth token and the 'delete' permission scope, advising users on security best practices. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent.
能力评估
Purpose & Capability
Name/description, declared env vars (RTM_API_KEY, RTM_SHARED_SECRET), and the included script all target the Remember The Milk API. Required credentials are appropriate for the claimed functionality.
Instruction Scope
SKILL.md and the script limit actions to RTM flows (auth, list/tasks CRUD). The only filesystem access is reading/writing ~/.rtm_token; network calls go to api.rememberthemilk.com and www.rememberthemilk.com as documented.
Install Mechanism
Instruction-only skill with one bundled Python script using only the standard library; no download/install steps or external packages are required.
Credentials
The two required env vars are expected for RTM. Note that the saved ~/.rtm_token grants full access to the linked RTM account and the auth flow requests 'delete' permission; the SKILL.md also recommends protecting/removing that file.
Persistence & Privilege
The skill is not always-enabled, does not alter other skills or system-wide settings, and its persistent artifact is a per-user token file (~/.rtm_token) which is within scope for an API client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rtm - 安装完成后,直接呼叫该 Skill 的名称或使用
/rtm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Address security review: declare required env vars and token file in metadata, add security section documenting credential handling, token storage, network scope, and permission level.
v1.0.0
Initial release: full RTM task management — list, add, complete, delete, search, prioritize, tag, move between lists, and notes. Stdlib only, no pip deps. Auto-retry with timeouts for reliability.
元数据
常见问题
Remember The Milk 是什么?
Manage Remember The Milk tasks — list, add, complete, delete, search, prioritize, tag, move, and annotate tasks with notes. Use when the user asks about tasks, todos, to-do lists, reminders, or Remember The Milk. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 891 次。
如何安装 Remember The Milk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rtm」即可一键安装,无需额外配置。
Remember The Milk 是免费的吗?
是的,Remember The Milk 完全免费(开源免费),可自由下载、安装和使用。
Remember The Milk 支持哪些平台?
Remember The Milk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remember The Milk?
由 maxdraki(@maxdraki)开发并维护,当前版本 v1.1.0。
推荐 Skills