send-owner-clone-message

Send friend or group messages using the TopoClaw owner's digital clone identity via the customer_service API.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill send-owner-clone-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-owner-clone-message
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoClaw/topoclaw/skills/send-owner-clone-message
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill send-owner-clone-message

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the need to send messages on someone’s behalf using the current TopoClaw owner's digital clone identity, so recipients see the clone as the sender rather than the acting user.

Core Features & Use Cases

  • Clone-identity messaging: Sends a friend or group message using clone identity fields (senderLabel, cloneOwnerImei, isCloneReply, cloneOrigin).
  • Friend or group targeting: Supports target_type=friend (friend IMEI) and target_type=group (group ID, or group name auto-resolve).
  • Text or image messages: Can send text or image messages via content and optional image_base64 (accepts pure base64 or data-URL forms).
  • Customer-service routing: Uses the same customer_service endpoints as normal sending, with service URL override support.

Use case: Ask your assistant to notify a friend or coordinate with a group while presenting your digital clone identity consistently across channels.

Quick Start

Ask TopoClaw to send a message to a friend with the clone identity: target_type friend, target_id set to the friend IMEI, and content set to your message text.

Frequently Asked Questions about send-owner-clone-message

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a message as my digital clone to a friend or group?

Yes, you can send image messages by providing the image_base64 parameter. The Skill accepts both pure base64 strings and data-URL formats, allowing your digital clone to send images alongside or instead of text content.

What is digital clone identity messaging for customer service routing?

Digital clone identity messaging sends messages using the TopoClaw owner's clone identity rather than the acting user's identity. It uses the same customer_service endpoints while applying clone-specific fields like isCloneReply and cloneOrigin for cross-device assistant scenarios.

Can I target a group chat by name instead of ID when sending a clone message?

Yes, when targeting a group message, the Skill supports auto-resolving a group name to the required group ID. You can set target_type to group and provide either the specific group ID or the group name for automatic resolution.

What parameters are required to route a message through the customer_service API?

Routing a message through the customer_service API requires validated inputs for the owner IMEI, target type, and target ID. The Skill performs fail-fast configuration of the customer_service base URL to ensure correct message delivery.

Does the clone messaging Skill work for cross-device assistant scenarios?

Yes, this Skill is specifically designed for cross-device assistant scenarios where the agent must impersonate the owner clone. It maintains consistent clone identity and message routes across different devices while using the customer_service API.