ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

aiheal-cli-operator

Operate and troubleshoot the AIHealingMe CLI through the npm package (`aihealingmecli`). Use when tasks involve auth/user/audio/plan/chat/emotion/subscription workflows, payload shaping, command diagnostics, and API failure handling.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bebetterest/aiheal-cli-operator
Or

What This Skill Does

The aiheal-cli-operator is a specialized OpenClaw AI agent skill designed to bridge the gap between user intent and the aihealingme-cli frontend toolkit. It enables the AI to manage, troubleshoot, and execute healing workflows directly from the terminal. By acting as a wrapper for the npm-based CLI, the agent handles authentication states, payload orchestration for complex API interactions, and asynchronous job tracking. This skill transforms high-level user requests—such as starting a new healing plan or analyzing emotional metadata—into precise, validated command-line operations.

Installation

To integrate this skill, use the ClawHub interface by running: clawhub install openclaw/skills/skills/bebetterest/aiheal-cli-operator

For runtime execution, it is recommended to use the package manager natively via:

  • Global: npm install -g aihealingme-cli
  • Ephemeral/No-Global: npx -y -p aihealingme-cli aiheal ...

Use Cases

This skill is built for users who need to automate their AIHealingMe experience. Core use cases include:

  • Workflow Automation: Orchestrating complex healing sequences involving audio generation, plan staging, and emotion-space conversation tracking.
  • Account Management: Programmatic management of subscriptions, user feedback loops, and memory caches without manually touching the web UI.
  • Diagnostic Troubleshooting: Quickly identifying connection issues, auth token expiration, or API failure codes (e.g., status 0) using built-in diagnostic commands.
  • Payload Injection: Rapidly deploying complex JSON structures for behavior configurations, allowing for highly customized agent interactions.

Example Prompts

  1. "Use aiheal to check my current subscription status and verify that my authentication token is still valid."
  2. "I need to generate a new healing plan based on the JSON payload in data/recovery_phase.json and wait for the job to complete."
  3. "Troubleshoot why the emotion-space API is returning an error by checking the config and verifying the network endpoint."

Tips & Limitations

  • Safety First: Always use --payload-file for complex operations to avoid syntax errors with shell quoting. Never attempt to pass secrets or backend private keys; this skill is restricted to frontend CLI access.
  • Asynchronous Jobs: Always pair job-initiation commands with the wait subcommand to ensure your automation flow respects job latency.
  • Network Config: The skill defaults to https://aihealing.me/api. If you are working in a staging environment, remember to explicitly provide the --api-base flag for every command session.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bebetterest-aiheal-cli-operator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cli#automation#aihealing#workflow#developer
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api