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 tomeraitz/claude-slack-bridge --skill build-task-managergit clone --depth 1 https://github.com/tomeraitz/claude-slack-bridgeWrote 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/tomeraitz/claude-slack-bridge/build-task-manager)<a href="https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-task-manager"><img src="https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-task-manager.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.00155 | $0.03191 |
| Opus 5 | $0.00077 | $0.01596 |
| Sonnet 5 | $0.00031 | $0.00638 |
| Haiku 4.5 | $0.00015 | $0.00319 |
Grade B, and why
build-task-manager scanned grade B 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 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.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
- **mcp** — propose the canonical MCP server for `{task_manager_slug}` (Linear → `@modelcontextprotocol/linear` style entry, GitHub → `@modelcontextprotocol/github`, etc.; if you're not certain of the exact package, ask Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. **Direct API (curl)** — call the manager's HTTP API directly with credentials from env vars. How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
build-task-manager — set up the task manager and write the claude-slack-bridge_list-tasks helper
You run locally inside Claude Code (not via the Slack daemon). All clarifications go through AskUserQuestion. Do not call mcp__claude-slack-bridge__ask_on_slack from this skill.
This skill is the entire task-manager phase of /process-setup. By the time it returns, either:
- The user picked a manager, the integration is verified, the smoke-test succeeded, and
.claude/skills/claude-slack-bridge_list-tasks/SKILL.mdhas been generated (status:configured); or - The user skipped (or aborted the install flow after retries), no helper skill was written (status:
skipped).
Return values the caller needs (printed as a fenced JSON block at the end of the final reply):
status—configuredorskipped.task_manager_label,task_manager_slug,integration_method— populated whenstatus == "configured"; omitted otherwise.
Do not skip ahead to writing the helper skill until Step 3 has actually fetched tasks successfully.
Step 1 — pick a task manager
Ask via AskUserQuestion:
Which task manager do you use for this repo?
Options: Linear, Jira, GitHub Issues, Notion, None / skip.
If the answer is None / skip, return immediately with status: "skipped".
Record:
task_manager_label— the human label (e.g.Linear,GitHub Issues).task_manager_slug— lowercase slug (linear,jira,github,notion).
Step 2 — pick the integration method and verify it's installed
2a. Integration method
Ask via AskUserQuestion:
How is
{task_manager_label}integrated in this environment?
All four integration methods are valid for every manager — including GitHub. Do not assume gh for github; the user may prefer the GitHub MCP server, a custom plugin, or direct REST.
Options (single-select, in this order):
- MCP server — there is an MCP server providing task tools (e.g.
mcp__linear__list_issues,mcp__github__list_issues). - CLI tool — there is a CLI installed (e.g.
gh,linear-cli,jira-cli). - Plugin / slash command — there is a Claude plugin or slash command that lists tasks.
- Direct API (curl) — call the manager's HTTP API directly with credentials from env vars.
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 · 212 lines · 155 tokens per session scan B d309d5f166e2
build-task-manager is a skill published in the GitHub repository tomeraitz/claude-slack-bridge (33 stars, last pushed 18d ago), licensed MIT. It adds 155 tokens to every session and 3,191 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 2 findings (reads mcp configuration, 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
daily-briefing
Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…
meeting-to-deal
Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…
log-activity
Log calls, meetings, notes, and other activities to CRM item timelines — structured records with attendees, outcomes, and follow-ups. Use when someone says "log my call with", "add a note to the deal", "what activities happened on", "record this meeting", "update my note on", "track a call with", "log a meeting with"…
Technical Debt Tracking with PMAT
Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…
twin-status-report
Generate a concise status report from recent activity, tasks, commits, and conversations. Used by digital twin personas to prepare standup updates and progress summaries.
usecase-family-digest
Draft a daily digest based on calendar + tasks. Stops before sending.