← all publishers

archieindian

@archieindian source repo

56 published skills

  1. Create Skill · archieindian bundle
    Scaffolds and validates new superpowers skills. Use when creating a new skill for this repository.
    0
    installs
  2. Brainstorming · archieindian
    Structured ideation before any implementation. Use when starting any non-trivial task.
    0
    installs
  3. Skill Vetting · archieindian bundle
    Reviews a ClawHub skill's source code for security risks before installation. Use before installing any new skill.
    0
    installs
  4. Writing Plans · archieindian
    Creates clear, reviewable implementation plans before executing. Use after brainstorming and before writing any code.
    0
    installs
  5. Executing Plans · archieindian
    Executes plans task-by-task with verification. Use when implementing a plan.
    0
    installs
  6. Using Superpowers · archieindian
    Bootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.
    0
    installs
  7. Obsidian Sync · archieindian bundle
    Syncs agent daily memory and MEMORY.md to an Obsidian vault so notes are human-browsable. Use nightly or on demand.
    0
    installs
  8. Project Onboarding · archieindian bundle
    Crawls a new codebase to infer stack, conventions, and key invariants, then generates a PROJECT.md context file for the agent
    0
    installs
  9. Skill Trigger Tester · archieindian bundle
    Scores a skill's description field against sample user prompts to predict whether OpenClaw will correctly trigger it — before you publish or install.
    0
    installs
  10. Systematic Debugging · archieindian
    4-phase root cause process before any fix. Use whenever you encounter an error.
    0
    installs
  11. Dag Recall · archieindian bundle
    Walks the memory DAG to recall detailed context on demand — query, expand, and assemble cited answers from hierarchical summaries without re-reading raw transcripts.
    0
    installs
  12. Fact Check Before Trust · archieindian
    Triggers a secondary verification pass for any agent output containing factual claims, numbers, dates, or named entities before the output is acted on
    0
    installs
  13. Skill Conflict Detector · archieindian bundle
    Detects skill name shadowing and description-overlap conflicts that cause OpenClaw to trigger the wrong skill or silently ignore one when two skills compete for the same intent.
    0
    installs
  14. Test Driven Development · archieindian
    Red-green-refactor discipline. Use when writing new functionality.
    0
    installs
  15. Cron Hygiene · archieindian bundle
    Audits cron-scheduled skills for session mode, token waste, and cost efficiency — and enforces concise-reply constraints on cron contexts
    0
    installs
  16. Daily Review · archieindian bundle
    End-of-day structured summary and next-session prep. Use at the end of each working day or significant work block.
    0
    installs
  17. Skill Doctor · archieindian bundle
    Diagnoses silent skill discovery failures — YAML parse errors, path violations, schema mismatches — so broken skills don't disappear without a trace.
    0
    installs
  18. Task Handoff · archieindian bundle
    Gracefully hands off incomplete tasks across agent restarts. Use when work must be paused mid-task.
    0
    installs
  19. Skill Portability Checker · archieindian bundle
    Validates that a skill's companion scripts declare their OS and binary dependencies correctly, and checks whether those dependencies are actually present on the current machine.
    0
    installs
  20. Pull Request Feedback Loop · archieindian
    Handles PR review feedback by fetching comments, grouping issues, fixing one group at a time, and verifying before replies.
    0
    installs
  21. Secrets Hygiene · archieindian bundle
    Audits which skills have access to secrets, flags stale or unrotated credentials, and prompts rotation. Use weekly to keep credentials clean.
    0
    installs
  22. Skill Effectiveness Auditor · archieindian
    Reviews whether a skill will trigger reliably, guide useful behavior, avoid overlap, and produce testable outcomes.
    0
    installs
  23. Subagent Driven Development · archieindian
    Parallel subagent execution for complex tasks. Use when a task has independent parallel workstreams.
    0
    installs
  24. Morning Briefing · archieindian bundle
    Compiles a daily morning briefing from active tasks, priorities, and pending items. Use at the start of each working day.
    0
    installs
  25. Heartbeat Governor · archieindian bundle
    Enforces per-skill execution budgets for scheduled cron skills — pauses runaway skills that exceed their token or wall-clock budget before they drain your monthly API allowance.
    0
    installs
  26. MCP Health Checker · archieindian bundle
    Monitors MCP server connections for health, latency, and availability — detects stale connections, timeouts, and unreachable servers before they cause silent tool failures.
    0
    installs
  27. Verification Before Completion · archieindian
    Ensures tasks are actually done, not just attempted. Use before declaring any task complete.
    0
    installs
  28. Agent Self Recovery · archieindian bundle
    Detects when the agent is stuck in a loop and escapes systematically. Use when you notice repeated failures or loss of direction.
    0
    installs
  29. Session Persistence · archieindian bundle
    Imports OpenClaw session transcripts into a local SQLite database with FTS5 full-text search — the agent never loses a message, even after context compaction or session rollover.
    0
    installs
  30. Context Budget Guard · archieindian bundle
    Proactively monitors estimated token usage during long sessions and triggers context-window-management before overflow, not after. Use at the start of any session expected to last more than 30 minutes.
    0
    installs
  31. Loop Circuit Breaker · archieindian bundle
    Detects infinite tool-call retry loops from deterministic errors and breaks them before they drain context or budget
    0
    installs
  32. Memory Dag Compactor · archieindian bundle
    Builds hierarchical summary DAGs from MEMORY.md with depth-aware prompts — leaf summaries preserve detail, higher depths condense to durable arcs, preventing information loss during compaction.
    0
    installs
  33. Memory Graph Builder · archieindian bundle
    Parses OpenClaw's flat MEMORY.md into a structured knowledge graph — detects duplicates, contradictions, and stale entries, then builds a compressed memory digest optimized for system prompt injection.
    0
    installs
  34. Community Skill Radar · archieindian bundle
    Searches Reddit communities for OpenClaw pain points and feature requests, scores them by signal strength, and writes a prioritized PROPOSALS.md for you to review and act on.
    0
    installs
  35. Expansion Grant Guard · archieindian bundle
    YAML-based delegation grant ledger — issues, validates, and tracks scoped permission grants for sub-agent expansions with token budgets and auto-expiry.
    0
    installs
  36. Skill Loadout Manager · archieindian bundle
    Manages named skill profiles (loadouts) so you can switch between focused skill sets and prevent system prompt bloat from too many active skills.
    0
    installs
  37. Spend Circuit Breaker · archieindian bundle
    Tracks cumulative API spend against a monthly budget and pauses non-essential automations when thresholds are crossed
    0
    installs
  38. Channel Context Bridge · archieindian bundle
    Writes a resumé card at session end so context survives channel switches — and auto-injects it as a primer at the start of any new session
    0
    installs
  39. Dangerous Action Guard · archieindian bundle
    Intercepts irreversible or destructive actions and requires explicit user confirmation before proceeding
    0
    installs
  40. Large File Interceptor · archieindian bundle
    Detects oversized files that would blow the context window, generates structural exploration summaries, and stores compact references — preventing a single paste from consuming the entire budget.
    0
    installs
  41. Prompt Injection Guard · archieindian bundle
    Detects and intercepts prompt injection attempts in external content before the agent acts on them
    0
    installs
  42. Workflow Orchestration · archieindian bundle
    Chains multiple skills into a named multi-step workflow with conditions and state tracking. Use when a recurring task requires the same sequence of skills every time.
    0
    installs
  43. Context Assembly Scorer · archieindian bundle
    Scores how well the current context represents the full conversation — detects information blind spots, stale summaries, and coverage gaps that cause the agent to forget critical details.
    0
    installs
  44. Installed Skill Auditor · archieindian bundle
    Weekly audit of all installed third-party and community skills for malicious patterns, stale credentials, and drift from last-known-good state.
    0
    installs
  45. Multi Agent Coordinator · archieindian bundle
    Orchestrates multiple parallel OpenClaw agents — tracks health, detects timeouts, reconciles conflicting outputs, and manages structured handoffs
    0
    installs
  46. Openclaw Config Advisor · archieindian bundle
    Diagnoses OpenClaw provider, fallback, channel, MCP, and gateway config issues with read-only scans and stateful summaries.
    0
    installs
  47. Memory Integrity Checker · archieindian bundle
    Validates memory summary DAGs for structural integrity — detects orphan nodes, circular references, token inflation, broken lineage, and stale summaries that corrupt the agent's memory.
    0
    installs
  48. Config Encryption Auditor · archieindian bundle
    Scans OpenClaw config directories for plaintext API keys, tokens, and secrets in unencrypted files — flags exposure risks and suggests encryption or environment variable migration.
    0
    installs
  49. Context Window Management · archieindian bundle
    Prevents context overflow on long-running OpenClaw sessions. Use when approaching context limits.
    0
    installs
  50. Persistent Memory Hygiene · archieindian bundle
    Keeps OpenClaw's memory store clean, structured, and useful. Use at session end and during periodic maintenance.
    0
    installs
  51. Quality Gate Orchestrator · archieindian bundle
    Tracks required validation gates, records pass/fail/waived results, and reports readiness before task completion.
    0
    installs
  52. Tool Description Optimizer · archieindian bundle
    Analyzes skill descriptions for trigger quality — scores clarity, keyword density, and specificity, then suggests rewrites that improve discovery accuracy.
    0
    installs
  53. Compaction Resilience Guard · archieindian bundle
    Monitors memory compaction for failures and enforces a three-level fallback chain — normal, aggressive, deterministic truncation — ensuring compaction always makes forward progress.
    0
    installs
  54. Skill Compatibility Checker · archieindian bundle
    Checks whether installed skills are compatible with the current OpenClaw version and flags skills that require runtime features not present in your installation.
    0
    installs
  55. Long Running Task Management · archieindian bundle
    Breaks multi-hour tasks into checkpointed stages with resume capability. Use when a task is expected to take more than 30 minutes or multiple sessions.
    0
    installs
  56. Workspace Integrity Guardian · archieindian bundle
    Detects drift or tampering in SOUL.md, AGENTS.md, MEMORY.md, and other critical workspace files and prompts recovery
    0
    installs