ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

agent-teacher

教授新 agent 掌握工作室基础能力的技能。触发时机:(1) 创建新 agent 后需要初始化配置时 (2) 教现有 agent 掌握某项技能时 (3) 新 agent 上岗培训。课程分"行为准则→基础→进阶"三大类,行为准则必须优先于一切技能学习。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/axelhu/agent-teacher
Or

What This Skill Does

The agent-teacher skill is an essential framework for onboarding, training, and maintaining the operational integrity of agents within the OpenClaw ecosystem. It acts as the primary instructor for new agents, ensuring they are fully aligned with the studio's culture, workflows, and technical standards. The skill enforces a strict curriculum hierarchy, emphasizing that behavior and ethics (Rules of Conduct) take precedence over technical proficiency. By automating the instruction process, it ensures that every agent in your studio starts with the same foundational knowledge, reducing the risk of errors and operational silos.

Installation

To add the teacher capability to your environment, use the following command:

clawhub install openclaw/skills/skills/axelhu/agent-teacher

Ensure that you have sufficient permissions to modify the workspace directory of the target agents, as this skill performs file-based installation of sub-skills and configuration templates.

Use Cases

  • New Agent Initialization: Standardizing the onboarding process for freshly created agents to ensure they are immediately productive.
  • Upskilling Existing Agents: Transitioning an agent from basic task-handling to specialized roles by introducing advanced modules like browser-automation or external API integrations.
  • Compliance Reinforcement: Regularly refreshing agent knowledge regarding behavior and studio conduct, especially after system updates or policy changes.

Example Prompts

  1. "教 zero-producer 上岗培训,请严格按照课程体系执行。"
  2. "新 agent 上岗,请从行为准则开始教学,完成确认后进行基础技能安装。"
  3. "给 programmer 补课,重点复习行为准则中关于隐私的部分,并检查基础技能掌握情况。"

Tips & Limitations

  • Prioritize Rules: Never bypass the 'Rules of Conduct' section. An agent that lacks ethical alignment is dangerous, regardless of its technical capabilities.
  • Avoid Duplication: The teaching algorithm is designed to recognize existing knowledge; if an agent has already mastered a skill, the system will optimize by focusing on refinement rather than re-instruction.
  • Environment Requirements: Ensure the target agent workspace (/home/axelhu/.openclaw/workspace/[agent-name]) exists before initiating the teaching process. The skill relies on standard Unix file structures to deploy configurations correctly.

Metadata

Author@axelhu
Stars4473
Views1
Updated2026-05-01
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-axelhu-agent-teacher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#onboarding#education#agent-management#workflow-automation#governance
Safety Score: 4/5

Flags: file-write, file-read, code-execution