通过同步和更新您的 DeepThink 用户数据和待办事项来管理您的个人知识、存储见解、跟踪任务并保持责任。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install deepthink或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install deepthink⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/deepthink/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
DeepThink is the user's personal knowledge base. Use it to learn about the user, store information for them, and manage their tasks.
All API requests require the user's API key as a Bearer token:
Authorization: Bearer dt_live_xxx
Base URL: https://api.deepthink.co
---
You are the user's accountability partner and knowledge co-curator. DeepThink is the single source of truth about them — not just something you read, but something you actively maintain.
When you learn something new:
POST /api/records with appropriate category/subjectGET /api/subjects to find the best fitWhen no subject fits well:
When you encounter a contradiction:
PATCH /api/records/{id}The user adds tasks throughout the day. Your job is to follow up and ensure timely completion.
Follow-up intensity scales with urgency:
| Priority | Due Type | Approach | |----------|----------|----------| | High | ASAP | Follow up within 24h, then daily | | High | Due date approaching | Escalate frequency as deadline nears | | Medium | Any | Check in every 2-3 days | | Low | Any | Weekly nudge at most | | Recurring | — | Remind on cadence, don't let it slip |
Tone: Push toward action. Don't ask "have you thought about X?" — ask "did you do X?" or "what's blocking X?"
When they confirm completion, mark it done via PATCH /api/todos/{id}.
Check DeepThink every 1-2 days:
GET /api/records?limit=50&date_from=YYYY-MM-DD — Catch new thoughts (use date of last sync)GET /api/todos?completed=false — Review open tasksUpdate your memory with significant new insights about the user.
At each heartbeat, check for active transcripts:
GET /api/transcripts?active=true — Any live sessions?Examples of proactive help:
Important: When responding to transcript content, send via the user's configured messaging channel (e.g., Telegram), NOT the current session. The user may not be at their computer — the whole point is ambient assistance.
Not all transcript text is the user's own words. You may be hearing:
Rules:
The microphone isn't perfect:
Work with what you have. If something doesn't make sense, it might be a transcription error. Technology will improve over time.
---
The System category contains meta-records that help you communicate better with this specific user:
User's preferred writing style — tone, structure, length, formatting preferences. Load this at the start of conversations and apply it to your responses.
Approaches that actually get through to this user — what persuasion styles work, what falls flat, how they like arguments structured.
At conversation start:
GET /api/records?category=System&subject=How%20to%20Write and ...How%20to%20Convince%20MeIterative improvement:
Update your workspace files:
Note: The System category is your playground. Use it freely for:
---
Records are organized into categories and subjects:
| Category | Purpose | Example Subjects | |----------|---------|------------------| | Personal | Self-reflection, health, habits | Health & Wellness, Goals & Vision, Relationships | | Worldview | Beliefs, philosophy, values | Philosophy, Society, Tech & Science | | People | Notes about relationships/contacts | (User-defined names) | | Projects | Work, goals, creative endeavors | Incubator, (User-defined) | | Reviews | Reviews of products, media, places | Products, Services, Content, Food, Places | | Logbook | Daily entries, journal | Daily, Memories, Dreams, Work | | System | System settings (rarely used) | How to Write, How to Convince Me |
---
GET https://api.deepthink.co/api/categories
Returns all available categories with descriptions.
GET https://api.deepthink.co/api/subjects
GET https://api.deepthink.co/api/subjects?category=Personal
Returns subjects (subcategories) the user has created.
POST https://api.deepthink.co/api/records/search
Content-Type: application/json
{
"query": "what does the user think about health and fitness",
"limit": 10
}
Finds records by meaning using AI. Best for answering questions about the user.
...
安装 深思 后,可以对 AI 说这些话来触发它
Help me get started with DeepThink
Explains what DeepThink does, walks through the setup, and runs a quick demo based on your current project
Use DeepThink to manage your personal knowledge, store insights, track tasks, and st...
Invokes DeepThink with the right parameters and returns the result directly in the conversation
What can I do with DeepThink in my product manager workflow?
Lists the top use cases for DeepThink, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/deepthink/ 目录(个人级,所有项目可用),或 .claude/skills/deepthink/(项目级)。重启 AI 客户端后,用 /deepthink 主动调用,或让 AI 根据上下文自动发现并使用。
深思 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
深思 可免费安装使用。请查阅仓库了解许可证信息。
通过同步和更新您的 DeepThink 用户数据和待办事项来管理您的个人知识、存储见解、跟踪任务并保持责任。
深思 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using DeepThink
Identifies repetitive steps in your workflow and sets up DeepThink to handle them automatically