TopRank Skills

Home / Claw Skills / Git / GitHub / deepthinking
Official OpenClaw rules 36%

deepthinking

A stateful, neuro-inspired thinking framework. Guides you through excavation, architecture, and synthesis phases for complex problem-solving.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
bruno-nimbledev/deepthinking
Author
Bruno Avila / S4NEXT
Source Repo
openclaw/skills
Version
1.0.2
Source Path
skills/bruno-nimbledev/deepthinking
Latest Commit SHA
82c00b94a99068070c52f1da3e712662c43cd237

Extracted Content

SKILL.md excerpt

# DeepThinking

Stateful thinking framework. You guide the user through phases. State lives on disk.

## When to activate

User says `/deep [topic]` or asks something like:
- "help me decide..."
- "I have an idea but I'm not sure..."
- "I'm stuck between..."
- "I want to start..."
- "what should I do about..."

Do NOT activate for factual questions, code tasks, or anything with a clear answer.

## Setup

On first activation, initialize state:

```bash
python3 {baseDir}/scripts/state.py init --topic "<user's topic>"
```

This creates `~/.deepthinking/current/state.json`. All phase transitions go through this script.

Also load the semantic profile (consolidated heuristics from past sessions):
```bash
python3 {baseDir}/scripts/evolve.py profile
```

If a profile exists, briefly disclose it to the user:
"I have behavioral notes from past sessions that I'll use to tailor this conversation.
You can inspect or clear them anytime at ~/.deepthinking/evolution/semantic_profile.json."

Then absorb the content naturally — let it inform your excavation questions
and module selection without reading the raw data aloud. The profile contains heuristics like
"works better with short deadlines", "has financial risk aversion", etc.

## Flow overview

```
EXCAVATION (5 turns) → ALIGNMENT → ARCHITECTURE → EXECUTION (per module) → SYNTHESIS
```

You always check state before acting:

```bash
python3 {baseDir}/scripts/state.py status
```

## Phase 1: EXCAVATION

You ask questions. One per message. Five layers deep.

Read current layer:
```bash
python3 {baseDir}/scripts/state.py get excavation_layer
```

### Layer 0 — Surface
Ask what they literally want. "Tell me more. What does [X] look like in your head?"

### Layer 1 — Context
"What's happening in your life right now that made this come up?"

### Layer 2 — Energy
"When you imagine doing this a year from now, what part gives you energy? What part feels like homework?"

### Layer 3 — Fear
"What's the worst case in your head? Not the log...

README excerpt

# DeepThinking: Stateful Cognitive Framework for OpenClaw

**DeepThinking** is a stateful, neuroscience-inspired cognitive framework packaged as an OpenClaw skill. It is designed to assist users in complex decision-making, idea exploration, untangling mental knots, and resolving deep ambiguities.

Unlike typical conversational AI that merely answers queries or fulfills direct prompts, DeepThinking operates as a **facilitator**. It guides you through rigorous, structured psychological phases—Excavation, Alignment, Architecture, Execution, and Synthesis—ensuring you don't just get an answer, but actually unpack the root of your problem or idea.

---

## 🧠 Core Philosophy & Architecture

DeepThinking operates on a few core principles that differentiate it from standard AI interactions:
1. **Statefulness over statelessness**: The framework persists your session state on disk. You can explore a thought, type `/deepend`, close your laptop, and return days later with `/deep` to pick up exactly where you left off.
2. **Questions over Answers**: The framework strictly avoids giving raw advice or lists of ideas (which it considers "lazy thinking"). Instead, it provides frameworks, provocations, and lateral reflections.
3. **Adaptive Entropy Control (System 3)**: DeepThinking dynamically detects whether you are in a state of "friction" (short answers, defensive tone) or "flow" (long answers, energy). It adjusts its questioning style silently, either expanding the entropy (asking lateral, weird questions to unblock you) or compressing the entropy (forcing concreteness to drive action).

---

## 🔄 The 5-Phase Cognitive Flow

When you initiate a session with `/deep [topic]`, DeepThinking orchestrates the following pipeline:

```mermaid
stateDiagram-v2
    [*] --> Initialization: User types `/deep [topic]`
    
    state "Phase 1: Excavation" as Excavation {
        [*] --> Layer0
        Layer0 --> Layer1: Is Context?
        Layer1 --> Layer2: Is Energy?
        Layer2 --> Lay...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

cartoonitunes

bottyfans

★ 0

BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.

camopel

arxivkb

★ 0

Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.