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 skills/temporalio/claude-temporal-plugin/temporal-opsnpx skills add temporalio/claude-temporal-plugin --skill temporal-opsgit clone --depth 1 https://github.com/temporalio/claude-temporal-pluginWrote 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/temporalio/claude-temporal-plugin/temporal-ops)<a href="https://agentmods.dev/skills/temporalio/claude-temporal-plugin/temporal-ops"><img src="https://agentmods.dev/badge/skills/temporalio/claude-temporal-plugin/temporal-ops.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.00158 | $0.08161 |
| Opus 5 | $0.00079 | $0.04081 |
| Sonnet 5 | $0.00032 | $0.01632 |
| Haiku 4.5 | $0.00016 | $0.00816 |
Grade A, and why
temporal-ops 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 — 310 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: temporal-ops
Overview
This skill operates and diagnoses Temporal environments. It has two modes:
- Operations: the user wants to do something — create a namespace, rotate a key, check capacity, find unhealthy workflows, cancel a batch, set up export. The skill executes the right commands and interprets the output.
- Diagnosis: the user arrives with a symptom — a stuck workflow, a cert error, a connection timeout, a non-determinism panic. The skill routes the investigation through a layered, bottom-up diagnosis until a root cause is identified with a confidence score.
It does not teach how to write workflows or activities (use skill-temporal-developer for that), and it does not reproduce exhaustive CLI flag tables — run temporal <cmd> --help for those, and see cli-conventions.md for cross-command CLI conventions. The boundary is: if the user needs to administer or troubleshoot a running Temporal environment, this skill applies.
Out of scope
- Writing workflows, activities, or SDK code →
skill-temporal-developer. - Exhaustive CLI flags / command reference → run
temporal <cmd> --help; cross-command CLI conventions → cli-conventions.md. - Worker performance tuning, sizing, capacity planning →
skill-temporal-workertuning. - Helm, Kubernetes, database admin, monitoring stack config for self-hosted — beyond the CLI surface.
If the conversation drifts into one of these areas, hand off to the relevant sibling skill rather than improvising.
Philosophy
Operator discipline
When the user wants to perform an operational task:
- Identify the intent and backend. Is this a Cloud operation (
tcld) or a self-hosted operation (temporal operator)? Data-plane operations (temporal workflow,temporal batch, etc.) work on both. If the backend is ambiguous, ask before proceeding — do not assume Cloud or self-hosted and do not output environment-specific commands until you know. - Execute commands and interpret output. Run the documented command, read the result, and report what it means — or act on it if the user asked for an action. Read-only commands (
get,list,describe,count,show) run freely. Anything listed under Destructive operations is proposed to the user first. - Verify the result. After a mutating operation, confirm the new state matches the user's intent.
What ships with it
32 files 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.
- references/ops/cli-conventions.md 10.0 KB
- references/ops/cloud-audit-logs.md 7.7 KB
- references/ops/cloud-billing.md 9.7 KB
- references/ops/cloud-capacity.md 10 KB
- references/ops/cloud-certs.md 11 KB
- references/ops/cloud-connectivity.md 9.0 KB
- references/ops/cloud-iam.md 15 KB
- references/ops/cloud-migration.md 11 KB
- references/ops/cloud-namespace-admin.md 21 KB
- references/ops/cloud-notifications.md 2.3 KB
- references/ops/cloud-ops-api.md 4.8 KB
- references/ops/cloud-saml-scim.md 8.6 KB
- references/ops/cloud-terraform.md 8.2 KB
- references/ops/recipes.md 19 KB
- references/ops/self-hosted-admin.md 14 KB
- references/ops/workflow-health.md 13 KB
- references/triage/authentication.md 19 KB
- references/triage/blob-size-limits.md 6.3 KB
- references/triage/certificates.md 33 KB
- references/triage/connectivity.md 14 KB
- references/triage/diagnostic-ladder.md 18 KB
- references/triage/ha-failover.md 18 KB
- references/triage/non-determinism.md 21 KB
- references/triage/performance-bottlenecks.md 8.9 KB
- references/triage/rate-limits.md 17 KB
- references/triage/recipes.md 21 KB
- references/triage/replay.md 13 KB
- references/triage/runtime-errors.md 17 KB
- references/triage/schedule-missed.md 5.8 KB
- references/triage/sdk-snippet-review.md 12 KB
- references/triage/worker-health.md 22 KB
- references/triage/workflow-stuck.md 31 KB
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 · 310 lines · 158 tokens per session scan A 62e8bae3efd2
temporal-ops is a skill published in the GitHub repository temporalio/claude-temporal-plugin (26 stars, last pushed 8d ago), licensed MIT. It adds 158 tokens to every session and 8,161 once invoked, about $0.0008 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-30.
Other skills, from other repositories
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…
rule
Skill "rule" from x-cmd/x-cmd, covering rule — rules to rule, 核心命令, 规则文件格式, 示例 and 验证规则文件格式.
cve
Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.
scaffold
Generate deployment-ready infrastructure code from an architecture plan, verify it with adversarial self-review, and bridge to validation — all without deploying.
azmon-mirroredcatalogs-operations-cli
Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.
atmos-auth
Authentication and identity management: providers (SSO/SAML/OIDC/GCP/Atmos Pro), identities, keyring, identity chaining, login/exec/shell/console, and github/sts for private GitHub access.