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 markmhendrickson/ateles --skill analyze-meetinggit clone --depth 1 https://github.com/markmhendrickson/atelesWrote 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/markmhendrickson/ateles/analyze-meeting)<a href="https://agentmods.dev/skills/markmhendrickson/ateles/analyze-meeting"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/analyze-meeting/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/markmhendrickson/ateles/analyze-meeting"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/analyze-meeting.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.00171 | $0.07543 |
| Opus 5 | $0.00086 | $0.03771 |
| Sonnet 5 | $0.00034 | $0.01509 |
| Haiku 4.5 | $0.00017 | $0.00754 |
Grade C, and why
analyze-meeting scanned grade C 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
If classification is ambiguous, pick the most defensible and explain in the report. Do not refuse. How it starts
The opening of the file, as written. The whole thing — 408 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Analyze Meeting
Produce a structured, actionable analysis of a meeting transcript and stage all follow-ups (Neotoma tasks, proposed public issues). Recap messages are drafted only on request (see Step 5). Complement to analyze-neotoma-feedback: that skill is Neotoma-customer-development-specific; this one handles any meeting type and focuses on follow-through rather than positioning analysis.
When both skills fire on the same transcript (typical for a Neotoma evaluator call), this skill produces the operational follow-up; analyze-neotoma-feedback produces the customer-development analysis. They do not duplicate each other — they are linked via shared transcription and contact entities.
When to use
- Auto-invoked by
record-meetingafter a successful stop+transcribe. - Invoked manually with
/analyze-meeting <source>for an existing transcript on disk or a Neotomatranscriptionentity id. - Skip silently when the transcript is empty, was clearly not a meeting (e.g. solo voice memo without action content), or when
RECORD_MEETING_AUTO_ANALYZE_MEETING=0is set in env.
Invocation
/analyze-meeting <source>
/analyze-meeting <source> --open-issues # open real GH issues instead of staging drafts
/analyze-meeting <source> --recap # ALSO draft recap messages per participant (off by default)
/analyze-meeting <source> --participants "Alice <alice@x>, Bob <bob@y>"
<source> is auto-detected:
- Absolute file path (exists on disk) — read the file. Handles transcripts produced by
transcribe_audio.py, includinglast_meeting_transcription.txt. - Neotoma entity reference — a
transcriptionentity id, or a name / canonical identifier resolvable to a transcription viaretrieve_entity_by_identifier. - Raw pasted text — anything that doesn't match the above.
Flags:
--open-issues— actually open public issues in relevant repos via the GitHub MCP. Default is off: issues are staged asproposed_github_issueentities in Neotoma and written to the local report only. Same effect as settingMEETING_ANALYSIS_OPEN_GH_ISSUES=1in env.--recap— draft recap messages per participant (email when address is known, otherwise generic message text). Default is off: no recap is drafted and no Gmail draft is staged. Same effect as settingMEETING_ANALYSIS_RECAP=1in env. Without this flag, Step 5 and Step 8 are skipped entirely and norecap_messageentities are created.--participants— comma-separatedName <email>overrides when speaker labels in the transcript are unreliable (diarization missed names, etc.).
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 · 408 lines · 171 tokens per session scan C 2e0cd13c0af5
analyze-meeting is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed yesterday), licensed MIT. It adds 171 tokens to every session and 7,543 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
life-automation-audit
Use this as an on-demand long prompt. Do not paste it into SOUL.md / PRINCIPLES.md / AGENTS.md. When the user asks to audit their life for automation opportunities, load and follow this prompt.
discord
Control Discord via the discord tool: manage messages, reactions, polls, channels, and bot presence.
slack
Use when you need to control Slack from Kabot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
bluebubbles
Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
notion
Notion API for creating and managing pages, databases, and blocks.
himalaya
CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).