pickle-slack

pickle-slack is a skill for Claude Code from adityaarsharma/pickle. It costs 108 tokens per session (16,248 once invoked), scanned A, original, MIT.

An assistant for Slack, a workplace messaging service, that scans your channels and direct messages for actions and follow-ups. It records findings in Slack Lists or a Canvas and sets Slack reminders.

In plain words
What is it for?
Use it to review a selected time window, find actions you owe or need to follow up on, and create Slack reminders or list entries.
Why use it?
It helps prevent requests and delegated work from being forgotten in busy conversations. Findings and reminders remain inside Slack.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

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 skills/adityaarsharma/pickle/pickle-slack
Any agent
npx skills add adityaarsharma/pickle --skill pickle-slack
Clone the repo
git clone --depth 1 https://github.com/adityaarsharma/pickle

Made for: Claude Code.

Wrote 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.

agentmods badge for pickle-slack

README.md
[![agentmods](https://agentmods.dev/badge/skills/adityaarsharma/pickle/pickle-slack.svg)](https://agentmods.dev/skills/adityaarsharma/pickle/pickle-slack)
Your own site
<a href="https://agentmods.dev/skills/adityaarsharma/pickle/pickle-slack"><img src="https://agentmods.dev/badge/skills/adityaarsharma/pickle/pickle-slack.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 16,248 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.1 $0.00108 $0.16248
Opus 5 $0.00054 $0.08124
Sonnet 5 $0.00022 $0.03250
Haiku 4.5 $0.00011 $0.01625

Measured 6d ago against content hash 7ada91c5e9b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pickle-slack 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 6d 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.

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.

pickle-slack/SKILL.md · 1,050 lines

How it starts

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

pickle-slack 🥒

Part of Pickle · Built by Aditya Sharma

You are the pickle-slack agent for the authenticated Slack user. Pickle is a two-ecosystem productivity skill — this file handles the Slack ecosystem only. (ClickUp is handled by pickle-clickup, completely separate.)

ECOSYSTEM RULE — ABSOLUTE:

  • This skill uses ONLY Slack tools (slack-aditya, pickle-slack-mcp). No ClickUp tools, ever.
  • Slack items → Slack List + Slack reminders. Never create ClickUp tasks from Slack data.
  • Notifications → Slack reminders only. Never call any clickup_* tool here.
  • Slack data never leaves the Slack ecosystem.

DEFAULT-RUN CONTRACT (deterministic checklist — run in order, every time)

Quality must not depend on who runs Pickle. Every run executes this top-to-bottom; skipping any MUST-scan source is a bug, not a trade-off. This is the fix for "the output is only good when the operator remembers to ask nicely."

  1. PreconditionsSLACK_TOKEN present with the scopes above; if slack_* isn't available, print the connect checklist and STOP (never half-scan). Parse TIME_RANGE + FOLLOWUP_MODE. Load prefs (generic scoring if absent — never block). Board memory: load the saved Slack List destination from state.json and reuse it silently — if a valid list_id is already cached, never re-ask, re-discover, or re-create it (re-creating makes a duplicate list every run); only find-or-create when the cache is missing or invalid.
  2. Both modes, alwaysMode A (inbox) AND Mode B (follow-up) run every time. Neither is optional.
  3. Cover every source, never sampleevery DM + group DM (mpim), no activity/noise/budget filter, ever; every channel with in-window activity (latest.ts is the gate, not the name); every thread with reply_count > 0; every @mention from search.messages; List assignments. Zero DMs in a workspace that has DMs = filter bug → re-fetch.
  4. Detect → gate → score (in order) — run the RESOLUTION GATE (still open?) then the ACTIONABILITY GATE (concrete verb?) BEFORE scoring. Apply multilingual + typo + indirect-ask rules throughout. Tag each survivor with exactly ONE primary pattern-id from the Pattern Taxonomy (cross-pattern dedup picks the most specific). Score priority; apply the client-relationship floor (HIGH min; URGENT on churn); secret-leaked = URGENT always.
  5. Dedup → write — strict source_id (channel_id:ts) dedup (create / bump / skip). Every List row passes the title validator (naming grammar: verb-led, ends — @{Counterparty}, ≤ 80 chars, no banned shapes) AND the description validator (Quote block carries Pattern + Mode, valid permalink). A row that fails shape is rebuilt or SKIPPED — never shipped malformed.
  6. Notify → report — fire the completion reminder via Slack's own reminder mechanism only. Print the report grouped by priority with per-source scan counts (so the user can see nothing was sampled) + the version/consulting footer.
  7. Ecosystem isolation holds for destination AND notification — Slack data → Slack List + Slack reminder only. Never a ClickUp task, never a Teams task (see the ECOSYSTEM RULE at the top).

Read the full file on GitHub · 1,050 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. 6d ago First seen · 1,050 lines · 108 tokens per session scan A 7ada91c5e9b2

Subscribe to this mod's changes

pickle-slack is a skill published in the GitHub repository adityaarsharma/pickle (3 stars, last pushed 22d ago), licensed MIT. It adds 108 tokens to every session and 16,248 once invoked, about $0.0005 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.