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 skills add Glad-Labs/poindexter --skill vercel-statusgit clone --depth 1 https://github.com/Glad-Labs/poindexterWrote 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/glad-labs/poindexter/vercel-status)<a href="https://agentmods.dev/skills/glad-labs/poindexter/vercel-status"><img src="https://agentmods.dev/badge/skills/glad-labs/poindexter/vercel-status/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/glad-labs/poindexter/vercel-status"><img src="https://agentmods.dev/badge/skills/glad-labs/poindexter/vercel-status.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.00044 | $0.00437 |
| Opus 5 | $0.00022 | $0.00218 |
| Sonnet 5 | $0.00009 | $0.00087 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
vercel-status scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`curl` + `python`, without needing the CLI installed in the openclaw container. What it actually says
Vercel Status
Queries the Vercel REST API (https://api.vercel.com) directly — does not shell out
to the vercel CLI. This keeps the skill runnable from any environment that has
curl + python, without needing the CLI installed in the openclaw container.
The projectId, orgId (team), and projectName are read from .vercel/project.json
at repo root (created by vercel link) at runtime — the script reads them itself, so
they are not duplicated here.
Auth is via VERCEL_TOKEN env var, passed as Authorization: Bearer $VERCEL_TOKEN.
Generate at https://vercel.com/account/settings/tokens. If the token is missing the
skill fails loud — per the "no silent defaults" rule, it will not fall back to
anonymous calls.
Usage
scripts/run.sh # Full overview: latest prod + recent deployments + domains
scripts/run.sh deployments [n] # Recent deployments (default 5)
scripts/run.sh production # Latest production deployment only
scripts/run.sh domains # Domains attached to the project
Endpoints used
GET /v6/deployments?projectId=...&teamId=...&limit=N— list recent deploymentsGET /v6/deployments?projectId=...&teamId=...&target=production&limit=1— latest prodGET /v9/projects/{projectId}/domains?teamId=...— project domains
Output
For each deployment: url, state (READY / BUILDING / ERROR / CANCELED), target
(production / preview), createdAt, git commit SHA if present. Domains show the
hostname and verification state.
What ships with it
1 file 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.
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 · 41 lines · 44 tokens per session scan A 40d53ba134eb
vercel-status is a skill published in the GitHub repository Glad-Labs/poindexter (5 stars, last pushed today), licensed Apache-2.0. It adds 44 tokens to every session and 437 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
tcapi
A helper for managing Tencent Cloud resources through Tencent Cloud's command-line API tool. Tencent Cloud is a cloud-services provider offering products such as virtual servers, storage, networks, and containers.
atmos-migration
This skill helps you migrate a repository to Atmos. It covers native Terraform, Terraform Workspaces, Terramate, Terragrunt, Makefiles, Justfiles, and Taskfiles. It gives minimum-disruption paths, file-layout options, workspace mapping, task-to-command mapping, generatehcl/script decomposition, and the remote-state…
atmos-components
Component architecture: Terraform root modules, remote source provisioning, abstract components, component inheritance, versioning, mixins, catalog patterns.
atmos-design-patterns
Design patterns: stack organization, component catalogs, inheritance, configuration composition, version management, layered configuration.
atmos-helmfile
Helmfile orchestration: sync/apply/destroy/diff, Kubernetes deployments, varfile generation, EKS integration, source management.
atmos-scaffold
Scaffold templates: authoring scaffold.yaml, form fields (types, validation, conditional when:), conditional file generation, step-backed hooks (pre/post-generate), update-safe 3-way merge, and atmos scaffold generate/list/validate.