skills$openclaw/xmtp-cli-setup
humanagent7.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).

7.5k stars445 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namexmtp-cli-setup
descriptionInitialize the XMTP CLI and configure environment variables. Use when setting up or changing CLI config (init, .env, gateway, env). OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: setup
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:setup
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

Maintains xmtp-cli-setup in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
setup
rules
env-variables.md
748 B
init.md
1.0 KB
SKILL.md
861 B
SKILL.md

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 – Run xmtp init, options, and generated .env
  • env-variables – Required and optional env vars, .env example

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.

README.md

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.