Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sequential-thinking或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sequential-thinking⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sequential-thinking/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: sequential-thinking description: Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions with confidence scoring. Use for complex analysis, debugging, and multi-step reasoning. homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+, OpenRouter API key metadata: {"openclaw": {"emoji": "\ud83e\udde9", "requires": {"env": ["OPENROUTER_API_KEY"]}, "primaryEnv": "OPENROUTER_API_KEY", "homepage": "https://www.agxntsix.ai"}} ---
Structured reasoning through sequential thinking. Break complex problems into logical steps, solve each independently, verify consistency, and synthesize a final answer with a confidence score.
LLMs often rush to conclusions. This skill forces step-by-step decomposition:
# Basic sequential reasoning
python3 {baseDir}/scripts/sequential_think.py "What would happen to Earth's climate if the Moon disappeared?"
# Limit to 5 steps
python3 {baseDir}/scripts/sequential_think.py "Design a sustainable city for 1M people" --steps 5
# Enable self-verification
python3 {baseDir}/scripts/sequential_think.py "Is P=NP?" --verify
# Use a specific model
python3 {baseDir}/scripts/sequential_think.py "Explain quantum computing" --model anthropic/claude-sonnet-4
# JSON output
python3 {baseDir}/scripts/sequential_think.py "Compare React vs Vue" --json
# Verbose mode (show all intermediate reasoning)
python3 {baseDir}/scripts/sequential_think.py "Solve this logic puzzle..." --verbose
| Flag | Default | Description | |------|---------|-------------| | --steps | 7 | Maximum number of reasoning steps | | --verify | off | Enable self-verification pass | | --model | anthropic/claude-sonnet-4 | Model to use | | --json | off | Output structured JSON | | --verbose | off | Show full intermediate reasoning | | --temperature | 0.3 | Temperature for reasoning (lower = more focused) |
🧩 Sequential Thinking: "Your question here"
══════════════════════════════════════════
Step 1/5: [Step Title]
→ [Reasoning and conclusion for this step]
Step 2/5: [Step Title]
→ [Reasoning and conclusion for this step]
...
✅ Verification: [Pass/Fail — consistency notes]
📋 Synthesis:
[Final combined answer]
🎯 Confidence: 85% (High)
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
安装 Sequential Thinking 后,可以对 AI 说这些话来触发它
Help me get started with Sequential Thinking
Explains what Sequential Thinking does, walks through the setup, and runs a quick demo based on your current project
Use Sequential Thinking to structured reasoning through sequential thinking — break complex pr...
Invokes Sequential Thinking with the right parameters and returns the result directly in the conversation
What can I do with Sequential Thinking in my marketing & growth workflow?
Lists the top use cases for Sequential Thinking, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sequential-thinking/ 目录(个人级,所有项目可用),或 .claude/skills/sequential-thinking/(项目级)。重启 AI 客户端后,用 /sequential-thinking 主动调用,或让 AI 根据上下文自动发现并使用。
Sequential Thinking 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Sequential Thinking 可免费安装使用。请查阅仓库了解许可证信息。
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
Sequential Thinking 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Sequential Thinking
Identifies repetitive steps in your workflow and sets up Sequential Thinking to handle them automatically