Agent skill
limitless
Use when recalling conversations from Limitless Pendant, finding what was discussed in meetings, searching lifelogs, or answering 'what did I say about' questions
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/limitless
SKILL.md
Clear triggers:
- "What did I talk about with [person]?"
- "What happened in my meeting yesterday?"
- "Find when I mentioned [topic]"
- "What was that restaurant recommendation?"
Optional: Set LIMITLESS_TIMEZONE (defaults to America/Chicago).
Today's conversations
limitless today
Specific date
limitless date 2026-01-28
Semantic search
limitless search "meeting with john" limitless search "restaurant recommendation"
Raw API with custom params
limitless raw "limit=5&isStarred=true"
</commands>
<response-format>
Lifelogs include:
- **title** - AI-generated summary
- **markdown** - Full transcript with timestamps
- **startTime/endTime** - When recorded
- **contents** - Structured segments with speaker attribution
Speaker names show as "Unknown" unless voice profiles are trained in the Limitless app.
</response-format>
<api-notes>
- Rate limit: 180 requests/minute
- Requires Limitless Pendant hardware
- Developer portal: [limitless.ai/developers](https://www.limitless.ai/developers)
- API examples: [github.com/limitless-ai-inc/limitless-api-examples](https://github.com/limitless-ai-inc/limitless-api-examples)
</api-notes>
<llm-api-reference>
If you need to look up API details beyond this skill's commands, use Context7:
resolve-library-id: limitless → /websites/help_limitless_ai_en query-docs: /websites/help_limitless_ai_en with "lifelogs API" query
Or fetch current docs directly from https://www.limitless.ai/developers
</llm-api-reference>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?