Borrowing it
Nothing to install: this file belongs to ashishpatill/tell-proof. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ashishpatill/tell-proof/master/.cursor/skills/tell-deploy/SKILL.mdgit clone --depth 1 https://github.com/ashishpatill/tell-proofWrote 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/skills/ashishpatill/tell-proof/tell-deploy)<a href="https://agentmods.dev/skills/ashishpatill/tell-proof/tell-deploy"><img src="https://agentmods.dev/badge/skills/ashishpatill/tell-proof/tell-deploy/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/skills/ashishpatill/tell-proof/tell-deploy"><img src="https://agentmods.dev/badge/skills/ashishpatill/tell-proof/tell-deploy.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.00051 | $0.00349 |
| Opus 5 | $0.00026 | $0.00175 |
| Sonnet 5 | $0.00010 | $0.00070 |
| Haiku 4.5 | $0.00005 | $0.00035 |
Grade A, and why
tell-deploy 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 5d 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.
What it actually says
Tell deployment
Paths
| Path | Best for |
|---|---|
Vercel (apps/web/vercel.json) |
Fast public URL; UI + offline fixture |
Docker (Dockerfile, render.yaml, railway.toml) |
Live Playwright URL capture |
Pre-deploy checklist
- Push to public GitHub
- Set root directory correctly (
tell/apps/webif monorepo nested) - Add env vars in dashboard — never commit secrets
- Set
TELL_DISABLE_REPO_SETUP=1in production - Verify offline fallback loads when capture unavailable
Env vars
| Variable | Purpose |
|---|---|
GEMINI_API_KEY |
Richer taste/voice (optional) |
CURSOR_API_KEY |
Cursor-SDK redesign drafts (optional) |
TELL_DISABLE_REPO_SETUP |
Required in prod |
Render constraints
- Bind to
0.0.0.0:$PORT - Ephemeral filesystem — no persistent local writes
- Linux paths are case-sensitive
Demo checklist
- Public URL loads Tell Report
- Fixture/offline report works without keys
- MCP instructions in README for local Cursor demo
- Record backup demo video
Related
- Rule:
.cursor/rules/tell-deploy.mdc - Docs:
docs/DEPLOY.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.
- 5d ago First seen · 48 lines · 51 tokens per session scan A d3747670b583
tell-deploy is a skill published in the GitHub repository ashishpatill/tell-proof (1 stars, last pushed 13d ago), licensed MIT. It adds 51 tokens to every session and 349 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
AWS Lambda MCP Server
Skill "AWS Lambda MCP Server" from agentskillexchange/skills, covering aws lambda mcp server, prerequisites, installation, documentation and source.
AWS S3 MCP Server
Skill "AWS S3 MCP Server" from agentskillexchange/skills, covering aws s3 mcp server, prerequisites, installation, documentation and source.
slo-define
Senior reliability engineer defining a service's reliability contract: choose SLIs, set an SLO target and measurement window, compute the error budget (100% minus the SLO), and write the error-budget policy (what happens when the budget is exhausted). Produces SLOSPEC.md. Activates when a service or critical user flow…
managing-cluster-capacity
Manages CockroachDB cluster capacity across all tiers. Self-Hosted covers node decommissioning for permanent removal and adding nodes for expansion. Advanced/BYOC covers scaling node count and machine size via Cloud Console, API, or Terraform. Standard covers adjusting provisioned compute (vCPUs). Basic auto-scales …
provisioning-cluster-for-production
Guides initial CockroachDB cluster provisioning and production deployment. Self-Hosted covers cockroach start/init, Kubernetes deployment (Operator, Helm), hardware sizing, and production configuration. Advanced/BYOC covers Cloud Console, API, and Terraform provisioning with production settings. Standard covers…
configuring-private-connectivity
Configures private network connectivity for CockroachDB Cloud clusters including AWS PrivateLink, GCP Private Service Connect, Azure Private Link, egress private endpoints, and VPC peering. Use when setting up private endpoints to eliminate public internet exposure, configuring egress to external services like Kafka…