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.
git clone --depth 1 https://github.com/Sahib-Sawhney-WH/sahibs-claude-plugin-marketplaceWrote 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/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/component)<a href="https://agentmods.dev/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/component"><img src="https://agentmods.dev/badge/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/component/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/component"><img src="https://agentmods.dev/badge/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/component.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.02232 |
| Opus 5 | $0.00013 | $0.01116 |
| Sonnet 5 | $0.00005 | $0.00446 |
| Haiku 4.5 | $0.00003 | $0.00223 |
Grade A, and why
component 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 12d 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 — 338 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DAPR Component Generator
Generate properly configured DAPR component YAML files for various backends across multiple cloud providers.
Behavior
When the user runs /dapr:component:
-
Select Component Type
- State Store (Redis, Cosmos DB, DynamoDB, Firestore, PostgreSQL, MongoDB)
- Pub/Sub (Redis, Service Bus, SNS/SQS, GCP Pub/Sub, Kafka, RabbitMQ)
- Secret Store (Key Vault, Secrets Manager, GCP Secret Manager, Local File, Kubernetes)
- Binding (Blob Storage, S3, GCS, Event Grid, Kinesis, Cron, HTTP)
-
Select Cloud Provider Based on component type, show relevant options:
- Local development options (Redis, local file, LocalStack, emulators)
- Azure (Cosmos DB, Service Bus, Key Vault, Blob Storage)
- AWS (DynamoDB, SNS/SQS, Secrets Manager, S3, Kinesis, SES)
- GCP (Firestore, Pub/Sub, Secret Manager, Cloud Storage)
-
Configure Settings
- Component name
- Connection details
- Authentication method (managed identity vs. connection string)
- Component-specific settings
-
Generate YAML Create component file in
./components/directory with:- Proper schema and version
- All required metadata
- Secret references (not plain text)
- Comments explaining settings
-
Validate Run validation to ensure component is correct
Arguments
-
$ARGUMENTS- Component type and backend:Local/Generic:
state redis- Redis state storepubsub redis- Redis pub/subbinding cron- Cron scheduler
Azure:
state cosmos- Azure Cosmos DBpubsub servicebus- Azure Service Bussecrets keyvault- Azure Key Vaultbinding blob- Azure Blob Storagebinding eventhubs- Azure Event Hubs (streaming/IoT)binding signalr- Azure SignalR (real-time WebSocket)binding queuestorage- Azure Queue Storage (simple queues)
AWS:
state dynamodb- AWS DynamoDBpubsub snssqs- AWS SNS/SQSsecrets awssecrets- AWS Secrets Managerbinding s3- AWS S3binding kinesis- AWS Kinesisbinding sqs- AWS SQSbinding ses- AWS SES (email)
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.
- 12d ago First seen · 338 lines · 25 tokens per session scan A 9b50e9e7f5b7
component is a command published in the GitHub repository Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace (4 stars, last pushed 8mo ago), licensed MIT. It adds 25 tokens to every session and 2,232 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.
Other commands, from other repositories
cloudflare-r2:setup
Quickly create R2 bucket and configure binding in wrangler.jsonc.
migrate-architecture
Plan and execute major architecture migrations with zero downtime, including monolith-to-microservices, database migrations, cloud migrations, and technology stack changes.
scaffold-python-worker
Scaffold a standalone Python 3.14 background worker service. Use for event-driven or scheduled processing jobs that are NOT FastAPI REST APIs and NOT AI agents.
saas
One-line SaaS — from a description, scaffold a complete CF-native multi-tenant SaaS (Hono + D1 + Drizzle + Better Auth + Stripe + shadcn) deployed to a real URL.
diagnose-sse
Command: /diagnose-sse Agent: sse Skill: sse-scanner.
apim-setup
Execute the apim setup workflow with deterministic validation and redacted output.