
Gapi
- Updated June 3, 2026
- amoscicki/aromatt
A CLI skill for managing Google Tag Manager (containers, tags, triggers) and Google Analytics Admin (properties, data streams). A developer uses it to wire up or maintain web analytics tracking programmatically rather than clicking through the GTM and GA admin consoles.
Key points
- GTM container/tag/trigger management
- GA property and data-stream admin
- CLI for Google APIs
Gapi by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add amoscicki/aromatt/plugin install gapi@amoscicki-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 3, 2026 |
|---|---|
| Repository | amoscicki/aromatt ↗ |
What it does
Manage Google Tag Manager containers/tags/triggers and GA properties/data-streams from a CLI for analytics setup.
README.md
gtm
Claude Code plugin: Google Tag Manager API v2 CLI + skill.
One-time setup (per machine)
Install plugin dependencies in this plugin folder:
bun install
Project setup (per repo)
This tool stores credentials and tokens in the current project directory:
.gtm/credentials.json.gtm/token.json
Recommended .gitignore entries in your project:
/.gtm/credentials.json
/.gtm/token*.json
Usage
Use the gtm skill (plugin) to run:
node ${CLAUDE_PLUGIN_ROOT}/scripts/gtm.js help
node ${CLAUDE_PLUGIN_ROOT}/scripts/gtm.js auth login
node ${CLAUDE_PLUGIN_ROOT}/scripts/gtm.js accounts list