task

A command that gathers task information from Notion, Slack, and GitHub and creates a related folder of quick-access buttons on an Elgato Stream Deck.

In plain words
What is it for?
Use it with a task ID, Slack thread, free-text task, or the current Git branch to collect context; it can also clear configured Stream Deck slots.
Why use it?
It puts the relevant task context and links in one place instead of making you search each service separately.

Command

Install

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.

agentmods
npx agentmods add commands/jxxh204/streamdeck-mcp/task
Clone the repo
git clone --depth 1 https://github.com/jxxh204/streamdeck-mcp
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.01913
Opus 5 $0.00012 $0.00957
Sonnet 5 $0.00005 $0.00383
Haiku 4.5 $0.00002 $0.00191

Measured yesterday against content hash 51fa3ff16f0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

task 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 yesterday.

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.

commands/task.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Task Context Setup

Collects context from Notion, Slack, and GitHub for a task and sets up a Stream Deck folder with quick-access links.

Input

$ARGUMENTS — one of:

  1. Task ID (e.g. PROJ-123) → Notion-centric search
  2. Slack thread URL (e.g. https://yourworkspace.slack.com/archives/...) → extract context from thread
  3. Free text (e.g. PR review cleanup) → simple task folder with text only
  4. clear or clear N → clear all or specific slot
  5. Empty → auto-detect task ID from current git branch

Input type detection

  • Matches [A-Z]+-\d+ pattern → Type 1: Notion search
  • Contains slack.com or slackMessage://Type 2: Slack thread
  • Matches clear or clear NType 0: Clear folder
  • Otherwise → Type 3: Free text
  • Empty → extract task ID from current git branch, then Type 1

Prerequisites

You must pre-create folder slots in the Elgato Stream Deck app (programmatic folder creation is not supported by the Elgato app).

  1. In the Elgato Stream Deck app, create empty folders on your target profile's task page
  2. Call streamdeck_read_page to read that page and note each folder button's action_id and the ProfileUUID in its Settings
  3. Store this mapping below — the skill will reuse it for every /task invocation

Slot mapping (customize for your setup)

Replace the placeholders with your own values:

Profile name: YOUR_PROFILE_NAME
Task page directory_id: YOUR_PAGE_DIRECTORY_ID

Folder slots:
| Slot | Key | action_id        | ProfileUUID       |
|------|-----|------------------|-------------------|
|   1  |  0  | <action_id>      | <ProfileUUID>     |
|   2  |  1  | <action_id>      | <ProfileUUID>     |
|   3  |  2  | <action_id>      | <ProfileUUID>     |
|   4  |  3  | <action_id>      | <ProfileUUID>     |

Each folder's child page directory_id is the ProfileUUID in UPPERCASE.

Type 0: clear — empty a folder

/task clear → empty all folders /task clear 1 → empty slot 1 only

Read the full file on GitHub · 190 lines

Changes

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.

  1. yesterday First seen · 190 lines · 23 tokens per session scan A 51fa3ff16f0c

Subscribe to this mod's changes

task is a command published in the GitHub repository jxxh204/streamdeck-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 1,913 once invoked, about $0.0001 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.