create-group-and-send-message

Create a TopoClaw group with friends and assistants, then send the first message.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, os.

What problem does it solve?

It automates creating a TopoClaw group with selected friends and assistants, optionally sending a first message, so you don’t have to manually coordinate identities and API steps across users and devices.

Core Features & Use Cases

  • Group creation with member resolution: Creates a group from owner IMEI, friend selectors/IMEIs, and assistant display IDs while resolving selectors to concrete members.
  • Optional assistant auto-provisioning: Ensures default TopoClaw assistant presence for members by calling the profile endpoint and retrying when needed.
  • First message broadcasting: Sends the initial group assistant message immediately after assistants are added (when enabled).
  • Use case: You want to spin up a collaborative group for specific people and have the group’s assistants introduced with an opening note, without manually adding assistants one by one.

Quick Start

Create a group for your target friends with assistants and send the initial message: create-group-and-send-message with TOPO_IMEI, TOPO_GROUP_NAME, TOPO_TARGET_FRIENDS, and TOPO_GROUP_MESSAGE.

Frequently Asked Questions about create-group-and-send-message

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

FAQPage Schema
How do I automate creating a multi-assistant group and sending the first message via API?

You can automate multi-assistant group creation and first message broadcasting by executing an API-only workflow that validates owner IMEI, friend selectors, and assistant display IDs, then optionally sends the initial group message.

What happens if adding an assistant to a TopoClaw group fails during creation?

When assistant adding fails during group creation, the process implements guarded failure behavior with per-assistant add result reporting, ensuring you receive detailed API feedback for each member resolution step without silently dropping errors.

Does TopoClaw group creation support resolving friend selectors to concrete member IMEIs?

Yes, TopoClaw group creation resolves friend selectors and friend IMEIs to concrete members across devices and accounts, validating inputs before adding them to the group alongside the chosen assistant display IDs.

Can I automatically provision default TopoClaw assistants for group members?

Yes, optional assistant auto-provisioning ensures default TopoClaw assistant presence for members by calling the profile endpoint and retrying when needed before broadcasting the first assistant message to the group.

What are the limitations of API-only execution for multi-assistant group collaboration?

API-only execution requires validated inputs and free_discovery enabled, meaning you cannot manually coordinate identities; the workflow strictly enforces per-assistant add result reporting and guarded failure behavior for group creation, assistant adding, and message sending.