Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

openclaw-rtmOpenClaw RTM 效率

Agent Skill

openclaw-rtm 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,815

周安装

371

GitHub Stars

公开资料未说明

下载量

3,087
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-rtm(OpenClaw RTM 效率)
来源仓库:https://github.com/kissyjpf/openclaw-rtm
安装命令:
openclaw skills install openclaw-rtm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-rtm

简介

专为OpenClaw设计的记忆增强技能,用于快速检索历史信息。

  • 适合在复杂任务中保持上下文连贯性和操作可追溯性。
  • 支持对话内容自动保存与关键词搜索,便于快速定位历史记录。
  • 安装命令:openclaw skills install openclaw-rtm,需注意本地存储路径及数据隐私设置。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
rtm-skill
description
Remember The Milk skill for OpenClaw

Remember The Milk (RTM) Skill for OpenClaw

This skill integrates Remember The Milk with OpenClaw, allowing you to manage your daily tasks directly from the command line.

Installation (CLI Usage)

This skill can automatically be loaded by OpenClaw. However, if you would like to use the rtm command directly in your Mac's terminal (or allow LLM agents to use it as a shell command), you can install it globally via npm:

npm link

Obtaining API Credentials

Before using this skill, you need to obtain an API Key and a Shared Secret from Remember The Milk:

  1. Go to the Remember The Milk API Keys page.
  2. Log in with your Remember The Milk account if prompted.
  3. Apply for a new API Key by registering your application.
  4. Once created, you will receive an API Key and a Shared Secret.
  5. Once you have your credentials, you must save them securely so the bot doesn't lose them. Choose one of the following methods:

Method A: Using the config command (Recommended)

Run this command in your terminal:

rtm config <your-api-key> <your-shared-secret>

This saves the credentials safely to ~/.rtm-credentials.json ensuring they persist across terminal restarts.

Method B: Using a .env file

Create a file named .env in this skill's folder (you can use .env.example as a template) and add your keys:

RTM_API_KEY="your-api-key"
RTM_SHARED_SECRET="your-shared-secret"
IMPORTANT Do NOT edit index.js to embed your API key/secret directly into the source files. Using one of the methods above ensures your credentials remain secure and recognizable by the bot.

Setup and Authorization

Before you can use the commands to manage your tasks, you need to authorize the skill with your Remember The Milk account.

NOTE When you authorize this application, an authentication token will be saved locally to ~/.rtm-token.json in plaintext. Keep this file secure on trusted devices, and delete it if you uninstall the skill.
  1. Start Authorization:
   rtm auth

This command will provide you with an authorization URL. Open this URL in your web browser and authorize the application.

  1. Save Token:

After authorizing in the browser, run the following command with the frob provided.

   rtm token <frob>

This will save your authentication token locally (~/.rtm-token.json) so you only need to do this once.

Available Commands

Once authorized, you can use the following commands to interact with your tasks.

List Tasks

List your tasks. By default, this only fetches incomplete tasks to keep the response fast and clean:

rtm list

You can explicitly ask for completed tasks (up to 100 recent ones), or all tasks:

rtm list completed  # Fetches up to 100 recently completed tasks
rtm list all        # Fetches absolutely all tasks

This will fetch and display the specified tasks along with their properties:

  • Completion status (✅ or ⬜️)
  • Persistent Task IDs (task_id)
  • Lists (categories)
  • Priorities and due dates
  • Tags and notes

*The Task ID (e.g., 8573921) is a permanent identifier used for completing or modifying tasks.*

Add a Task

Create a new task:

rtm add <task name>

Example: rtm add Buy groceries

Add a Note

Add a note to an existing task using its task_id:

rtm note <task_id> <note text>

Example: rtm note 8573921 Make sure to check the expiry dates

Complete a Task

Mark a specific task as completed using its task_id (obtainable via rtm list):

rtm complete <task_id>

Example: rtm complete 8573921

Modify Task Properties

You can modify task properties using the following commands (all require the task_id from rtm list):

  • Due Date: rtm due <task_id> <date string> (Leave date empty to delete the due date)

- Example: rtm due 8573921 tomorrow - Delete due: rtm due 8573921

  • Start Date: rtm start <task_id> <date string>

- Example: rtm start 8573921 next week

  • Priority: rtm priority <task_id> <1|2|3|N> (N is for none)

- Example: rtm priority 8573921 2

  • Postpone: rtm postpone <task_id> (Postpones the task's due date by 1 day)

- Example: rtm postpone 8573921

Delete a Task

Delete a specific task using its task_id:

rtm delete <task_id>

Example: rtm delete 8573921

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.21%
按下载量换算2,507

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills