7.5k★by humanagent
xmtp-cli-setup – OpenClaw Skill
xmtp-cli-setup is an OpenClaw Skills integration for data analytics workflows. Initialize the XMTP CLI and configure environment variables. Use when setting up or changing CLI config (init, .env, gateway, env).
Skill Snapshot
| name | xmtp-cli-setup |
| description | Initialize the XMTP CLI and configure environment variables. Use when setting up or changing CLI config (init, .env, gateway, env). OpenClaw Skills integration. |
| owner | humanagent |
| repository | humanagent/xmtp-clipath: setup |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @humanagent/xmtp-cli:setup |
| last updated | Feb 7, 2026 |
Maintainer

name: xmtp-cli-setup description: Initialize the XMTP CLI and configure environment variables. Use when setting up or changing CLI config (init, .env, gateway, env). license: MIT metadata: author: xmtp version: "1.0.0"
CLI setup
Initialize your XMTP CLI configuration and set required environment variables.
When to apply
- First-time CLI setup or generating a new ephemeral wallet
- Using an existing private key or custom gateway
- Configuring env for dev, production, or local
Rules
init– Runxmtp init, options, and generated.envenv-variables– Required and optional env vars,.envexample
Quick start
# Ephemeral wallet, dev env (default)
xmtp init
# Existing key, production
xmtp init --private-key 0x1234... --env production
Read rules/init.md and rules/env-variables.md for details.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install xmtp-cli-setup?
Run openclaw add @humanagent/xmtp-cli:setup in your terminal. This installs xmtp-cli-setup into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/humanagent/xmtp-cli. Review commits and README documentation before installing.
