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.
/plugin marketplace add smk-labs/claude-pluginsnpx agentmods add plugins/smk-labs/claude-plugins/cursor-delegategit clone --depth 1 https://github.com/smk-labs/claude-pluginsGrade A, and why
cursor-delegate 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.
What it actually says
{
"name": "cursor-delegate",
"description": "Delegate self-contained coding/research tasks to the Cursor CLI (cursor-agent) from inside Claude Code, so they run on the Cursor subscription's quota instead of Claude's. One task via the cursor-delegate skill, or a whole fleet via cursor-orchestrate (Claude plans and reviews, Cursor executes in parallel). Workers run fully trusted (no approval prompts, like Claude Code subagents). Long tasks run legged: ~4-minute legs resumed on one session, so flaky networks/VPNs cannot kill the stream. Auth is key-based and deterministic (agent-keys.json default entry); runs self-terminate the moment their result lands; every session is resumable so no work is ever lost. Workers can author their own report cards (*-card.html) that render as chat widgets via the readable plugin at near-zero context cost. Model routing follows Cursor's two quota pools: first-party models (auto, composer-*, cursor-*) for mechanical work, API pass-through models (claude-*, gpt-*) kept for prose and judgment, with a pre-flight probe before big fan-outs. Agent calling, not a model-backend swap. Also carries copy-writing-fa: Persian web copy (articles, product descriptions, landing pages, microcopy, SEO meta) as a five-stage pipeline, with fa-lint, a dependency-free Persian linter that enforces ZWNJ, Persian punctuation and digits, administrative words, ad clichés and voice as a real exit code, and measures whether the copy reads human (sentence rhythm, repeated openers, repeated phrases) against thresholds calibrated on a real human corpus.",
"version": "1.9.1",
"author": {
"name": "Seyed M. Keramati",
"url": "https://github.com/SMKeramati"
},
"mcpServers": {
"cursor-delegate": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/cursor-mcp.js"
],
"env": {
"CURSOR_RUN_BIN": "${CLAUDE_PLUGIN_ROOT}/scripts/cursor-run.sh"
}
}
}
}
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.
- yesterday First seen · 21 lines scan A cc9e407acb4c
cursor-delegate is a plugin published in the GitHub repository smk-labs/claude-plugins (11 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
pm-ai-shipping
AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, audit it for intended-vs-implemented security gaps and performance issues, and produce a reviewer-ready shipping packet.
pm-execution
Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.
cc-handbook
Plugin marketplace listing 19 plugins: handbook, handbook-extras, handbook-qa, handbook-dotnet, handbook-microsoft-docs.
handbook-agent-spec-kit
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation.
handbook-dotnet
.NET development tools including automatic CSharpier formatting for C# files and dotnet run file support.
handbook-csharp-lsp
C# Language Server Protocol support using csharp-ls for code intelligence features.