← Back to Skills Marketplace
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-add-agent
Description
Add a new agent to OpenClaw configuration. Use when user wants to add a new Telegram bot agent to OpenClaw. Triggers: add agent, new agent, bind telegram.
Usage Guidance
This skill appears to be what it says (adding a Telegram bot to OpenClaw) but check a few things before proceeding: 1) Ensure the config path (/home/xgao/.openclaw/openclaw.json) and workspace path match your system — the SKILL.md uses a hard-coded user home. 2) Back up openclaw.json before editing. 3) Treat the Telegram bot token as a secret: avoid pasting it into public chat logs or shared repos; prefer storing it with proper file permissions or a secrets manager if supported. 4) Confirm you have an 'openclaw' command available (or the correct service management step) — the instructions call for `openclaw restart` but the skill metadata doesn't declare that binary. 5) After adding the account, verify allowFrom user IDs and policies are correct to avoid accidental exposure. If these checks pass, the instructions are reasonable; if you need the skill to run commands automatically (instead of manual edits), request a version that declares required binaries and install steps.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-add-agent
Version: 1.0.0
The skill provides instructions for an AI agent to configure a new Telegram bot within OpenClaw by modifying the 'openclaw.json' configuration file and creating local workspace directories. While the instructions contain hardcoded absolute paths for a specific user environment ('/home/xgao/') and specific identifiers in the 'Minimal Config Example' (Telegram ID '8538882690'), the workflow is transparent and aligns entirely with the stated administrative purpose without evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill's name and description match the runtime instructions: it collects a Telegram bot token and updates OpenClaw configuration (agents, bindings, telegram account). However, the SKILL.md uses hard-coded paths under /home/xgao (e.g., /home/xgao/.openclaw/openclaw.json and /home/xgao/clawd-workspace/) which may not match the installer's environment. Also it tells the user to run 'openclaw restart' but the skill metadata does not declare that binary as required.
Instruction Scope
Instructions are explicit about editing a local config file, creating a workspace directory, and restarting OpenClaw. They require sensitive input (Telegram bot token, allowed user IDs) but do not instruct transmitting those secrets to any external endpoint. The scope is limited to local config changes, but the hard-coded user paths and lack of guidance about backing up or locking the config are notable.
Install Mechanism
This is an instruction-only skill with no install spec and no code to write to disk, which is the lowest-risk install mechanism.
Credentials
No environment variables or other credentials are requested in metadata. The skill does ask the user to provide a Telegram bot token (sensitive) and user IDs — reasonable for a Telegram binding — but the instructions do not describe secure handling or storage of that token (it will be placed in a JSON file).
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistent privileges. Its actions are limited to editing the user's OpenClaw config and workspace directories, which is expected for this purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-add-agent - After installation, invoke the skill by name or use
/openclaw-add-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OpenClaw Add Agent?
Add a new agent to OpenClaw configuration. Use when user wants to add a new Telegram bot agent to OpenClaw. Triggers: add agent, new agent, bind telegram. It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.
How do I install OpenClaw Add Agent?
Run "/install openclaw-add-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Add Agent free?
Yes, OpenClaw Add Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Add Agent support?
OpenClaw Add Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Add Agent?
It is built and maintained by Galax Gao (@gaoxiaowei2117); the current version is v1.0.0.
More Skills