Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Growth-Today/claude-skills --skill gt-hubspot-admingit clone --depth 1 https://github.com/Growth-Today/claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/growth-today/claude-skills/gt-hubspot-admin)<a href="https://agentmods.dev/skills/growth-today/claude-skills/gt-hubspot-admin"><img src="https://agentmods.dev/badge/skills/growth-today/claude-skills/gt-hubspot-admin/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/growth-today/claude-skills/gt-hubspot-admin"><img src="https://agentmods.dev/badge/skills/growth-today/claude-skills/gt-hubspot-admin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00207 | $0.01360 |
| Opus 5 | $0.00103 | $0.00680 |
| Sonnet 5 | $0.00041 | $0.00272 |
| Haiku 4.5 | $0.00021 | $0.00136 |
Grade A, and why
gt-hubspot-admin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GT HubSpot Admin — Master Router
Master orchestrator for HubSpot CRM administration & RevOps: 68 playbooks across 7 sub-skills covering audit, data hygiene, data model, segmentation, pipelines & deals, automation, reporting, and governance.
Setup (run once per session)
Before loading any sub-skill or playbook, resolve this skill's install directory:
- Use Glob to find
**/gt-hubspot-admin/SKILL.md. - The directory containing it is
SKILL_BASE. - Sub-skills live at
{SKILL_BASE}/.claude/skills/<sub-skill>/gt-SKILL.md. - Playbooks live at
{SKILL_BASE}/playbooks/<name>/playbook.md(shared — sub-skills route to them).
Always resolve SKILL_BASE dynamically — never hardcode a path.
How routing works
- Read the user's request.
- Match it to ONE OR MORE sub-skills below.
- Read that sub-skill's
gt-SKILL.md— it holds the playbook index and guidance for that domain. - Read the specific
{SKILL_BASE}/playbooks/<name>/playbook.mdin full before acting. - If a playbook has a
scripts/folder, those are runnable Python files (requests+python-dotenv) readingHUBSPOT_ACCESS_TOKENfrom a.envin the playbook folder. - Full-portal or recurring requests → use the cross-cutting playbooks below.
Sub-skill routing
| User intent | Sub-skill | Path |
|---|---|---|
| Dedup, suppression, deliverability, enrichment, cleanup routines | hubspot-data-hygiene | {SKILL_BASE}/.claude/skills/hubspot-data-hygiene/gt-SKILL.md |
| Properties, custom objects, associations, validation, imports | hubspot-data-model | {SKILL_BASE}/.claude/skills/hubspot-data-model/gt-SKILL.md |
| Lists, ICP tiers, lead scoring, lead status, marketing contacts | hubspot-segmentation | {SKILL_BASE}/.claude/skills/hubspot-segmentation/gt-SKILL.md |
| Deal pipelines, stages, forecasting, renewals | hubspot-pipelines-deals | {SKILL_BASE}/.claude/skills/hubspot-pipelines-deals/gt-SKILL.md |
| Workflows, lead routing, lifecycle & notification automation | hubspot-automation | {SKILL_BASE}/.claude/skills/hubspot-automation/gt-SKILL.md |
| Dashboards, custom reports, attribution, SLA/KPIs | hubspot-reporting | {SKILL_BASE}/.claude/skills/hubspot-reporting/gt-SKILL.md |
| Users, teams, permissions, security, privacy, integrations | hubspot-governance | {SKILL_BASE}/.claude/skills/hubspot-governance/gt-SKILL.md |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude/skills/hubspot-automation/gt-SKILL.md 2.2 KB
- .claude/skills/hubspot-data-hygiene/gt-SKILL.md 2.7 KB
- .claude/skills/hubspot-data-model/gt-SKILL.md 1.8 KB
- .claude/skills/hubspot-governance/gt-SKILL.md 2.1 KB
- .claude/skills/hubspot-pipelines-deals/gt-SKILL.md 1.7 KB
- .claude/skills/hubspot-reporting/gt-SKILL.md 1.6 KB
- .claude/skills/hubspot-segmentation/gt-SKILL.md 1.6 KB
- .env.example 431 B
- LICENSE 1.0 KB
- playbooks/asset-partitioning/playbook.md 3.4 KB
- playbooks/assign-unowned-contacts/playbook.md 7.8 KB
- playbooks/assign-unowned-contacts/scripts/after.py 4.0 KB runs code
- playbooks/assign-unowned-contacts/scripts/before.py 4.9 KB runs code
- playbooks/assign-unowned-contacts/scripts/execute.py 6.8 KB runs code
- playbooks/association-labels-setup/playbook.md 4.9 KB
- playbooks/attribution-reporting-setup/playbook.md 3.9 KB
- playbooks/backfill-geo-data/playbook.md 3.8 KB
- playbooks/bounce-monitoring-workflow/playbook.md 7.5 KB
- playbooks/build-lead-scoring/playbook.md 11 KB
- playbooks/build-smart-lists/playbook.md 12 KB
- playbooks/build-smart-lists/scripts/execute.py 13 KB runs code
- playbooks/calculated-rollup-properties/playbook.md 4.5 KB
- playbooks/cleanup-dashboards/playbook.md 2.7 KB
- playbooks/cleanup-deals/playbook.md 3.4 KB
- playbooks/cleanup-forms/playbook.md 2.8 KB
- playbooks/cleanup-lead-owners/playbook.md 3.0 KB
- playbooks/cleanup-lists/playbook.md 2.9 KB
- playbooks/cleanup-properties/playbook.md 3.1 KB
- playbooks/cleanup-workflows/playbook.md 2.9 KB
- playbooks/contact-data-decay-review/playbook.md 4.6 KB
- playbooks/create-icp-tiers/playbook.md 16 KB
- playbooks/create-icp-tiers/scripts/after.py 9.4 KB runs code
- playbooks/create-icp-tiers/scripts/before.py 9.2 KB runs code
- playbooks/create-icp-tiers/scripts/execute.py 6.2 KB runs code
- playbooks/create-segment-lists/playbook.md 5.1 KB
- playbooks/custom-objects-setup/playbook.md 5.6 KB
- playbooks/custom-objects-setup/scripts/before.py 1.3 KB runs code
- playbooks/custom-report-builder-guide/playbook.md 4.4 KB
- playbooks/data-formatting-automation/playbook.md 3.9 KB
- playbooks/data-quality-command-center/playbook.md 3.7 KB
- playbooks/deal-pipeline-architecture/playbook.md 7.0 KB
- playbooks/deal-rotting-alerts/playbook.md 5.3 KB
- playbooks/deal-rotting-alerts/scripts/before.py 3.0 KB runs code
- playbooks/deal-stage-required-fields/playbook.md 6.1 KB
- playbooks/dedupe-contacts/playbook.md 4.3 KB
- playbooks/dedupe-contacts/scripts/before.py 2.2 KB runs code
- playbooks/delete-no-email-contacts/playbook.md 9.4 KB
- playbooks/delete-no-email-contacts/scripts/after.py 2.4 KB runs code
- playbooks/delete-no-email-contacts/scripts/before.py 4.5 KB runs code
- playbooks/delete-no-email-contacts/scripts/execute.py 4.3 KB runs code
- playbooks/engagement-suppression-workflow/playbook.md 9.1 KB
- playbooks/enrich-company-name/playbook.md 8.0 KB
- playbooks/enrich-company-name/scripts/after.py 6.7 KB runs code
- playbooks/enrich-company-name/scripts/before.py 6.5 KB runs code
- playbooks/enrich-industry/playbook.md 7.0 KB
- playbooks/enrich-industry/scripts/after.py 7.3 KB runs code
- playbooks/enrich-industry/scripts/before.py 7.7 KB runs code
- playbooks/fix-lifecycle-stages/playbook.md 12 KB
- playbooks/fix-lifecycle-stages/scripts/after.py 4.7 KB runs code
- playbooks/fix-lifecycle-stages/scripts/before.py 5.3 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 70 lines · 207 tokens per session scan A 57343738820b
gt-hubspot-admin is a skill published in the GitHub repository Growth-Today/claude-skills (3 stars, last pushed today), licensed MIT. It adds 207 tokens to every session and 1,360 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
crm-customer-management
Orchestrate CRM workflows across Salesforce, HubSpot, Zoho, and Pipedrive — customer 360 lookups, deal pipeline management, activity logging, and customer onboarding. Use when looking up a customer, checking deal status, logging a call or meeting, reviewing pipeline health, onboarding a new customer, finding stalled…
deepline-ads-audiences
Use this skill when building, enriching, auditing, or uploading B2B paid ads audiences to Google Customer Match, Meta/Facebook Custom Audiences, or LinkedIn Matched Audiences. Triggers on phrases like '/deepline-ads-audience', '/deepline-ads-audiences', 'upload this audience', 'create custom audiences', 'personal…
deepline-gtm
GTM prospecting, enrichment, outreach, and Deepline Play work/audits. Providers…
deepline-pre-research
Use when the user wants a last30days-style pre-research pass in Deepline: discover the critical public, private, CRM, workflow, social, and web data sources for a research/enrichment job; compare provider coverage; estimate Deepline credit cost; recommend the source plan before building or running the workflow; or…
gingiris-go-global
🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…
deepline-analytics
Use this skill when answering business analytics, RevOps, GTM metric, pipeline, revenue, funnel, customer, or warehouse questions with Deepline. Triggers on phrases like 'query Snowflake', 'analyze pipeline', 'total ACV', 'break down by quarter', 'use the semantic layer', 'run a semantic query', or any use of…