一键导入
spike
Run throwaway prototypes to validate feasibility, compare approaches, and report a verdict.
菜单
Run throwaway prototypes to validate feasibility, compare approaches, and report a verdict.
Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.
Triage, redact, clean up, and resolve OpenClaw GitHub Secret Scanning alerts in issues or PRs.
Investigate OpenClaw pnpm test memory growth, Vitest OOMs, RSS spikes, and heap snapshot deltas.
Run, watch, debug, and summarize OpenClaw full release CI, release checks, live provider gates, install/update proofs, and release-secret preflights.
Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.
Auto Review closeout. Codex review is the default when no engine is set and is the recommended reviewer.
| name | spike |
| description | Run throwaway prototypes to validate feasibility, compare approaches, and report a verdict. |
| metadata | {"openclaw":{"emoji":"🧪"}} |
Use when the user wants to test an idea before committing to a real build: "spike this", "quick prototype", "is this possible", "compare A/B", "before we build".
Do not use when reading docs/code can answer the question, or when the user clearly asked for production implementation.
Loop
VALIDATED, PARTIAL, or INVALIDATED.Output shape
.tmp/openclaw-spikes/<slug> unless user asks for a tracked repo-local path.spikes/<NNN-slug>/ with README.md and minimal code.Multi-spike ideas
Verdict format
## Verdict: VALIDATED | PARTIAL | INVALIDATED
Question: ...
Evidence: exact command/output/measurement.
What worked: ...
What failed or surprised us: ...
Recommendation: ship / adjust / avoid, with the next production step.
Rules