skills$openclaw/xmtp-cli-debugging
humanagent9.3k

by humanagent

xmtp-cli-debugging – OpenClaw Skill

xmtp-cli-debugging is an OpenClaw Skills integration for coding workflows. Enable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior.

9.3k stars7.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namexmtp-cli-debugging
descriptionEnable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: debugging
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:debugging
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

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

View GitHub profile
File Explorer
3 files
debugging
rules
force-debug-env.md
585 B
SKILL.md
638 B
SKILL.md

name: xmtp-cli-debugging description: Enable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior. license: MIT metadata: author: xmtp version: "1.0.0"

CLI debugging

Enable debug logging for the XMTP CLI via environment variables.

When to apply

  • Troubleshooting CLI behavior or connection issues
  • Inspecting verbose logs (debug level)

Rules

  • force-debug-envXMTP_FORCE_DEBUG and XMTP_FORCE_DEBUG_LEVEL

Quick start

Set in .env or export:

XMTP_FORCE_DEBUG=true
XMTP_FORCE_DEBUG_LEVEL=debug

Read rules/force-debug-env.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-debugging?

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