btdp-groups-api
CommunityBTDP Groups API: manage Google Cloud Identity groups.
Authorsmorand
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides automated operations for BTDP Groups API, enabling listing, adding/removing members, and membership checks for Google Cloud Identity groups and Azure AD groups. It uses admin (ADM) token for elevated access and explicitly excludes ServiceNow groups.
Core Features & Use Cases
- List group members (including support for large groups via scripts)
- Add/remove members (single or multiple)
- Check membership
- Member search and fallback workflow when group not found (automatically use masterdata retrieval)
Quick Start
To get started, use the provided scripts, for example:
- List members: ~/.claude/skills/btdp-groups-api/list_members.sh "<GROUP_EMAIL>"
- Check membership: ~/.claude/skills/btdp-groups-api/check_member.sh "<GROUP_EMAIL>" "<USER_EMAIL>"
- Add members: ~/.claude/skills/btdp-groups-api/add_members.sh "<GROUP_EMAIL>" "<MEMBER1>" ["MEMBER2" ...]
- Remove members: ~/.claude/skills/btdp-groups-api/remove_members.sh "<GROUP_EMAIL>" "<MEMBER1>" ["MEMBER2" ...]
Dependency Matrix
Required Modules
curljq
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: btdp-groups-api Download link: https://github.com/smorand/claude-config/archive/main.zip#btdp-groups-api Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.