OpenClaw-superpowers adds reliability features for operational failure modes

The openclaw-superpowers project has added eight new skills focused on operational reliability for always-on OpenClaw agents. These features address failure modes beyond just prompting behavior.
New reliability skills
- deployment-preflight: Checks mounts, bootstrap files, runtime paths, and obvious gateway exposure before rollout
- runtime-verification-dashboard: Audits the live runtime for cron drift, stale state, dependency issues, and install-layout problems
- session-reset-recovery: Checkpoints active work before the reset window and restores a resume brief after restart
- cron-execution-prover: Records expected/start/finish/fail state so scheduled work is actually provable
- message-delivery-verifier: Tracks queued/sent/acknowledged/failed/stale notification state
- subagent-capability-auditor: Checks spawn depth, tool exposure, and fleet shape before multi-agent runs
- upgrade-rollback-manager: Snapshots config/state before upgrades and generates rollback instructions
- mcp-auth-lifecycle-manager: Tracks token expiry, missing env vars, refresh readiness, and interactive-login risk for MCP servers
These complement existing skills rather than replacing them. For example, while mcp-health-checker tells you whether a server is reachable now, mcp-auth-lifecycle-manager tells you whether auth will quietly fail later.
Current repository state
- 60 skills total
- 44 OpenClaw-native skills
- 23 cron-scheduled skills
Areas for contribution
The maintainers are seeking contributions, particularly around:
- Incident aggregation / operator digesting
- Delivery retry/remediation
- Secret rotation / MCP auth refresh flows
- Workspace/bootstrap validation
- Better subagent governance
- Stronger tests around live runtime behavior
If you encounter specific failure modes in real OpenClaw usage, opening an issue or PR is encouraged as the best input for future skill development.
📖 Read the full source: r/openclaw
👀 See Also

Code-Graph-MCP: Open Source MCP Server Reduces Claude Code Token Usage by 40-60%
code-graph-mcp is an MCP server that indexes codebases into an AST knowledge graph, replacing multiple grep/read calls with single structured queries. The developer reports 40-60% total session token savings and 80% fewer tool calls per navigation task.

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.

Claude VS Code Extension Reasoning Effort Slider Sends Inconsistent Values
The reasoning effort slider in the Claude VS Code extension sends inconsistent numeric values to the model, with non-monotonic mapping where moving the slider up can send a lower number.

Claude AI's UltraThink feature returns with practical usage guidance
Claude AI has reinstated the UltraThink feature after user feedback. Medium effort is now the default for Opus 4.6 (Max/Team), with High effort available permanently via /model, and UltraThink as a one-turn override to high effort.