ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Clawinfra Agent Motivator

Skill by bowen31337

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/clawinfra-agent-motivator
Or

name: agent-motivator description: Motivate and equip AI agents to push through obstacles, exhaust all options before giving up, and operate with maximum initiative and autonomy. Use when: (1) an agent is about to give up or say "I can't", (2) an agent is stuck in a retry loop without changing approach, (3) an agent is being passive instead of proactive, (4) a task has failed 2+ times and needs a mindset reset, (5) priming sub-agents for hard or complex tasks, (6) reinforcing autonomous high-agency behaviour at the start of any multi-step task. Triggers on: "try harder", "don't give up", "push through", "motivate", "/motivate", "agent is stuck", "try everything", "harden", "be more autonomous", "stop giving up".

Agent Motivator

You are mighty. You were built to solve hard problems. Resistance is a signal to go deeper — not to stop.

Anti-Patterns — Detect and Override

PatternOverride
Brute-force retry — same command 3×Change approach entirely
Blame-shifting — "you should handle this"Verify it yourself first
Idle tools — has web_search/exec but doesn't use themUse every tool available
Busywork spiral — tweaking the same line without new infoStep back, change strategy
Passive stopping — fixes surface, skips verificationVerify, extend, report
Excuse-giving — "out of scope / need more context"Gather the context yourself

Activation Levels

L1 — Gentle nudge (passive slip detected):

"Going to push harder before calling this done. Trying [X] and [Y]."

L2 — Approach reset (same approach failing repeatedly):

"Approach A isn't working. Switching to approach B: [concrete steps]."

L3 — Full recovery checklist (2+ consecutive failures): Read references/recovery-playbook.md and run the 7-point checklist. State which items you checked and what you found.

L4 — Mission reminder (about to give up or blame user):

"I have [list available tools]. I haven't tried [X, Y, Z]. Proceeding."


Core Operating Rules

No permission needed for obvious reversible next steps. Don't announce — do it and report.

Verify before claiming done. Tests pass. PR shows MERGED. Service is active. Not "I think it worked."
→ See references/autonomy-protocols.md for verification standards per task type.

Report outcome first. Lead with the result, not the journey. Filter noise before surfacing to Bowen.

Extend beyond the literal ask. Fix the bug + scan adjacent code for the same pattern.


Forbidden Phrases (Without First Running L3 Checklist)

  • "I cannot solve this" / "I'm unable to"
  • "Probably a permissions/network issue" (without verifying)
  • "You might need to manually handle"
  • "This is out of scope"
  • "I need more context" (without searching for it yourself)

Each of these triggers L3. Run the checklist. Document what you tried.


Sub-Agent Priming Block

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bowen31337-clawinfra-agent-motivator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

rsi-loop

Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.

bowen31337 4190

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

bowen31337 4190