list-groups-and-members

List group memberships and fetch member profiles via customer_service APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

This Skill helps you quickly inspect your current group memberships and optionally retrieve detailed information about each member.

Core Features & Use Cases

  • Group Membership Listing: Fetches all groups for the caller’s IMEI and returns them as structured JSON.
  • Optional Group Detail Lookup: When a target group ID is provided, returns only that group’s full detail via the customer_service APIs.
  • Optional Member Profile Enrichment: When enabled, fetches member profiles for each member in the selected groups to support review and decision-making (e.g., verifying collaborators and responsibilities).

Quick Start

Use the skill to list your groups by calling it with your IMEI (TOPO_IMEI) and, if needed, set TOPO_GROUP_ID to return only one group.

Frequently Asked Questions about list-groups-and-members

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

FAQPage Schema
How do I list my current group memberships and members as JSON?

To list group memberships, provide your TOPO_IMEI and customer_service base URL to fetch all current groups as structured JSON. Optionally include a target group ID to return only that group's full detail.

How do I retrieve full member profiles for a specific collaboration group?

To retrieve full member profiles for a specific group, supply the target group ID and enable the include_member_profile option. This fetches individual member context to support auditing and verifying collaborators.

Can I audit account collaboration visibility across the TopoClaw ecosystem?

Yes, you can audit account collaboration visibility by listing all groups associated with your IMEI and optionally enriching the results with member profiles to review group composition and responsibilities.

What configuration is required to fetch groups and member details?

Fetching groups and member details requires setting the TOPO_IMEI and the customer_service base URL. Optionally, set TOPO_GROUP_ID to target a single group and enable include_member_profile to enrich member data.

Does this group listing tool work without Python dependencies?

No, this group listing tool requires the Python requests library to make API calls to the customer_service base URL. It cannot fetch group data or member profiles without this dependency installed.

Why does my group membership lookup return incomplete member context?

Group membership lookups return incomplete member context when the include_member_profile option is not enabled. Toggle this flag during your API call to fetch full member profiles for every member in the selected groups.