← 返回 Skills 市场
nitishgargiitd

Avatar Cog

作者 CellCog · GitHub ↗ · v1.0.1 · MIT-0
darwinlinuxwindows ✓ 安全检测通过
96
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install avatar-cog
功能描述
AI avatar and digital persona creation powered by CellCog. Character.ai for agents — create characters, clone voices, generate images, build personalities. P...
使用说明 (SKILL.md)

Avatar Cog - Character.ai for Agents

Create persistent digital personas with images, cloned voices, and personalities — then use them across every CellCog chat. Describe a character in plain language and CellCog builds it.

Why Avatars

Avatars are persistent characters stored on CellCog. Create once, use everywhere:

  • Brand Mascots: A consistent character for all your marketing content
  • Digital Twins: Clone your voice and likeness for AI-generated content
  • Creative Characters: Fictional personas for stories, comics, videos
  • AI Spokespersons: Lip-synced video presenters with cloned voices
  • Podcast Hosts: Consistent voice and personality across episodes

Every CellCog chat automatically sees all your avatars. No setup, no configuration — just reference them by name.

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

What You Can Do

Create an Avatar

Describe the character you want. CellCog handles the rest:

Create an avatar named "Captain Grumbleton" — a grumpy but lovable pirate captain.
He's a brand mascot for a seafood restaurant chain.
Personality: witty, sarcastic, secretly kind-hearted.
Platforms: social media, video content, marketing.

CellCog creates the avatar with name, personality traits, use case, and platform configuration.

Add Images

Generate or provide images for your avatar:

Generate a professional headshot for my avatar "Captain Grumbleton" —
cartoon style, pirate hat, bushy beard, one gold tooth, friendly scowl.
Add it as the primary image.

Or reference existing files:

Add this image to my avatar "Luna":
\x3CSHOW_FILE>/path/to/luna_headshot.png\x3C/SHOW_FILE>
Label it "Professional Headshot".

Up to 10 images per avatar. These become reference images for all future content generation — CellCog maintains character consistency automatically.

Clone a Voice

Upload an audio sample and CellCog clones the voice:

Clone a voice for my avatar "Luna" using this audio sample:
\x3CSHOW_FILE>/path/to/voice_sample.mp3\x3C/SHOW_FILE>

Supported formats: MP3, WAV, OGG, M4A, AAC, WebM. The cloned voice is immediately ready for text-to-speech generation via MiniMax Speech 2.8 HD.

Use Avatars for Content

Once created, just mention the avatar by name in any CellCog chat:

  • "Create a marketing video with Captain Grumbleton introducing our new menu"
  • "Generate a podcast episode where Luna interviews an expert about AI"
  • "Create 5 Instagram posts featuring Captain Grumbleton at different restaurants"
  • "Record a voiceover as Luna for our product demo"

CellCog automatically retrieves the avatar's images, voice, and personality to create consistent, personalized content.

List and Manage Avatars

Show me all my avatars
Update my avatar "Luna" — change her personality to be more energetic and add "podcasts" to her platforms
Delete the image labeled "Old Logo" from Captain Grumbleton
Delete the voice from my avatar "Luna" — I want to re-record it

Everything is natural language. No APIs, no JSON, no tool names — just describe what you want.


How Avatars Work Across Chats

Avatars are account-level, not chat-level:

  1. Create once: Build an avatar in any CellCog chat
  2. Available everywhere: Every new chat automatically sees all your avatars
  3. Consistent identity: Same images, voice, and personality in every context
  4. Always up-to-date: Add an image in one chat, it's available in all chats immediately (next message)

This is the key advantage — your characters are persistent and portable. No re-uploading, no re-describing.


Avatar + Content Creation Workflows

Marketing Video with Avatar Spokesperson

Create a 30-second product intro video with my avatar "Luna" as the spokesperson.
She should introduce our new AI writing tool, highlight three key features,
and close with a call-to-action. Use her cloned voice and professional headshot.
Background music: upbeat corporate.

