Borrowing it
Nothing to install: this file belongs to Othmane-Khadri/YALC-the-GTM-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Othmane-Khadri/YALC-the-GTM-operating-system/main/.claude/skills/claap-weekly-recap/SKILL.mdgit clone --depth 1 https://github.com/Othmane-Khadri/YALC-the-GTM-operating-systemWrote 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/othmane-khadri/yalc-the-gtm-operating-system/claap-weekly-recap)<a href="https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/claap-weekly-recap"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/claap-weekly-recap/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/othmane-khadri/yalc-the-gtm-operating-system/claap-weekly-recap"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/claap-weekly-recap.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.00141 | $0.05738 |
| Opus 5 | $0.00071 | $0.02869 |
| Sonnet 5 | $0.00028 | $0.01148 |
| Haiku 4.5 | $0.00014 | $0.00574 |
Grade C, and why
claap-weekly-recap scanned grade C with 2 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 13d 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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
Run `printenv CLAAP_API_KEY` via `Bash` and read the exit code only (do Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST -H 'Content-Type: application/json' \ How it starts
The opening of the file, as written. The whole thing — 569 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claap Weekly Recap
Reads every Claap recording from the last N days, extracts per-deal action items with verbatim quotes and Claap timestamp links, synthesizes weekly focus blocks, writes them to a Notion Kanban DB, and delivers a Slack summary. Designed to run unattended on a Sunday morning schedule after the user runs it once interactively to seed config.
You produce action items and focus blocks. You do NOT modify the underlying call recordings, edit existing Notion cards beyond the idempotency guard, or write to any database other than the GTM Action Items DB recorded in config.
When This Skill Applies
- "give me the week in calls"
- "what did prospects ask for this week"
- "draft action items from my Claap calls this week"
- "Sunday recap from sales calls"
- "set up a weekly recap from Claap into Notion + Slack"
NOT this skill:
- "summarize this one call" — use Claap's own per-call summary in the app
- "ask my call history a question right now" — use Claap MCP directly
Config File
The skill is driven by .claude/skills/claap-weekly-recap/.claap-config.json,
created on first run by SETUP MODE. Secrets never live in this file. Only
structural choices and non-sensitive IDs:
{
"version": 1,
"claap_tool_prefix": "mcp__claap__",
"gtm_action_items_data_source_id": "collection://<YOUR_DATA_SOURCE_UUID>",
"notion_db_url": "https://www.notion.so/<workspace>/<db-id>",
"slack_delivery": {
"mode": "mcp_user",
"target": "<U_YOUR_SLACK_ID>"
},
"lookback_days": 7,
"min_call_minutes": 3,
"extraction_signals": [
"objection",
"competitor_mention",
"feature_request",
"action_item",
"next_step_promised"
],
"kanban_statuses": ["Backlog", "Focus This Week", "Done", "Archived"],
"extra_properties": [],
"prior_recap_history_path": "~/.gtm-os/state/claap-recap-history.md",
"model": "claude-sonnet-4-6",
"max_turns": 100
}
Allowed claap_tool_prefix values:
mcp__claap__(self-hosted / project-scoped Claap MCP)mcp__claude_ai_Claap__(claude.ai connector)
What ships with it
10 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.
- .gitignore 102 B
- README.md 6.7 KB
- references/notion-db-schema.md 9.4 KB
- references/sample-output.md 4.7 KB
- references/setup.md 5.9 KB
- references/troubleshooting.md 5.6 KB
- scripts/cron-example.txt 1.1 KB
- scripts/launchd.plist.template 1.6 KB
- scripts/run.sh.template 6.4 KB
- scripts/systemd.timer.template 2.7 KB
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.
- 13d ago First seen · 569 lines · 141 tokens per session scan C c08a62180c3e
claap-weekly-recap is a skill published in the GitHub repository Othmane-Khadri/YALC-the-GTM-operating-system (301 stars, last pushed 23d ago), licensed MIT. It adds 141 tokens to every session and 5,738 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 2 findings (harvests environment variables, 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
task-management
Prioritize tasks, detect overdue items, and help with daily planning.
gws-workflow-email-to-task
Google Workflow: Convert a Gmail message into a Google Tasks entry.
gws-workflow-standup-report
Google Workflow: Today's meetings + open tasks as a standup summary.
slack-tools
Slack workspace management and automation specialist.
kn-handoff
Use when a feature crosses repository boundaries and one side must hand work to the other - generates a self-contained frontend-to-backend brief or backend-to-frontend API contract.
alive:bundle
Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.