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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bebetterest/aiheal-cli-operatorWhat 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
- "Use aiheal to check my current subscription status and verify that my authentication token is still valid."
- "I need to generate a new healing plan based on the JSON payload in
data/recovery_phase.jsonand wait for the job to complete." - "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-filefor 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
waitsubcommand 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-baseflag for every command session.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bebetterest-aiheal-cli-operator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api