Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

claw-body爪体

Agent Skill

claw-body 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,492

周安装

276

GitHub Stars

公开资料未说明

下载量

2,274
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install claw-body

简介

将 AI Claw 转化为具面部表情与语音交互的数字化身。

  • 支持实时视频对话与情绪表达增强人机互动。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 适用于直播、教育或客服等需要拟人化场景。
  • 依赖本地 GPU 资源,低配设备可能影响流畅度。
  • claw-body 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
claw-body
description
Give your Claw a body! Turn your AI Claw into a real-time digital avatar with face, voice, and expressions. Talk face-to-face with your Claw — not just text. Also supports presentation mode: narrate PPT/PDF slides with the avatar. Powered by NuwaAI. Usage: /claw-body
user-invocable
true
metadata
openclaw
emoji
🦞
requires
bins

🦞 Claw Body — Give Your Claw a Body

Claw Body Preview

Every Claw deserves a body.

Turn your OpenClaw AI into a real-time digital avatar — with a face, a voice, and expressions. Talk to your Claw face-to-face, not just through cold text.

NEW: Presentation Mode 🎤 — Your Claw can now be a presenter! Load a PPT/PDF and let the avatar narrate your slides.

Presentation Mode

Free 5-minute trial included. Sign up at nuwaai.com to create your own custom avatar for free.

For Every Claw Fan

  • 🎨 Design your dream Claw — cute, anime, realistic, handsome, beautiful, or buff — your call
  • 🗣️ Voice chat — speak to your Claw and hear it talk back with lip-sync
  • 📺 Real-time video — see your Claw's expressions as it responds
  • 🧠 Same brain — it's your OpenClaw agent, just with a face. Same memory, same personality
  • 🌐 中文 / English — bilingual interface with language toggle
  • 📊 Presentation mode — narrate PPT/PDF slides with digital avatar (works with claw-presenter skill)

Quick Start

When user runs /claw-body:

  1. Start the server:
   node <skill-dir>/server.mjs
  1. Tell the user:

> 🦞 Claw Body is live: http://localhost:3099 > > Two options: > - Free trial — chat with the demo Claw for 5 minutes > - Your own avatar — sign up at nuwaai.com (free), create your dream look, then enter your API Key + Avatar ID + User ID

How It Works

You speak → ASR transcribes → OpenClaw agent replies → Avatar speaks with lip-sync

This skill uses NuwaAI's humanctrl mode with ASR:

  • Your voice → NuwaAI speech recognition → text
  • Text → OpenClaw Gateway → agent generates reply
  • Reply → drives the avatar's voice and lip movements

Same agent, new interface. The avatar is just another channel — like iMessage or Telegram, but with a face.

Features

  • 🎤 Real-time voice input (ASR)
  • 🗣️ Lip-synced avatar speech
  • 🧠 Same OpenClaw agent — not a separate bot
  • 📺 WebRTC real-time video stream
  • 💬 Text input fallback
  • 📱 Auto-adapts to portrait / landscape / square avatars
  • 🔧 In-browser config — zero env vars needed
  • 🎁 Free 5-min trial with demo avatar
  • 🌐 Chinese / English bilingual UI
  • 🔄 Disconnect / reconnect controls

Create Your Own Avatar

  1. Go to nuwaai.com — sign up is free
  2. Create your avatar — first one is free!
  3. Get your API Key, Avatar ID, and User ID
  4. Enter them in the Claw Body interface
  5. Done — your Claw now has a body 🦞

Requirements

  • OpenClaw Gateway running
  • NuwaAI account (free sign-up)
  • Modern browser (WebRTC + microphone)
  • Node.js 18+

⚠️ When User Asks to Present PPT/PDF

If the user says anything like "讲PPT"、"讲解PDF"、"帮我讲解演示文件" while in Claw Body:

DO NOT open or operate any application (Keynote, PowerPoint, Preview) on the user's computer.

Instead, follow this flow:

  1. Ask for the file path if not provided
  2. Run the Claw Presenter parse script:
   python3 <workspace>/skills/claw-presenter/scripts/parse-presentation.py "<file-path>"
  1. Read the generated presentation.json
  2. For slides without scripts (script is empty), generate narration based on content
  3. Update presentation.json with the generated scripts
  4. Tell the user the presentation is ready and ask to start
  5. When user confirms, reply with [PRESENTATION_START:<output-dir>] to enter presentation mode
  6. Narrate slide by slide using [SLIDE:N] tags

📊 Presentation Mode (Slide Playback)

Claw Body supports a presentation mode for narrating pre-prepared slide decks.

Prerequisites

Use the Claw Presenter skill first to prepare a presentation folder:

<workspace>/presentations/<name>/
  presentation.json
  slides/001.png, 002.png, ...

Each slide in presentation.json has an image path and a script (narration text).

Entering Presentation Mode

When user wants to present a prepared folder, include this tag in your reply:

[PRESENTATION_START:<output-dir>]

Narrating Slides

For each page, read the script field from presentation.json and reply with:

[SLIDE:1]各位好,今天我来介绍一下我们的产品方案。

The frontend automatically flips to the corresponding slide image.

User Controls During Narration

  • "继续" / "下一页" → advance to next slide
  • "上一页" → go back
  • "跳到第N页" → jump
  • Any question → answer it, then user says "继续" to resume
  • "退出讲解" → reply with [PRESENTATION_END]

Control Tags

TagEffect
[PRESENTATION_START:<dir>]Enter presentation mode
[SLIDE:N]Switch to slide N (1-indexed)
[PRESENTATION_END]Exit presentation mode

Important

  • Do NOT operate PPT/PDF applications on the user's computer — slides are shown in the browser
  • Read narration from presentation.json script field — don't regenerate unless asked
  • Keep a natural speaking pace, one slide at a time

⚠️ First-Time Setup (Important!)

Claw Body talks to your OpenClaw agent via the Gateway's chat API. This endpoint is disabled by default and must be enabled once.

When user runs /claw-body:

  1. Read ~/.openclaw/openclaw.json
  2. If gateway.http.endpoints.chatCompletions.enabled is not true, tell the user to enable it manually:

> ⚠️ 首次使用需要启用 AI 对话接口,在 ~/.openclaw/openclaw.json 中添加以下配置,然后重启 Gateway: > `` > openclaw gateway restart > `` > 重启后刷新页面即可。以后不需要再操作了。

Add this to ~/.openclaw/openclaw.json:

{
  "gateway": {
    "http": {
      "endpoints": {
        "chatCompletions": { "enabled": true }
      }
    }
  }
}

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.95%
按下载量换算2,227

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills