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 himanshusaleria/gtm-engine --skill sync-callsgit clone --depth 1 https://github.com/himanshusaleria/gtm-engineWrote 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/himanshusaleria/gtm-engine/sync-calls)<a href="https://agentmods.dev/skills/himanshusaleria/gtm-engine/sync-calls"><img src="https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/sync-calls.svg" alt="Measured on agentmods" 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.00000 | $0.01629 |
| Opus 5 | $0.00000 | $0.00814 |
| Sonnet 5 | $0.00000 | $0.00326 |
| Haiku 4.5 | $0.00000 | $0.00163 |
Grade A, and why
sync-calls scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -H "X-Api-Key: $API_KEY" \ How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sync-calls — Import Call Recordings
Fetch recent call recordings from your configured call recording provider, import transcripts, and save them as structured markdown files.
Usage
/sync-calls— Fetch new calls since last sync/sync-calls --all— Show all recent calls (ignore last-sync marker)/sync-calls --id {recording_id}— Import a specific recording by ID
Prerequisites
config/config.yamlwithintegrations.call_recording.providerset (e.g.,fathom,fireflies,otter,grain).envfile with the API key (env var name fromconfig.integrations.call_recording.api_key_env)
Supported Providers
| Provider | API Base | Auth Header |
|---|---|---|
fathom |
https://api.fathom.ai/external/v1 |
X-Api-Key |
fireflies |
https://api.fireflies.ai/graphql |
Authorization: Bearer |
otter |
Manual import (no API) | — |
grain |
Manual import (no API) | — |
For providers without an API (otter, grain, etc.), the skill prompts the user to paste or drop a transcript file instead.
Instructions
Step 1: Load Config and State
Read in parallel:
config/config.yaml->integrations.call_recordingsectionmemory/call_sync.md(if exists) -> last sync timestamp and last imported recording ID
Extract:
provider— which call recording tool (fathom, fireflies, otter, grain)api_key_env— name of the env var holding the API keyapi_base— API base URL (use default for known providers)
If call_recording.provider is not set or call_recording.enabled is false, tell the user: "No call recording provider configured. Run /setup to set one up, or add transcripts manually to my-context/call-transcripts/."
Step 2: Fetch Recent Calls
If provider is fathom:
curl -s -H "X-Api-Key: $API_KEY" \
"https://api.fathom.ai/external/v1/meetings"
If provider is fireflies:
curl -s -X POST "https://api.fireflies.ai/graphql" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ transcripts { id title date duration organizer_email participants sentences { speaker_name text } } }"}'
What ships with it
1 file 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.
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.
- 8d ago First seen · 198 lines · 0 tokens per session scan A 9856ce83e4c4
sync-calls is a skill published in the GitHub repository himanshusaleria/gtm-engine (18 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,629 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
pdf-text-replace
Replace text in fillable PDF forms by updating form field values. This skill should be used when users need to update names, addresses, dates, or other text in PDF form fields.
suede-product-marketing
Suede-owned product-marketing context discipline. Use when a project needs a shared record of product, audience, ICP, positioning, objections, customer language, proof, and goals, or when that record needs updating. NOT FOR: writing a campaign (use suede-campaign-in-a-box), conducting new customer interviews (use…
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…
design-export-repair
Fixes broken decks/PDFs exported from Claude's "Design" feature (or similar AI deck generators) — cut-off or clipped text, wrong/substituted fonts, and corrupted .pptx package structure that shows up only once you export to PDF, not while looking at it in the app. Use this skill whenever the user uploads a zip, .pptx…
csv-excel-merger
Merge multiple CSV/Excel files with intelligent column matching, data deduplication, and conflict resolution. Handles different schemas, formats, and combines data sources. Use when users need to merge spreadsheets, combine data exports, or consolidate multiple files into one.
financial-document-parser
Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.