Source

archieindian/openclaw-superpowers

57 skills · 1.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
using-superpowers Bootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.
archieindian/openclaw-superpowers
92
2
context-window-management Prevents context overflow on long-running OpenClaw sessions. Use when approaching context limits.
archieindian/openclaw-superpowers
65
3
long-running-task-management Breaks multi-hour tasks into checkpointed stages with resume capability. Use when a task is expected to take more tha…
archieindian/openclaw-superpowers
65
4
heartbeat-governor Enforces per-skill execution budgets for scheduled cron skills — pauses runaway skills that exceed their token or wal…
archieindian/openclaw-superpowers
57
5
morning-briefing Compiles a daily morning briefing from active tasks, priorities, and pending items. Use at the start of each working …
archieindian/openclaw-superpowers
55
6
skill-vetting Reviews a ClawHub skill's source code for security risks before installation. Use before installing any new skill.
archieindian/openclaw-superpowers
52
7
persistent-memory-hygiene Keeps OpenClaw's memory store clean, structured, and useful. Use at session end and during periodic maintenance.
archieindian/openclaw-superpowers
51
8
context-budget-guard Proactively monitors estimated token usage during long sessions and triggers context-window-management before overflo…
archieindian/openclaw-superpowers
50
9
daily-review End-of-day structured summary and next-session prep. Use at the end of each working day or significant work block.
archieindian/openclaw-superpowers
50
10
prompt-injection-guard Detects and intercepts prompt injection attempts in external content before the agent acts on them
archieindian/openclaw-superpowers
50
11
dangerous-action-guard Intercepts irreversible or destructive actions and requires explicit user confirmation before proceeding
archieindian/openclaw-superpowers
49
12
task-handoff Gracefully hands off incomplete tasks across agent restarts. Use when work must be paused mid-task.
archieindian/openclaw-superpowers
48
13
agent-self-recovery Detects when the agent is stuck in a loop and escapes systematically. Use when you notice repeated failures or loss o…
archieindian/openclaw-superpowers
47
14
loop-circuit-breaker Detects infinite tool-call retry loops from deterministic errors and breaks them before they drain context or budget
archieindian/openclaw-superpowers
47
15
memory-graph-builder Parses OpenClaw's flat MEMORY.md into a structured knowledge graph — detects duplicates, contradictions, and stale en…
archieindian/openclaw-superpowers
46
16
memory-dag-compactor Builds hierarchical summary DAGs from MEMORY.md with depth-aware prompts — leaf summaries preserve detail, higher dep…
archieindian/openclaw-superpowers
45
17
create-skill Scaffolds and validates new superpowers skills. Use when creating a new skill for this repository.
archieindian/openclaw-superpowers
44
18
secrets-hygiene Audits which skills have access to secrets, flags stale or unrotated credentials, and prompts rotation. Use weekly to…
archieindian/openclaw-superpowers
43
19
community-skill-radar Searches Reddit communities for OpenClaw pain points and feature requests, scores them by signal strength, and writes…
archieindian/openclaw-superpowers
42
20
workspace-integrity-guardian Detects drift or tampering in SOUL.md, AGENTS.md, MEMORY.md, and other critical workspace files and prompts recovery
archieindian/openclaw-superpowers
42
21
writing-plans Creates clear, reviewable implementation plans before executing. Use after brainstorming and before writing any code.
archieindian/openclaw-superpowers
32
22
compaction-resilience-guard Monitors memory compaction for failures and enforces a three-level fallback chain — normal, aggressive, deterministic…
archieindian/openclaw-superpowers
31
23
fact-check-before-trust Triggers a secondary verification pass for any agent output containing factual claims, numbers, dates, or named entit…
archieindian/openclaw-superpowers
31
24
multi-agent-coordinator Orchestrates multiple parallel OpenClaw agents — tracks health, detects timeouts, reconciles conflicting outputs, and…
archieindian/openclaw-superpowers
31
25
large-file-interceptor Detects oversized files that would blow the context window, generates structural exploration summaries, and stores co…
archieindian/openclaw-superpowers
29
26
obsidian-sync Syncs agent daily memory and MEMORY.md to an Obsidian vault so notes are human-browsable. Use nightly or on demand.
archieindian/openclaw-superpowers
29
27
session-persistence Imports OpenClaw session transcripts into a local SQLite database with FTS5 full-text search — the agent never loses …
archieindian/openclaw-superpowers
29
28
brainstorming Structured ideation before any implementation. Use when starting any non-trivial task.
archieindian/openclaw-superpowers
28
29
subagent-driven-development Parallel subagent execution for complex tasks. Use when a task has independent parallel workstreams.
archieindian/openclaw-superpowers
28
30
systematic-debugging 4-phase root cause process before any fix. Use whenever you encounter an error.
archieindian/openclaw-superpowers
28
31
verification-before-completion Ensures tasks are actually done, not just attempted. Use before declaring any task complete.
archieindian/openclaw-superpowers
28
32
installed-skill-auditor Weekly audit of all installed third-party and community skills for malicious patterns, stale credentials, and drift f…
archieindian/openclaw-superpowers
27
33
skill-compatibility-checker Checks whether installed skills are compatible with the current OpenClaw version and flags skills that require runtim…
archieindian/openclaw-superpowers
27
34
skill-doctor Diagnoses silent skill discovery failures — YAML parse errors, path violations, schema mismatches — so broken skills …
archieindian/openclaw-superpowers
27
35
dag-recall Walks the memory DAG to recall detailed context on demand — query, expand, and assemble cited answers from hierarchic…
archieindian/openclaw-superpowers
26
36
mcp-health-checker Monitors MCP server connections for health, latency, and availability — detects stale connections, timeouts, and unre…
archieindian/openclaw-superpowers
26
37
skill-loadout-manager Manages named skill profiles (loadouts) so you can switch between focused skill sets and prevent system prompt bloat …
archieindian/openclaw-superpowers
26
38
context-assembly-scorer Scores how well the current context represents the full conversation — detects information blind spots, stale summari…
archieindian/openclaw-superpowers
25
39
executing-plans Executes plans task-by-task with verification. Use when implementing a plan.
archieindian/openclaw-superpowers
25
40
skill-conflict-detector Detects skill name shadowing and description-overlap conflicts that cause OpenClaw to trigger the wrong skill or sile…
archieindian/openclaw-superpowers
25
41
skill-portability-checker Validates that a skill's companion scripts declare their OS and binary dependencies correctly, and checks whether tho…
archieindian/openclaw-superpowers
25
42
skill-trigger-tester Scores a skill's description field against sample user prompts to predict whether OpenClaw will correctly trigger it …
archieindian/openclaw-superpowers
25
43
test-driven-development Red-green-refactor discipline. Use when writing new functionality.
archieindian/openclaw-superpowers
25
44
tool-description-optimizer Analyzes skill descriptions for trigger quality — scores clarity, keyword density, and specificity, then suggests rew…
archieindian/openclaw-superpowers
25
45
channel-context-bridge Writes a resumé card at session end so context survives channel switches — and auto-injects it as a primer at the sta…
archieindian/openclaw-superpowers
24
46
memory-integrity-checker Validates memory summary DAGs for structural integrity — detects orphan nodes, circular references, token inflation, …
archieindian/openclaw-superpowers
24
47
config-encryption-auditor Scans OpenClaw config directories for plaintext API keys, tokens, and secrets in unencrypted files — flags exposure r…
archieindian/openclaw-superpowers
23
48
cron-hygiene Audits cron-scheduled skills for session mode, token waste, and cost efficiency — and enforces concise-reply constrai…
archieindian/openclaw-superpowers
23
49
expansion-grant-guard YAML-based delegation grant ledger — issues, validates, and tracks scoped permission grants for sub-agent expansions …
archieindian/openclaw-superpowers
23
50
project-onboarding Crawls a new codebase to infer stack, conventions, and key invariants, then generates a PROJECT.md context file for t…
archieindian/openclaw-superpowers
23
Page 1 · 57 total Next