update-group-members-and-manager

Update group membership and manager via customer_service APIs with JSON output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of updating a multi-person group’s membership and changing the designated group manager without manual coordination, keeping group operations consistent and up to date.

Core Features & Use Cases

  • Add or remove group members: Adds specified member IMEIs to a target group and removes specified member IMEIs when requested.
  • Switch the group manager assistant: Assigns a chosen assistant ID as the group manager and can optionally remove the group-manager capability from other assistants.
  • Returns actionable results: Produces structured JSON showing member add/remove outcomes, manager updates, and the final group detail for verification.

Quick Start

Ask the assistant to update group members and manager by setting the group_id, add_member_imeis/remove_member_imeis, and (optionally) group_manager_assistant_id for the target group.

Frequently Asked Questions about update-group-members-and-manager

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

FAQPage Schema
How do I update group members and change the group manager via API?

To update group members and change the group manager via API, you add or remove specified member IMEIs and assign a new group manager assistant ID. This process requires a customer_service base URL and returns structured JSON detailing the operation results.

What is IMEI-based access for group management?

IMEI-based access for group management controls membership by using unique device IMEI identifiers to add or remove users from a target group. This ensures group ownership and manager responsibilities stay synchronized without manual coordination.

Do I need a TOPO_IMEI to automate group membership updates?

Yes, you need a TOPO_IMEI along with a customer_service base URL to automate group membership updates. These inputs authenticate the API requests and target the correct TopoClaw group for membership and manager modifications.

Can I remove the group manager capability from other assistants when switching managers?

Yes, when switching the group manager you can assign a chosen assistant ID as the manager and optionally remove the group manager capability from other assistants. This ensures only the designated assistant holds management privileges within the group.

What's the best way to verify group membership changes after an API update?

The best way to verify group membership changes is to review the structured JSON output produced by the API update. This output shows per-member add and remove outcomes, manager updates, and final group details for immediate verification.