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 agentmods add skills/suprsend/cli/suprsend-clinpx skills add suprsend/cli --skill suprsend-cligit clone --depth 1 https://github.com/suprsend/cliWhat 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 | $0.00192 | $0.01970 |
| Opus 5 | $0.00096 | $0.00985 |
| Sonnet 5 | $0.00038 | $0.00394 |
| Haiku 4.5 | $0.00019 | $0.00197 |
Grade A, and why
suprsend-cli 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
suprsend
SuprSend is a robust notification infrastructure that helps you deploy multi-channel product notifications effortlessly and take care of user experience.
This CLI lets you interact with your SuprSend workspace and do actions like fetching/modifying template, workflows etc.
Notes
- Commands that return data (list, get) support
-o jsonfor machine-readable JSON output and-o yamlfor YAML. Default-o prettyoutputs a human-friendly table. - The
profilecommand and its subcommands (add, list, modify, remove, use) are only needed for self-hosted/BYOC SuprSend instances or managing multiple accounts. SaaS users do not need them. Profiles are not used for switching between workspaces within the same account; use the--workspaceflag for that.
Available Commands
suprsend category- Manage preference categoriessuprsend category commit- Commit categoriessuprsend category list- List categoriessuprsend category pull- Pull categories from a workspacesuprsend category push- Push categories to a workspacesuprsend category translation- Manage preference category translationssuprsend category translation list- List preference translationssuprsend category translation pull- Pull preference translationssuprsend category translation push- Push preference translationssuprsend completion- Generate the autocompletion script for the specified shellsuprsend completion bash- Generate the autocompletion script for bashsuprsend completion fish- Generate the autocompletion script for fishsuprsend completion powershell- Generate the autocompletion script for powershellsuprsend completion zsh- Generate the autocompletion script for zshsuprsend env- Show recognized environment variables and their current valuessuprsend event- Manage eventssuprsend event get- Get event detailssuprsend event list- List eventssuprsend event pull- Pull events from workspace to local directorysuprsend event push- Push linked eventssuprsend generate-types- Generate type definitions from JSON Schemasuprsend generate-types dart- Generate Dart types from JSON Schemasuprsend generate-types go- Generate Go types from JSON Schemasuprsend generate-types java- Generate Java types from JSON Schemasuprsend generate-types kotlin- Generate Kotlin types from JSON Schemasuprsend generate-types python- Generate Python types from JSON Schemasuprsend generate-types swift- Generate Swift types from JSON Schemasuprsend generate-types typescript- Generate TypeScript types from JSON Schemasuprsend genskills- Generate SKILLS.mdsuprsend profile- Manage Profilesuprsend profile add- Add a new profilesuprsend profile list- List all profilessuprsend profile modify- Modify a profilesuprsend profile remove- Remove a profilesuprsend profile use- Set the active profilesuprsend schema- Manage trigger payload schemassuprsend schema commit- Commit schema from draft to livesuprsend schema get- Get schema detailssuprsend schema list- List schemassuprsend schema pull- Pull schemassuprsend schema push- Push schemassuprsend start-mcp-server- Start SuprSend MCP serversuprsend start-mcp-server list-tools- List all the tools supported by the serversuprsend sync- Sync SuprSend assets from one workspace to anothersuprsend template- Manage templatessuprsend template commit- Commit a template from draft to livesuprsend template get- Get template details including variantssuprsend template list- List templates for a workspacesuprsend template pull- Pull templates and their variants from SuprSend workspacesuprsend template push- Push templates and their variants from local to SuprSend workspacesuprsend translation- Manage Translationssuprsend translation commit- Commit translationsuprsend translation get- Get a single translation filesuprsend translation list- List translationssuprsend translation pull- Pull translation filessuprsend translation push- Push translation files to a workspacesuprsend workflow- Manage workflowssuprsend workflow commit- Commit workflow from draft to livesuprsend workflow disable- Disable a workflowsuprsend workflow enable- Enable a workflowsuprsend workflow get- Get workflow detailssuprsend workflow list- List workflows for a workspacesuprsend workflow pull- Pull workflows from SuprSend workspace to localsuprsend workflow push- Push workflows from local to SuprSend workspacesuprsend workspace- Manage workspacessuprsend workspace list- List workspaces
What ships with it
60 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.
- references/suprsend_category_commit.md 1.8 KB
- references/suprsend_category_get.md 1.3 KB
- references/suprsend_category_list.md 1.4 KB
- references/suprsend_category_pull.md 1.7 KB
- references/suprsend_category_push.md 2.4 KB
- references/suprsend_category_translation_list.md 1.3 KB
- references/suprsend_category_translation_pull.md 1.4 KB
- references/suprsend_category_translation_push.md 1.7 KB
- references/suprsend_category_translation.md 1.1 KB
- references/suprsend_category.md 1.1 KB
- references/suprsend_completion_bash.md 1.3 KB
- references/suprsend_completion_fish.md 1.1 KB
- references/suprsend_completion_powershell.md 1.1 KB
- references/suprsend_completion_zsh.md 1.4 KB
- references/suprsend_completion.md 840 B
- references/suprsend_env.md 989 B
- references/suprsend_event_get.md 1.2 KB
- references/suprsend_event_list.md 1.1 KB
- references/suprsend_event_pull.md 1.5 KB
- references/suprsend_event_push.md 1.6 KB
- references/suprsend_event.md 1006 B
- references/suprsend_generate-types_dart.md 1.1 KB
- references/suprsend_generate-types_go.md 1.2 KB
- references/suprsend_generate-types_java.md 1.3 KB
- references/suprsend_generate-types_kotlin.md 1.2 KB
- references/suprsend_generate-types_python.md 1.3 KB
- references/suprsend_generate-types_swift.md 1.1 KB
- references/suprsend_generate-types_typescript.md 1.2 KB
- references/suprsend_generate-types.md 1.1 KB
- references/suprsend_genskills.md 689 B
- references/suprsend_profile_add.md 1.1 KB
- references/suprsend_profile_list.md 1.0 KB
- references/suprsend_profile_modify.md 1.1 KB
- references/suprsend_profile_remove.md 959 B
- references/suprsend_profile_use.md 960 B
- references/suprsend_profile.md 917 B
- references/suprsend_schema_commit.md 1.8 KB
- references/suprsend_schema_get.md 1.4 KB
- references/suprsend_schema_list.md 1.5 KB
- references/suprsend_schema_pull.md 1.8 KB
- references/suprsend_schema_push.md 2.3 KB
- references/suprsend_schema.md 1.1 KB
- references/suprsend_start-mcp-server_list-tools.md 1.4 KB
- references/suprsend_start-mcp-server.md 2.4 KB
- references/suprsend_sync.md 2.4 KB
- references/suprsend_template_commit.md 1.8 KB
- references/suprsend_template_get.md 1.4 KB
- references/suprsend_template_list.md 1.4 KB
- references/suprsend_template_pull.md 1.8 KB
- references/suprsend_template_push.md 2.0 KB
- references/suprsend_template.md 1.2 KB
- references/suprsend_translation_commit.md 1.4 KB
- references/suprsend_translation_get.md 1.6 KB
- references/suprsend_translation_list.md 1.6 KB
- references/suprsend_translation_pull.md 1.4 KB
- references/suprsend_translation_push.md 1.9 KB
- references/suprsend_translation.md 1.1 KB
- references/suprsend_workflow_commit.md 1.8 KB
- references/suprsend_workflow_disable.md 1.4 KB
- references/suprsend_workflow_enable.md 1.3 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.
- 2d ago First seen · 92 lines · 192 tokens per session scan A 7fee97f3b84e
suprsend-cli is a skill published in the GitHub repository suprsend/cli (12 stars, last pushed 1mo ago), licensed MIT. It adds 192 tokens to every session and 1,970 once invoked, about $0.0010 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-30.
Other skills, from other repositories
planning-with-files-ar
تخطيط مستمر قائم على الملفات لعمل وكلاء الذكاء الاصطناعي متعدد الخطوات. يحتفظ بملفات taskplan.md و findings.md و progress.md على القرص، وتحقن خطافات دورة الحياة سياق التخطيط المحدد للمشروع. تقرأ الاستعادة التلقائية ملفات تخطيط المشروع فقط. يمكن للأمر الصريح session-catchup.py --metadata فحص بيانات وصفية لجلسات الوكيل…
kl-consistency-test
Write, calibrate, and debug the prefill-vs-decode logprob (KL) consistency tests in sglang -- the two independent conditions a zero requires (every operator batch-invariant, and the two paths computing the same function), which helper separates them, how to pick a threshold once they hold, and how to localize a…
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
dsh-web-documentation
Use when adding or editing dsh-web README files, docs, AGENTS.md instructions, user-facing configuration text, or bilingual documentation pairs.
baoyu-youtube-transcript
Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…
indication-dossier
Build a source-backed biomedical indication dossier. Use when a research task asks for disease biology, target rationale, patient segmentation, biomarkers, trials, drugs, competitive landscape, or translational evidence.