Openclaw-config limitless

Limitless Pendant ๐ŸŽ™๏ธ

install
source ยท Clone the upstream repo
git clone https://github.com/TechNickAI/openclaw-config
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/limitless" ~/.claude/skills/technickai-openclaw-config-limitless && rm -rf "$T"
OpenClaw ยท Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/limitless" ~/.openclaw/skills/technickai-openclaw-config-limitless && rm -rf "$T"
manifest: skills/limitless/SKILL.md
source content

Limitless Pendant ๐ŸŽ™๏ธ

Query your Limitless wearable's lifelogs โ€” conversations and ambient recordings.

Setup

API key from app.limitless.ai โ†’ Settings โ†’ Developer. Configure via gateway.

What Users Ask

  • "What did I talk about with [person]?"
  • "What happened in my meeting today?"
  • "Show me my recent conversations"
  • "Search my lifelogs for [topic]"
  • "What was that thing someone mentioned about [subject]?"

Capabilities

  • Recent lifelogs (configurable count, max 10)
  • Semantic + keyword search
  • Filter by date or date range
  • Filter starred entries
  • Get specific lifelog by ID with full content
  • Delete lifelogs
  • Download audio (Ogg Opus, max 2h)
  • List Ask AI chats

Response Data

  • title
    โ€” AI-generated summary
  • markdown
    โ€” Full transcript with timestamps
  • startTime
    /
    endTime
    โ€” When it happened
  • contents
    โ€” Segments with speaker attribution

Notes

  • Speaker attribution shows "Unknown" unless voice profiles trained
  • Rate limit: 180 requests/minute
  • Requires Limitless Pendant hardware