TaskFlow Skill: Coordinate Multi-Step Detached Work as One Durable Job
OpenClaw's official TaskFlow skill. Coordinates multi-step detached tasks as one durable job with owner context, step state, waits and child tasks — resumable after restarts.
OpenClaw's official TaskFlow skill. Coordinates multi-step detached tasks as one durable job with owner context, step state, waits and child tasks — resumable after restarts.
OpenClaw 官方任务流 Skill。把多步后台任务编排成单一 TaskFlow 作业,带归属人上下文、步骤状态、等待与子任务,重启后仍可恢复。
OpenClaw's official Spike skill. Answers "is this idea feasible" with the smallest runnable prototype — a five-step loop: question, research, build, stress, verdict (VALIDATED/PARTIAL/INVALIDATED).
OpenClaw 官方 Spike Skill。用最小可运行原型回答「这想法行不行」,五步循环:提问→研究→构建→压测→判定(VALIDATED/PARTIAL/INVALIDATED)。
Anthropic's official skill-development skill. Covers creating, improving and measuring Agent Skills: draft, test, evaluate qualitatively and quantitatively, rewrite — plus description optimization for better triggering.
Anthropic 官方 Skill 开发 Skill。覆盖创建/改进/评估 Agent Skills 全流程:起草→测试→质与量评估→重写迭代,还能优化 description 提升触发准确率。
OpenClaw's official Python debugging skill. Picks the smallest debugger per scenario: breakpoint() for source edits, pdb for launch-time, debugpy for remote or headless attach — from local scripts to stubborn prod bugs.
OpenClaw 官方 Python 调试 Skill。按场景选最小调试器:breakpoint() 改源码、pdb 无侵入启动、debugpy 远程/无头进程附加,覆盖本地到生产疑难 bug。
OpenClaw's official Node.js debugging skill. Starts with node inspect, escalates to CDP for scripted breakpoints, heap snapshots or CPU profiles; supports attaching to live PIDs, TypeScript breakpoints and child processes.
OpenClaw 官方 Node.js 调试 Skill。默认 node inspect 起步,需要脚本化断点/堆快照/CPU profile 时升级 CDP;支持附加已有 PID、TypeScript 断点与子进程调试。
OpenClaw's official MCP client skill. Uses the mcporter CLI to list servers, inspect tool schemas, and call tools directly over HTTP or stdio — one command into any MCP ecosystem.
OpenClaw 官方 MCP 客户端 Skill。用 mcporter CLI 列服务器、看工具 schema、直接调用工具,支持 HTTP 与 stdio 两种传输,一行命令接入任意 MCP 生态。