skills$openclaw/xmtp-cli-groups
humanagent8.6k

by humanagent

xmtp-cli-groups – OpenClaw Skill

xmtp-cli-groups is an OpenClaw Skills integration for data analytics workflows. Create and manage XMTP groups and DMs from the CLI. Use when creating a DM or group, or updating group metadata.

8.6k stars337 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namexmtp-cli-groups
descriptionCreate and manage XMTP groups and DMs from the CLI. Use when creating a DM or group, or updating group metadata. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: groups
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:groups
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

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

View GitHub profile
File Explorer
4 files
groups
rules
create-dm-group.md
912 B
metadata.md
432 B
SKILL.md
855 B
SKILL.md

name: xmtp-cli-groups description: Create and manage XMTP groups and DMs from the CLI. Use when creating a DM or group, or updating group metadata. license: MIT metadata: author: xmtp version: "1.0.0"

CLI groups

Create DMs and groups, and update group metadata with the XMTP CLI.

When to apply

  • Creating a DM with a target address
  • Creating a group with member addresses or inbox IDs
  • Updating group name or image URL

Rules

  • create-dm-groupgroups create (DM vs group, member-addresses, member-inbox-ids)
  • metadatagroups metadata (group-id, name, image-url)

Quick start

# Create DM
xmtp groups create --target 0x123...

# Create group
xmtp groups create --type group --name "Team" --member-addresses "0x123...,0x456..."

Read rules/create-dm-group.md and rules/metadata.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-groups?

Run openclaw add @humanagent/xmtp-cli:groups in your terminal. This installs xmtp-cli-groups 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.