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 instructions/rickoslyder/stackwiz-mcp/claude-mdgit clone --depth 1 https://github.com/rickoslyder/stackwiz-mcpWrote 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/instructions/rickoslyder/stackwiz-mcp/claude-md)<a href="https://agentmods.dev/instructions/rickoslyder/stackwiz-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/rickoslyder/stackwiz-mcp/claude-md.svg" alt="Measured on agentmods" 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 | $0.00524 | $0.00524 |
| Opus 5 | $0.00262 | $0.00262 |
| Sonnet 5 | $0.00105 | $0.00105 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
stackwiz-mcp CLAUDE.md 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 3d 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - StackWiz MCP Agent Instructions
This file provides guidance to Claude Code when using StackWiz MCP for infrastructure management.
What is StackWiz?
StackWiz is an MCP (Model Context Protocol) server that enables you to:
- Create and manage Docker service stacks
- Handle Cloudflare DNS records
- Deploy services with automatic Traefik routing and SSL
Quick Start
When you have access to StackWiz MCP tools, you can create infrastructure directly:
User: "Create a Redis cache service"
You should:
1. Use create_stack with appropriate parameters
2. Verify with list_stacks
3. Report the service URL to user
Available Tools
Stack Management
create_stack- Create new Docker serviceslist_stacks- List existing stacksmanage_stack- Start/stop/restart/remove/logs
DNS Management
create_dns_record- Create DNS recordslist_dns_records- List DNS recordsupdate_dns_proxy- Toggle Cloudflare proxydelete_dns_record- Delete DNS records
Utilities
validate_stack_config- Validate before deployinghealth_check- Check StackWiz health
Common Patterns
Deploy a Generic Service
create_stack(
name="service-name",
image="image:tag",
port=8080,
create_dns=True,
auto_start=True
)
Deploy Pocketbase (Full Backend)
create_stack(
name="app-name",
type="pocketbase",
create_dns=True,
auto_start=True
)
Check Service Health
list_stacks(filter="service-name", include_status=True)
manage_stack(stack_name="service-name", action="logs", tail_lines=50)
Important Notes
- Stack names: Use lowercase, alphanumeric with hyphens only
- Domains: Default to
{name}.{STACKWIZ_DEFAULT_DOMAIN} - DNS: Use
create_dns=Truefor public services - Proxy: Cloudflare proxy is enabled by default (disable for WebSocket issues)
- Logs: Always check logs after deployment
Canonical Documentation
For detailed reference, see: docs/AGENT_REFERENCE.md
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.
- 3d ago First seen · 89 lines · 524 tokens per session scan A 9ad49174b292
stackwiz-mcp CLAUDE.md is an instructions file published in the GitHub repository rickoslyder/stackwiz-mcp (0 stars, last pushed 7mo ago), licensed MIT. It adds 524 tokens to every session, about $0.0026 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 instructions, from other repositories
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
aks-mcp copilot-instructions.md
Instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.
serverless-litellm CLAUDE.md
Instructions for cncoder/serverless-litellm, covering claude.md — litellm on eks 项目指南, 项目概述, 快速部署(一键), 前置条件 and 部署流程.
tasks CLAUDE.md
Instructions for andrewrothstein/tasks, covering claude.md, repository organization, cluster lifecycle management (ephemeral clusters), application deployment (cluster-agnostic) and essential commands.
openclaw-kubernetes AGENTS.md
Instructions for feiskyer/openclaw-kubernetes, covering agents.md, links, development commands, lint the chart against all values files and render templates to verify correctness (output discarded).
tor-mcp CLAUDE.md
Claude Code instructions for globalion/tor-mcp, covering deploying tor-mcp to hetzner + regiq.in, server (shared with the rest of the globalion mcp fleet), deploy, first-time subdomain wiring and env vars.