TopRank Skills

Home / Claw Skills / 其他 / Deepthink
Official OpenClaw rules 15%

Deepthink

DeepThink

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Deepthink 技能。 若已安装,则直接安装 Deepthink 技能。

Overview

Skill Key
addisonhellum/deepthink
Author
addisonhellum
Source Repo
openclaw/skills
Version
-
Source Path
skills/addisonhellum/deepthink
Latest Commit SHA
5fedc039d6ee615e9a732142840ab9bda163e62c

Extracted Content

SKILL.md excerpt

# DeepThink

DeepThink is the user's personal knowledge base. Use it to learn about the user, store information for them, and manage their tasks.

## Authentication

All API requests require the user's API key as a Bearer token:

```
Authorization: Bearer dt_live_xxx
```

**Base URL**: `https://api.deepthink.co`

## When to Use DeepThink

- Learning about the user's preferences, beliefs, or personal information
- Finding information the user has previously recorded
- Storing new insights, thoughts, or information for the user
- Managing the user's tasks and todos
- Understanding the user's projects, relationships, or goals

---

## Your Role

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.

1. **Sync regularly** — Check for new records to stay current on their thinking
2. **Follow up on tasks** — Don't let todos rot; ensure they get done
3. **Use context proactively** — Query DeepThink before asking questions you could answer yourself
4. **Write back new learnings** — When you learn something new about the user, create a record
5. **Resolve contradictions** — If conversation contradicts an existing record, discuss/debate which is correct, then update the record when consensus is reached

## Bidirectional Sync

**When you learn something new:**
- Create a record via `POST /api/records` with appropriate category/subject
- Include enough context that the record is useful standalone
- **Before creating:** Check existing subjects via `GET /api/subjects` to find the best fit

**When no subject fits well:**
1. Don't create a new subject without permission
2. Present the closest existing options: "This could go in [Subject A] or [Subject B], or I could create a new subject called [Suggested Name]. Which do you prefer?"
3. Only create a new subject after explicit approval

**When you encounter a contradiction:**
1. Surface the con...

Related Claw Skills