H-ear — Sound Intelligence for AI Agents
H-ear.world transforms sound into an actionable, meaningful translation layer of the world around you. Describe, share and act upon audio as a spatiotemporal annotated soundscape that empowers you, your business and your AI flow.
Commands
| Command | Description |
|---|
| INLINECODE0 | Classify audio from a URL. Returns detected sound classes with confidence scores. |
| INLINECODE1 |
Batch classify multiple audio URLs. Results delivered asynchronously via the gateway's webhook endpoint. |
|
sounds [search] | List supported sound classes (521+ across 3 taxonomies). |
|
usage | Show API usage statistics (minutes, calls, quota). |
|
jobs [last N] | List recent classification jobs with status. |
|
job <id> | Show detailed job results with classifications. |
|
alerts on <sound> | Enable real-time alerts for a sound class. Notifications delivered to your connected channel via the gateway. |
|
alerts off <sound> | Disable alerts for a sound class. |
|
health | Check API status. |
Setup
| Variable | Required | Default | Description |
|---|
| INLINECODE9 | Yes | | H-ear Enterprise API key (ncm_sk_...). Required unless HEAR_BEARER_TOKEN is set. Get one at h-ear.world. |
| INLINECODE12 |
Yes | | OAuth bearer token. Alternative to
HEAR_API_KEY — one of the two must be set. |
|
HEAR_ENV | Yes | | Target environment:
dev,
staging, or
prod. |
|
HEAR_BASE_URL | No | Per-environment default | Override API base URL (advanced). |
*One of HEAR_API_KEY or HEAR_BEARER_TOKEN is required.
Webhook Delivery
Batch classification (classify batch) and sound alerts (alerts on) use webhook callbacks for asynchronous result delivery. The OpenClaw gateway manages webhook endpoints automatically -- the skill registers callbacks against the gateway's own webhook receiver, which routes results back to your connected messaging channel. No external endpoint configuration is required by the user.
Webhook events: job.completed, job.failed, batch.completed, quota.warning.
H-ear — 面向AI代理的声音智能
H-ear.world 将声音转化为可操作、有意义的周围世界翻译层。将音频描述、分享并作为时空标注的声音景观来采取行动,赋能您、您的业务和您的AI流程。
命令
| 命令 | 描述 |
|---|
| classify <url> | 对URL中的音频进行分类。返回检测到的声音类别及置信度分数。 |
| classify batch <url1> <url2>... |
批量分类多个音频URL。结果通过网关的webhook端点异步交付。 |
| sounds [search] | 列出支持的声音类别(跨3个分类体系,共521+种)。 |
| usage | 显示API使用统计(分钟、调用次数、配额)。 |
| jobs [last N] | 列出最近的分类任务及其状态。 |
| job
| 显示包含分类结果的详细任务信息。 |
| alerts on | 为某个声音类别启用实时警报。通知通过网关发送到您连接的频道。 |
| alerts off | 禁用某个声音类别的警报。 |
| health | 检查API状态。 |
设置
| 变量 | 必填 | 默认值 | 描述 |
|---|
| HEARAPIKEY | 是 | | H-ear企业API密钥(ncmsk...)。除非设置了HEARBEARERTOKEN,否则此项必填。可在h-ear.world获取。 |
| HEARBEARERTOKEN |
是 | | OAuth bearer令牌。HEARAPI_KEY的替代方案——两者必须设置其一。 |
| HEAR_ENV | 是 | | 目标环境:dev、staging或prod。 |
| HEARBASEURL | 否 | 按环境默认 | 覆盖API基础URL(高级设置)。 |
*HEARAPIKEY或HEARBEARERTOKEN中必须设置一个。
Webhook交付
批量分类(classify batch)和声音警报(alerts on)使用webhook回调进行异步结果交付。OpenClaw网关自动管理webhook端点——该技能在网关自身的webhook接收器上注册回调,将结果路由回您连接的消息频道。用户无需配置外部端点。
Webhook事件:job.completed、job.failed、batch.completed、quota.warning。