← Back to Skills Marketplace
891
Downloads
3
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rtm
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rtm - After installation, invoke the skill by name or use
/rtm - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 891 downloads so far.
How do I install Remember The Milk?
Run "/install rtm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Remember The Milk free?
Yes, Remember The Milk is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Remember The Milk support?
Remember The Milk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Remember The Milk?
It is built and maintained by maxdraki (@maxdraki); the current version is v1.1.0.
More Skills