A professional-grade CLI integration for full Remember The Milk task lifecycle management within an AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rtm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rtm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Remember The Milk skill for Openclaw Skills enables developers and AI agents to interact directly with the RTM platform. This tool allows for comprehensive task management, including creating, listing, searching, and organizing todos without leaving the command line or coding environment. It is built as a standalone Python script with no external dependencies, ensuring a lightweight and secure footprint for any development workflow.
By incorporating this skill, users can leverage the full power of Remember The Milk through an AI coding assistant. This integration supports everything from basic task addition to complex filtering and note management, making it an essential component for those who rely on structured productivity systems while using Openclaw Skills.
To set up this integration within the Openclaw Skills framework, follow these steps:
export RTM_API_KEY='your_api_key_here'
export RTM_SHARED_SECRET='your_shared_secret_here'
python3 scripts/rtm.py auth
The skill manages task data and identifiers required for precise operations. The following data points are typically returned in task lists:
| Field | Description |
|---|---|
| list_id | The unique identifier for the RTM list (e.g., Inbox, Work). |
| series_id | The identifier for a task series, used for modifying existing tasks. |
| task_id | The specific ID for a single instance of a task. |
| note_id | The unique identifier for notes attached to a specific task. |
All output includes human-readable task names, priorities (P1, P2, P3), due dates, and tags for easy identification.
Loading
A CLI-based tool for querying public bird song detection data and wildlife trends from BirdWeather stations globally.

High-speed audio transcription leveraging Groq specialized ASR models via a streamlined curl interface.

A specialized CLI utility that transforms standard Markdown content into fully formatted Notion blocks, supporting tables, callouts, and rich text.

A comprehensive AI-powered assistant for querying Radix DLT blockchain data, including wallets, tokens, and ecosystem news.

A background utility that automates daily version checks and updates for both the core agent and all installed skills.

An automated system utility for macOS that enables AI agents to monitor performance, clear junk, and manage applications via a local API.








































