agent-creator

Automate OpenClaw agent creation with workspace setup and Telegram bot integration.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill agent-creator-pingshian0131
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/pingshian0131/ai-agent-skill-collections-public/tree/main/openclaw/agent-creator
Command: npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill agent-creator-pingshian0131

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new AI agents within the OpenClaw platform, automating the setup of workspaces, configurations, and essential bindings.

Core Features & Use Cases

  • Full Agent Setup: Creates all necessary directories, workspace files (IDENTITY, SOUL, etc.), and updates the core openclaw.json configuration.
  • Telegram Integration: Seamlessly binds the new agent to a Telegram account using provided bot tokens.
  • Use Case: When you need to introduce a new AI assistant character to your OpenClaw system, like a specialized researcher or a customer support bot, this Skill handles all the boilerplate setup.

Quick Start

Use the agent-creator skill to set up a new agent with the ID 'support-bot', display name '客服小助手', role 'AI客服', emoji '🤖', personality 'helpful and friendly', and the model 'google/gemini-2.5-flash', using the Telegram bot token 'YOUR_TELEGRAM_BOT_TOKEN'.

Frequently Asked Questions about agent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI agent creation and workspace setup for the OpenClaw platform?

You can automate AI agent creation by defining an agent ID, display name, role, and personality to automatically generate workspace directories, configuration files, and update the core openclaw.json.

Can I bind a Telegram bot token when configuring a new OpenClaw agent?

Yes, you can bind a Telegram bot token during agent configuration to seamlessly integrate the new AI assistant with your Telegram account for messaging.

What configuration files are generated during OpenClaw agent onboarding?

OpenClaw agent onboarding generates essential workspace files including IDENTITY and SOUL, creates necessary runtime directories, and updates the openclaw.json configuration.

Do I need to manually edit openclaw.json to introduce a new AI assistant character?

No, you do not need to manually edit openclaw.json because the agent setup process automatically updates the core configuration when a new AI assistant character is introduced.

What parameters are required to define a new agent using this OpenClaw onboarding process?

Defining a new agent requires an agent ID, display name, role, emoji, personality, LLM model, and a Telegram bot token to complete the workspace setup.

Why does setting up multiple OpenClaw agents manually lead to configuration errors?

Manual setup of multiple OpenClaw agents leads to configuration errors due to repetitive boilerplate tasks like directory creation and openclaw.json updates, which this automated skill prevents.