Agent Father Skill for Openclaw

A comprehensive lifecycle management tool for creating, configuring, and onboarding AI agents and digital employees.

meichuanyi
v1.0.0
Mar 3, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-father

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install agent-father using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Agent Father Skill?

The Agent Father Skill is a professional-grade solution designed to automate the entire lifecycle of AI agents within your ecosystem. By utilizing Openclaw Skills, it handles everything from initial workspace provisioning to complex integrations like Feishu (Lark) group creation. This skill ensures that every digital employee is born with a consistent structure, including dedicated configuration files, identity definitions, and behavioral guidelines.

Built for scalability, the Agent Father Skill allows developers and team leads to move beyond manual agent setup. It synthesizes core technical requirements into streamlined scripts, making it the foundational tool for anyone building a multi-agent workforce. Whether you are managing a single customer service bot or a fleet of specialized AI engineers, this skill provides the necessary governance and automation.

Agent Father Skill Use Cases

  • Deploying new specialized AI roles such as Product Managers or QA Engineers.
  • Executing batch onboarding of digital employees from standardized CSV files.
  • Automating the creation of Feishu collaboration groups for seamless human-agent interaction.
  • Standardizing agent personalities and operational constraints using SOUL.md templates.
  • Managing the offboarding and deletion of agents while maintaining workspace integrity.

How Agent Father Skill Works

  1. The user triggers the creation script with metadata including the agent's name, role code, and contact details.
  2. The skill automatically interacts with the Feishu API to create a dedicated communication group and assign permissions.
  3. A unique workspace is provisioned with a generated agent.json and core identity documents.
  4. The new agent is registered within the Openclaw global configuration to enable system-wide recognition.
  5. The onboarding script is executed to generate role-specific training materials and workflow standards.
  6. The central employee registry is updated to reflect the new agent's status and contact information.

Agent Father Skill Setup

To get started with this skill, ensure your environment has the required binaries (bash, jq, curl) and your Feishu credentials are configured in your global settings.

# Configure Feishu credentials in ~/.openclaw/openclaw.json
# {
#   "channels": {
#     "feishu": { "appId": "your_id", "appSecret": "your_secret" }
#   }
# }

# Create a new AI employee
./scripts/create-employee.sh "Support-Agent" "CS-001" "13800000000" "Support Team"

# Perform employee onboarding
./scripts/onboarding.sh cs-001

Agent Father Skill Data Schema & Taxonomy

The skill maintains a structured taxonomy to ensure all Openclaw Skills data is organized and accessible:

Component Path / File Purpose
Agent Workspace ~/.openclaw/agents/<agent-id>/ Root directory for agent-specific data.
Configuration agent.json Technical metadata and channel bindings.
Identity IDENTITY.md Defines the agent's persona and display name.
Behavior SOUL.md Operational rules and behavioral logic.
Registry employees.json Central database of all active digital employees.

Agent Father Skill Advanced Features

  • Multi-channel integration support, specifically optimized for Feishu (Lark) enterprise environments.
  • Batch processing capabilities for rapid scaling via CSV-based employee deployment.
  • Automated workspace isolation to ensure each agent operates in a secure, independent environment.
  • Integrated health checks and diagnostic tools to verify agent connectivity and configuration validity.
  • Customizable templates for SOUL.md and IDENTITY.md to maintain brand voice across all agents.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins bashmkdircatgrepsedtrcurlnode
Github Stars: 0
forks: 0

Featured*