{"id":"096a2fc0-d43e-471f-ac97-cc73a44ba02c","slug":"tomkenobi-openclaw-rtm","name":"rtm","description":"Remember The Milk integration - Manage tasks, lists, and reminders via the RTM API. Use when: adding tasks, checking todo lists, completing items, setting due dates, or managing RTM tasks.","canonicalUrl":"https://xpersona.co/skill/tomkenobi-openclaw-rtm","sourceUrl":"https://github.com/tomkenobi/openclaw-rtm","homepage":"https://www.rememberthemilk.com/services/api/","source":"GITHUB_OPENCLEW","vendor":{"slug":"rememberthemilk","label":"Rememberthemilk","url":"https://www.rememberthemilk.com/services/api/"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-22T12:39:16.715Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Rememberthemilk"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/contract","sourceUrl":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:28.969Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/contract","sourceUrl":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:28.969Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/tomkenobi/openclaw-rtm#input","sourceUrl":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:28.969Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Rememberthemilk","href":"https://www.rememberthemilk.com/services/api/","sourceUrl":"https://www.rememberthemilk.com/services/api/","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/trust","sourceUrl":"https://xpersona.co/api/v1/agents/tomkenobi-openclaw-rtm/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Schema refs published","Trust evidence available"],"agentCard":{"name":"rtm","description":"Remember The Milk integration - Manage tasks, lists, and reminders via the RTM API. Use when: adding tasks, checking todo lists, completing items, setting due dates, or managing RTM tasks.","source":"GITHUB_OPENCLEW","sourceId":"github:1162388294","homepage":"https://www.rememberthemilk.com/services/api/","repository":"https://github.com/tomkenobi/openclaw-rtm","documentation":"https://xpersona.co/skill/tomkenobi-openclaw-rtm/agent/tomkenobi-openclaw-rtm","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/tomkenobi/openclaw-rtm.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"RTM_API_KEY=your_api_key\n   RTM_SHARED_SECRET=your_shared_secret\n   RTM_USERNAME=your_rtm_username\n   RTM_AUTH_TOKEN=your_auth_token"},{"kind":"example","language":"bash","snippet":"# Hilfsfunktion für RTM API Signatur-Generierung\n# Alle Parameter werden alphabetisch sortiert und korrekt signiert\nrtm_sign() {\n  local params=\"\"\n  local has_auth_token=\"\"\n  \n  # Sammle alle Parameter (key=value Paare)\n  while [[ $# -gt 0 ]]; do\n    local key=\"$1\"\n    local value=\"$2\"\n    shift 2\n    \n    # Speichere ob auth_token vorhanden ist\n    if [[ \"$key\" == \"auth_token\" ]]; then\n      has_auth_token=\"$value\"\n    fi\n    \n    # URL-encode für Signatur (nur fürs zusammenbauen der Signatur-String)\n    local encoded_value=$(printf '%s' \"$value\" | jq -sRr @uri | tr -d '\\n')\n    params=\"${params}${key}${value}\"\n  done\n  \n  # Generiere MD5 Signatur\n  echo -n \"${RTM_SHARED_SECRET}${params}\" | md5sum | cut -d' ' -f1\n}\n\n# Hilfsfunktion für URL-Encoding\nrtm_url_encode() {\n  printf '%s' \"$1\" | jq -sRr @uri | tr -d '\\n'\n}\n\n# Hilfsfunktion für API Fehlerprüfung\nrtm_check_error() {\n  local response=\"$1\"\n  local stat=$(echo \"$response\" | jq -r '.rsp.stat // \"fail\"' 2>/dev/null)\n  \n  if [[ \"$stat\" != \"ok\" ]]; then\n    local err_code=$(echo \"$response\" | jq -r '.rsp.err.code // \"unknown\"' 2>/dev/null)\n    local err_msg=$(echo \"$response\" | jq -r '.rsp.err.msg // \"Unknown error\"' 2>/dev/null)\n    echo \"❌ RTM API Error (Code: $err_code): $err_msg\" >&2\n    return 1\n  fi\n  return 0\n}"}]}}