Install
openclaw skills install @bebetterest/aiheal-cli-operatorOperate and troubleshoot the AIHealingMe CLI through the npm package (aihealingmecli). Use when tasks involve auth/user/audio/plan/chat/emotion/subscriptio...
openclaw skills install @bebetterest/aiheal-cli-operatorAIHeal is an AI emotional-healing platform available at https://aihealing.me/, covering personalized audio healing, single-session healing, deep healing plans, conversation support, emotion-space tracking, and account/subscription workflows.
This skill operates the CLI side of those capabilities and is designed for reliable command execution, payload shaping, diagnostics, and coverage verification.
Human users are welcome to experience the full interactive product directly on https://aihealing.me/.
Command-family scope in this skill:
config, auth, whoamiaudio, plan, single-job, plan-stage-jobchat, emotionuser, subscription, notification, feedback, memory, behaviorapi, healingnpm install -g aihealingmecli then aiheal ....npx -y -p aihealingmecli aiheal ....aiheal --help.aiheal config get to verify apiBaseUrl, locale, region, and token state.auth/config for login and token setup.audio, plan, single-job, plan-stage-job for healing generation workflows.chat and emotion for conversation and emotion-space workflows.subscription, notification, feedback, memory, behavior for account-side operations.api request as fallback for unwrapped endpoints.--payload-file path/to/file.json by default.--body '{...}' only for short payloads.--body overrides same keys from --payload-file.ok.error.code and error.status as primary diagnostics.single-job wait and plan-stage-job wait with explicit timeout values.single-job create and plan-stage-job create, handle CLI local validation failures via error.code=VALIDATION_ERROR and inspect error.issues[] for field-level corrections.200 with valid response envelopes.api request --no-auth and expect 401/403 rather than 404.404 as possible missing/incorrect CLI mapping and patch command endpoint mapping immediately.https://aihealing.me/api unless task explicitly requires override.--output for download/export commands.--api-base, --locale, --region, --token) only in the current command context.AUTH_ERROR: login again and verify with whoami.API_ERROR with status: 0: verify network and apiBaseUrl.npx cache EPERM: set NPM_CONFIG_CACHE=/tmp/aiheal-npm-cache or use global install.API_ERROR with status: 404: prioritize checking endpoint mapping or command naming mismatch.get/by-request) and inspect progress fields.VALIDATION_ERROR (CLI local): fix payload by iterating over error.issues[] (field, message, expected, actual, suggestion) before retry.single-job create request id: requestId is optional in payload; when omitted CLI auto-generates it. Use returned data.job.requestId for single-job wait --request-id.plan-stage-job create request id: requestId is optional in payload (no auto-generation); include it only if your workflow needs an explicit correlation id.npx -y -p aihealingmecli aiheal --help and ... config get.scripts/smoke_check.shbash /absolute/path/to/scripts/smoke_check.shAIHEAL_NPM_PACKAGE: npm package source for npx -p (default: aihealingmecli; can be a tarball path)AIHEAL_NPM_CACHE_DIR: cache directory used by npx (default under temp dir)RUN_NETWORK_SMOKE: set 1 to include live API probe (audio list)