.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/archieindian/openclaw-superpowers
home/skills/archieindian/openclaw-superpowers
archieindian avatar

archieindian/openclaw-superpowers

56 skills · 1,916 total installs

View on GitHub
$npx skills add archieindian/openclaw-superpowers
SkillInstalls
using-superpowersBootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.89context-window-managementPrevents context overflow on long-running OpenClaw sessions. Use when approaching context limits.65long-running-task-managementBreaks multi-hour tasks into checkpointed stages with resume capability. Use when a task is expected to take more than 30 minutes or multiple sessions.64heartbeat-governorEnforces per-skill execution budgets for scheduled cron skills — pauses runaway skills that exceed their token or wall-clock budget before they drain your…57morning-briefingCompiles a daily morning briefing from active tasks, priorities, and pending items. Use at the start of each working day.53skill-vettingReviews a ClawHub skill's source code for security risks before installation. Use before installing any new skill.52persistent-memory-hygieneKeeps OpenClaw's memory store clean, structured, and useful. Use at session end and during periodic maintenance.51prompt-injection-guardDetects and intercepts prompt injection attempts in external content before the agent acts on them50daily-reviewEnd-of-day structured summary and next-session prep. Use at the end of each working day or significant work block.49dangerous-action-guardIntercepts irreversible or destructive actions and requires explicit user confirmation before proceeding48task-handoffGracefully hands off incomplete tasks across agent restarts. Use when work must be paused mid-task.48agent-self-recoveryDetects when the agent is stuck in a loop and escapes systematically. Use when you notice repeated failures or loss of direction.47context-budget-guardProactively monitors estimated token usage during long sessions and triggers context-window-management before overflow, not after.47memory-graph-builderParses OpenClaw's flat MEMORY.md into a structured knowledge graph — detects duplicates, contradictions, and stale entries, then builds a compressed memory…46memory-dag-compactorBuilds hierarchical summary DAGs from MEMORY.md with depth-aware prompts — leaf summaries preserve detail, higher depths condense to durable arcs, preventing…45create-skillScaffolds and validates new superpowers skills. Use when creating a new skill for this repository.44loop-circuit-breakerDetects infinite tool-call retry loops from deterministic errors and breaks them before they drain context or budget44secrets-hygieneAudits which skills have access to secrets, flags stale or unrotated credentials, and prompts rotation. Use weekly to keep credentials clean.43community-skill-radarSearches Reddit communities for OpenClaw pain points and feature requests, scores them by signal strength, and writes a prioritized PROPOSALS.md for you to…42workspace-integrity-guardianDetects drift or tampering in SOUL.md, AGENTS.md, MEMORY.md, and other critical workspace files and prompts recovery42writing-plansCreates clear, reviewable implementation plans before executing. Use after brainstorming and before writing any code.32compaction-resilience-guardMonitors memory compaction for failures and enforces a three-level fallback chain — normal, aggressive, deterministic truncation — ensuring compaction always…31fact-check-before-trustTriggers a secondary verification pass for any agent output containing factual claims, numbers, dates, or named entities before the output is acted on31multi-agent-coordinatorOrchestrates multiple parallel OpenClaw agents — tracks health, detects timeouts, reconciles conflicting outputs, and manages structured handoffs31session-persistenceImports OpenClaw session transcripts into a local SQLite database with FTS5 full-text search — the agent never loses a message, even after context compaction…29brainstormingStructured ideation before any implementation. Use when starting any non-trivial task.28large-file-interceptorDetects oversized files that would blow the context window, generates structural exploration summaries, and stores compact references — preventing a single…28obsidian-syncSyncs agent daily memory and MEMORY.md to an Obsidian vault so notes are human-browsable. Use nightly or on demand.28subagent-driven-developmentParallel subagent execution for complex tasks. Use when a task has independent parallel workstreams.28systematic-debugging4-phase root cause process before any fix. Use whenever you encounter an error.28verification-before-completionEnsures tasks are actually done, not just attempted. Use before declaring any task complete.28installed-skill-auditorWeekly audit of all installed third-party and community skills for malicious patterns, stale credentials, and drift from last-known-good state.27skill-compatibility-checkerChecks whether installed skills are compatible with the current OpenClaw version and flags skills that require runtime features not present in your…27skill-doctorDiagnoses silent skill discovery failures — YAML parse errors, path violations, schema mismatches — so broken skills don't disappear without a trace.27dag-recallWalks the memory DAG to recall detailed context on demand — query, expand, and assemble cited answers from hierarchical summaries without re-reading raw…26mcp-health-checkerMonitors MCP server connections for health, latency, and availability — detects stale connections, timeouts, and unreachable servers before they cause silent…26skill-loadout-managerManages named skill profiles (loadouts) so you can switch between focused skill sets and prevent system prompt bloat from too many active skills.26context-assembly-scorerScores how well the current context represents the full conversation — detects information blind spots, stale summaries, and coverage gaps that cause the agent…25executing-plansExecutes plans task-by-task with verification. Use when implementing a plan.25skill-conflict-detectorDetects skill name shadowing and description-overlap conflicts that cause OpenClaw to trigger the wrong skill or silently ignore one when two skills compete…25skill-trigger-testerScores a skill's description field against sample user prompts to predict whether OpenClaw will correctly trigger it — before you publish or install.25test-driven-developmentRed-green-refactor discipline. Use when writing new functionality.25tool-description-optimizerAnalyzes skill descriptions for trigger quality — scores clarity, keyword density, and specificity, then suggests rewrites that improve discovery accuracy.25channel-context-bridgeWrites a resumé card at session end so context survives channel switches — and auto-injects it as a primer at the start of any new session24memory-integrity-checkerValidates memory summary DAGs for structural integrity — detects orphan nodes, circular references, token inflation, broken lineage, and stale summaries that…24skill-portability-checkerValidates that a skill's companion scripts declare their OS and binary dependencies correctly, and checks whether those dependencies are actually present on…24config-encryption-auditorScans OpenClaw config directories for plaintext API keys, tokens, and secrets in unencrypted files — flags exposure risks and suggests encryption or…23cron-hygieneAudits cron-scheduled skills for session mode, token waste, and cost efficiency — and enforces concise-reply constraints on cron contexts23expansion-grant-guardYAML-based delegation grant ledger — issues, validates, and tracks scoped permission grants for sub-agent expansions with token budgets and auto-expiry.23project-onboardingCrawls a new codebase to infer stack, conventions, and key invariants, then generates a PROJECT.md context file for the agent23spend-circuit-breakerTracks cumulative API spend against a monthly budget and pauses non-essential automations when thresholds are crossed23workflow-orchestrationChains multiple skills into a named multi-step workflow with conditions and state tracking.22openclaw-config-advisorDiagnoses OpenClaw provider, fallback, channel, MCP, and gateway config issues with read-only scans and stateful summaries.13skill-effectiveness-auditorReviews whether a skill will trigger reliably, guide useful behavior, avoid overlap, and produce testable outcomes.13pull-request-feedback-loopHandles PR review feedback by fetching comments, grouping issues, fixing one group at a time, and verifying before replies.12quality-gate-orchestratorTracks required validation gates, records pass/fail/waived results, and reports readiness before task completion.12