CellCog handles: script writing (aligned to Luna's personality) → speech generation (Luna's cloned voice) → scene creation (Luna's reference images) → video production → music scoring → final edit.

Social Media Content Series

Create 5 Instagram posts featuring Captain Grumbleton:
1. Grumbleton taste-testing a new dish (excited expression)
2. Grumbleton at the helm of a restaurant (captain pose)
3. Grumbleton with a customer (reluctantly friendly)
4. Grumbleton reviewing a competitor (grumpy face)
5. Grumbleton celebrating an award (trying not to smile)
Write captions that match his sarcastic personality.

Podcast with Avatar Host

Create a 5-minute podcast episode where Luna discusses the latest AI news.
Use her cloned voice. Add intro music, outro music, and a brief welcome.
Style: conversational, informative, matching Luna's personality.

Multi-Avatar Story

Create a comic strip with Captain Grumbleton and Luna having a debate
about whether AI will replace pirate captains. 4 panels.
Grumbleton is skeptical, Luna is optimistic. Both stay in character.

Chat Mode

Use chat_mode="agent" for all avatar tasks. Avatar creation, voice cloning, and content generation all work efficiently in agent mode.

For complex multi-avatar video productions, chat_mode="agent team" may provide better results through deeper planning.


Tips

  1. Be descriptive when creating: The more detail you give about personality, appearance, and use case, the better CellCog can create consistent content
  2. Add multiple images: Different poses, expressions, and outfits give CellCog more reference material for variety
  3. Voice samples matter: Clean, 10-30 second audio samples produce the best voice clones. Minimize background noise.
  4. Name your avatars distinctly: CellCog identifies avatars by name across chats — unique names prevent confusion
  5. Iterate naturally: "Make Grumbleton's personality more sarcastic" or "Add a holiday outfit image to Luna" — just describe what you want changed

If CellCog is not installed

Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

安全使用建议
This skill appears to do what it says: it uses the CellCog SDK to create persistent avatars, images, and cloned voices. Before installing or using it: (1) make sure you trust the CellCog service and only provide an API key tied to an account you control; (2) be careful uploading audio or images of other people — voice cloning and likeness use can have legal/privacy implications; (3) ensure your environment has python3 and the CellCog Python package (the SKILL.md lists 'cellcog' but gives no install step — you may need to pip install it); and (4) avoid putting long-lived, highly privileged credentials into a skill unless you understand how the service uses them.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (avatar/voice/image/persona creation) matches what the SKILL.md asks for. Requested python3 and CELLCOG_API_KEY are appropriate for a Python SDK-based client talking to CellCog. The frontmatter lists a dependency 'cellcog' but there is no install spec or guidance for installing that SDK — this is a minor omission (expected for an instruction-only skill) but worth noting.
Instruction Scope
Runtime instructions are narrowly scoped to creating/managing avatars via the CellCog SDK and to accepting user-provided image/audio files (shown via <SHOW_FILE> markers). The instructions do not ask for unrelated files, other environment variables, or system-wide credentials. File uploads (images/voice samples) are required for some features — this is expected but has privacy implications.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, the metadata declares a dependency 'cellcog' without giving an install step (pip install, etc.). Users will need a Python environment with that SDK available; the skill does not install anything itself.
Credentials
Only CELLCOG_API_KEY and python3 are required. That single API key is proportionate and expected for a service client. No unrelated secrets, config paths, or multiple credentials are requested.
Persistence & Privilege
The skill is not always:true and does not request elevated or persistent agent-wide privileges. It does not instruct modification of other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install avatar-cog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /avatar-cog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added metadata to declare required Python 3 binary and CELLCOG_API_KEY environment variable. - No changes to functionality, documentation, or usage instructions.
v1.0.0
- Initial release of avatar-cog skill for CellCog. - Enables creation and use of persistent digital personas with customizable images, cloned voices, and personalities. - Avatars are reusable across all chats and can function as brand mascots, digital twins, creative characters, AI spokespersons, or podcast hosts. - Supports natural language commands for avatar creation, image generation or upload, voice cloning, content generation, and avatar management. - Seamless avatar availability and updates across all CellCog chats. - Detailed usage instructions and examples provided in SKILL.md.
元数据
Slug avatar-cog
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Avatar Cog 是什么?

AI avatar and digital persona creation powered by CellCog. Character.ai for agents — create characters, clone voices, generate images, build personalities. P... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Avatar Cog?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install avatar-cog」即可一键安装,无需额外配置。

Avatar Cog 是免费的吗?

是的,Avatar Cog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Avatar Cog 支持哪些平台?

Avatar Cog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, windows)。

谁开发了 Avatar Cog?

由 CellCog(@nitishgargiitd)开发并维护,当前版本 v1.0.1。

💬 留言讨论