LaunchKit · 2026
Back to Skills

deepthink

DeepThink is the user's personal knowledge base.

3
2.1k downloads
by @addisonhellum

Setup & Installation

openclaw skills install @addisonhellum/deepthink

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install deepthink

Version History

v1.0.4Feb 5, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: What should I focus on today?

AGENT
  1. 1GET /api/todos?completed=false to retrieve all incomplete todos
  2. 2GET /api/daily-task-plans?plan_date=yesterday to identify carryover tasks
  3. 3Analyze priorities, due dates, and estimated durations to select 4-6 hours of focused work
  4. 4POST /api/daily-task-plans with the prioritized task list and reasoning for each item
OUTPUT

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.

DeepThink account (deepthink.co)DeepThink API key (Bearer token starting with dt_live_)