Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

aiheal-cli-operatoraiheal CLI operator 命令行

Agent Skill

aiheal-cli-operator 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,872

周安装

199

GitHub Stars

公开资料未说明

下载量

1,560
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aiheal-cli-operator(aiheal CLI operator 命令行)
来源仓库:https://github.com/bebetterest/aiheal-cli-operator
安装命令:
openclaw skills install aiheal-cli-operator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install aiheal-cli-operator

简介

aiheal-cli-operator 操作 AIHealingMe CLI 工具,用于用户与音频管理。

  • 适用于身份验证、计划制定和情感分析等任务。
  • 通过 npm 包调用,支持订阅与聊天功能扩展。
  • 通过 clawhub 安装,需授权访问用户数据与音频文件。
  • 操作前应明确数据用途并遵守隐私政策。aiheal-cli-operator 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
aiheal-cli-operator
description
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.

Aiheal Cli Operator

AIHeal 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:

  • account/session: config, auth, whoami
  • content/healing: audio, plan, single-job, plan-stage-job
  • conversation/emotion: chat, emotion
  • account-side operations: user, subscription, notification, feedback, memory, behavior
  • raw/advanced requests: api, healing

Quick Start

  • Use npm package runtime by default.
  • Global runtime: npm install -g aihealingmecli then aiheal ....
  • No-global runtime: npx -y -p aihealingmecli aiheal ....
  • Keep all operations in package runtime.

Workflow

  1. Confirm runtime baseline.
  • Run aiheal --help.
  • Run aiheal config get to verify apiBaseUrl, locale, region, and token state.
  1. Choose command family by task.
  • Use auth/config for login and token setup.
  • Use audio, plan, single-job, plan-stage-job for healing generation workflows.
  • Use chat and emotion for conversation and emotion-space workflows.
  • Use subscription, notification, feedback, memory, behavior for account-side operations.
  • Use api request as fallback for unwrapped endpoints.
  1. Prefer structured payload input for complex operations.
  • Use --payload-file path/to/file.json by default.
  • Use --body '{...}' only for short payloads.
  • Merge behavior: --body overrides same keys from --payload-file.
  1. Validate outputs and state transitions.
  • Expect JSON output with top-level ok.
  • Use error.code and error.status as primary diagnostics.
  • For async jobs, use single-job wait and plan-stage-job wait with explicit timeout values.
  • For 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.
  1. Verify capability coverage (detect fake/unimplemented commands).
  • For public endpoints, expect 200 with valid response envelopes.
  • For protected endpoints, use api request --no-auth and expect 401/403 rather than 404.
  • Treat repeated 404 as possible missing/incorrect CLI mapping and patch command endpoint mapping immediately.

Execution Rules

  • Keep default API on public endpoint https://aihealing.me/api unless task explicitly requires override.
  • Require explicit --output for download/export commands.
  • Use global overrides (--api-base, --locale, --region, --token) only in the current command context.

Troubleshooting

  • 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.
  • Async wait timeout: query status endpoints (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.

Resources

Smoke Script

  • Script: scripts/smoke_check.sh
  • Path-independent run:

- bash /absolute/path/to/scripts/smoke_check.sh

  • Environment parameters:

- AIHEAL_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)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.33%
按下载量换算1,347

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills