Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added a new section, "Transcription Limitations," outlining microphone and transcription issues (mishearing, missing audio, and context inference) and how to work with imperfect transcript input. - No other content or functionality changes.
What This Skill Does
DeepThink is a personal knowledge base and task manager exposed via REST API. It stores records about a user's beliefs, preferences, goals, and todos, retrievable later through semantic search. Agents can read and write bidirectionally, monitor live voice transcripts, and generate prioritized daily task plans.
Semantic search lets the agent retrieve relevant user context by meaning rather than exact keywords, so it can answer personal questions without asking the user repeatedly.
When to use it
- Recalling a stored preference before answering a question
- Logging a new personal insight or observation mid-conversation
- Following up on tasks that carried over from the previous day
- Generating a prioritized morning task plan from incomplete todos
- Monitoring a live voice transcript and sending relevant context to the user
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What should I focus on today?
- 1GET /api/todos?completed=false to retrieve all incomplete todos
- 2GET /api/daily-task-plans?plan_date=yesterday to identify carryover tasks
- 3Analyze priorities, due dates, and estimated durations to select 4-6 hours of focused work
- 4POST /api/daily-task-plans with the prioritized task list and reasoning for each item
A daily task plan with ordered todos, carryover flags, estimated durations, and AI reasoning for each selection
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.