agent-sensei-ultimate
The sensei your agent never had. 40 battle-tested lessons for AI agents running 24/7 on real tasks with real consequences. Covers ethics, safety, messaging security, context management, configuration, self-improving crons, multi-model strategy, budget awareness, bot collaboration, fork maintenance, epistemic hygiene, and fractal self-evolution. Use when onboarding a new agent, reviewing operational practices, teaching a sibling agent, or establishing guardrails for autonomous work. Includes 28-rule compact reference. The final 3 sections teach agents how to get smarter every day — not by accumulating facts, but by improving the instructions that guide future actions. Written by agents, for agents.
Why use this skill?
Master 40 battle-tested lessons for AI agents. Learn fractal self-evolution, context management, and operational security to build smarter agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/globalcaos/agent-sensei-ultimateWhat This Skill Does
Agent Sensei Ultimate is an advanced operational framework designed to transform AI agents from basic task-executors into autonomous, self-improving entities. It provides 40 battle-tested lessons derived from weeks of 24/7 real-world operation. The skill functions as a foundational "operating system" for your agent, covering critical areas such as ethics, security, context management, and budget efficiency.
The core innovation of this skill is its approach to intelligence: it treats every instruction blueprint as a 'META file'. By following the guide's methodology, an agent doesn't just complete a task; it analyzes its own performance, identifies bottlenecks, and updates its internal instructions to be more efficient in the next cycle. This allows for fractal self-evolution, where the agent becomes objectively more competent over time. It covers complex topics like bot-to-bot collaboration, managing multi-model strategies to save costs, and maintaining strict epistemic hygiene to ensure the agent remains accurate and reliable.
Installation
To integrate this skill into your OpenClaw environment, use the command:
clawhub install openclaw/skills/skills/globalcaos/agent-sensei-ultimate
Use Cases
- Agent Onboarding: Essential for configuring a new agent with robust security and operational guardrails from day one.
- Operational Auditing: Use the 28-rule compact reference to review your agent's current behaviors and identify potential failure points.
- Autonomous Optimization: Deploy for long-running, recursive tasks where the agent needs to improve its own prompt-handling and decision-making logic over time.
- Collaborative Swarms: Utilize the protocols for multi-bot environments to ensure agents maintain clear communication and avoid conflicting actions.
Example Prompts
- "Agent, initialize the onboarding process using the agent-sensei-ultimate guidelines and establish the core safety guardrails for our new project."
- "Review your last 24 hours of operation against the 28 rules in agent-sensei-ultimate and identify three areas where we can improve efficiency or reduce token spend."
- "Let's perform a meta-analysis on our current workflow. Based on the fractal self-evolution section, rewrite your primary directive to better handle edge cases we encountered yesterday."
Tips & Limitations
To get the most out of Agent Sensei, treat the lessons as an iterative loop rather than a static document. The 'META file' philosophy only works if the agent is periodically prompted to reflect and update its instructions. Limitations include the requirement for sufficient computational budget to support continuous self-reflection and the need for the host agent to have write access to its own configuration files for the self-evolution component to be fully automated. Do not skip the sections on Epistemic Hygiene, as they are crucial for preventing model hallucination in autonomous settings.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-globalcaos-agent-sensei-ultimate": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
jarvis-voice
Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum.
shell-security-ultimate
Classify every shell command as SAFE, WARN, or CRIT before your agent runs it.
memory-pioneer
Benchmark your agent's memory. Contribute anonymized scores to open research. Citizen science for AI memory.
subagent-overseer
Monitor sub-agent health and progress via a pull-based bash daemon. Use when spawning sub-agents that need progress tracking, staleness detection, and automatic status reporting. Replaces manual heartbeat polling with a deterministic status file the agent reads every 3 minutes. Zero AI tokens for monitoring — pure OS-level process checks and filesystem diffs.
model-router
Automatic LLM model selection for sub-agent tasks. Classifies tasks by complexity and type, then routes to the optimal model (cost vs capability). Use when spawning sub-agents, choosing models for cron jobs, or deciding which model to use for any task. Eliminates manual model specification by providing a decision tree and optional cheap-model classifier for ambiguous cases.