Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:175
forks:24
updated:February 9, 2026 at 04:39
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | thinking |
| description | 深度推理,第一性原理分析 |
| mcp_tool | sequential-thinking |
深度推理引擎,用于复杂问题的第一性原理分析。
第一性原理: 不接受"因为别人这么做"的答案,追问本质。
1. 这个问题的本质是什么?
2. 去掉所有假设后,还剩什么?
3. 从零开始,最简方案是什么?
sequential_thinking({
thought: "分析用户认证方案...",
thoughtNumber: 1,
totalThoughts: 5,
nextThoughtNeeded: true
})
每次深度思考后检查:
// 禁止自作主张
寸止.ask({
question: "发现两个可行方案",
options: [
"方案A: JWT + Redis",
"方案B: Session + DB"
]
})
sequential-thinking不可用 → Extended Thinking模式