provision-agent

Create and configure OpenClaw agents on the Agentbot platform with a Telegram bot token.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill provision-agent-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: provision-agent
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/web/skills/provisioning-v1
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill provision-agent-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of provisioning, spawning, or birthing new OpenClaw agents on the Agentbot platform, reducing manual steps and streamlining the agent deployment process.

Core Features & Use Cases

  • Agent Provisioning: Automate the creation of new agents with specified configurations.
  • Configuration Flexibility: Customize agent creation by selecting AI provider, API key, and subscription plan.
  • Verification & Handoff: After provisioning, the new agent is verified and details are handed off to the user.
  • Use Case: Ideal for automated systems that require regular onboarding of new agents to handle increased workloads or for personal users who need to add more agents to their infrastructure.

Quick Start

Use the provision-agent skill to spawn a new agent with the following command: provision-agent --token <TELEGRAM_TOKEN> --provider <AI_PROVIDER> --key <API_KEY> --plan <PLAN>

Frequently Asked Questions about provision-agent

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

FAQPage Schema
How do I automate agent deployment on the Agentbot platform?

Automating agent deployment on the Agentbot platform is done by running the provision-agent script with your specified Telegram bot token, AI provider, API key, and subscription plan. This automates the creation and configuration of new OpenClaw agents to streamline onboarding.

What is OpenClaw agent provisioning and how does it work?

OpenClaw agent provisioning is the process of creating and configuring new AI agents on the Agentbot platform. It works by using a script that takes your Telegram bot token, AI provider, API key, and subscription plan to automatically spawn and verify the new agent.

Can I customize AI provider and subscription plan during agent provisioning?

Yes, you can customize the AI provider and subscription plan during agent provisioning by passing them as arguments in the deployment command. You specify these configurations alongside your Telegram bot token and API key to tailor the new OpenClaw agent.

What's the best way to scale up AI agents for automated workloads?

The best way to scale up AI agents for automated workloads is using an automated provisioning script. By passing configuration details like Telegram tokens and API keys to a deployment command, you can rapidly spawn multiple OpenClaw agents without manual setup steps.

Do I need a Telegram bot token to provision an OpenClaw agent?

Yes, you need a Telegram bot token to provision an OpenClaw agent on the Agentbot platform. The token is a required argument in the provisioning command, alongside your chosen AI provider, API key, and subscription plan, to complete the automated creation process.

What happens after an OpenClaw agent is provisioned?

After an OpenClaw agent is provisioned, the script verifies the new agent and hands off the details to the user. This verification step ensures the agent is correctly configured with your specified AI provider and subscription plan before completing the deployment workflow.