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 pantheon-org/tekhne --skill aws-cloudwatch-url-buildergit clone --depth 1 https://github.com/pantheon-org/tekhneWrote 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/pantheon-org/tekhne/aws-cloudwatch-url-builder)<a href="https://agentmods.dev/skills/pantheon-org/tekhne/aws-cloudwatch-url-builder"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/aws-cloudwatch-url-builder/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/pantheon-org/tekhne/aws-cloudwatch-url-builder"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/aws-cloudwatch-url-builder.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.00094 | $0.01220 |
| Opus 5 | $0.00047 | $0.00610 |
| Sonnet 5 | $0.00019 | $0.00244 |
| Haiku 4.5 | $0.00009 | $0.00122 |
Grade A, and why
aws-cloudwatch-url-builder 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 9d 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 — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AWS CloudWatch URL Builder
Mindset
CloudWatch URLs use the URL fragment (#) for all navigation state. The fragment is
never sent to the server — it is interpreted entirely by the browser-side CloudWatch SPA.
Standard %XX encoding does not apply inside fragment values; CloudWatch uses *XX
(asterisk + uppercase hex) instead.
Build order:
- Identify the target page type: Logs Insights, Alarm detail, or Metrics graph.
- Gather parameters: region, log group name, time range, query or metric name.
- Apply
*XXencoding to value portions only — structural characters (~,(,),') stay literal. - Compose the URL using the template in
references/encoding-reference.md. - Verify: epoch timestamps are 10-digit seconds, region appears in both subdomain and query string.
Rule of thumb for alarms: Navigate to the alarm detail page first — it shows the exact
metric that triggered the alarm, which may be a Logs metric filter rather than a native
AWS/Lambda metric.
When to Use This Skill
- Constructing a reproducible deep-link to a CloudWatch Logs Insights query
- Linking to an alarm detail page (state history + metric graph)
- Linking to a Metrics graph for a specific namespace/metric/dimension
- Generating URLs for Playwright screenshot capture of CloudWatch pages
- Documenting an incident with reproducible console evidence
When NOT to Use This Skill
- The target page is outside CloudWatch (e.g. S3 console, EC2 dashboard) — encoding rules differ per service
- You only need the AWS Console root URL or a service listing — no fragment encoding is required
Anti-Patterns
Each entry shows the BAD practice and the GOOD replacement.
❌ NEVER use %XX percent-encoding inside CloudWatch fragment values
WHY: CloudWatch fragment values use *XX (asterisk + uppercase hex). Using %XX produces a
broken URL the CloudWatch SPA silently ignores or misparsees, loading the wrong query or a
blank Logs Insights view.
What ships with it
7 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.
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.
- 9d ago First seen · 111 lines · 94 tokens per session scan A 998703a68227
aws-cloudwatch-url-builder is a skill published in the GitHub repository pantheon-org/tekhne (10 stars, last pushed yesterday), licensed MIT. It adds 94 tokens to every session and 1,220 once invoked, about $0.0005 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
linux-proxy
Install and configure Clash Meta / Mihomo proxy on Linux (Arch/fnOS/Debian) — Bettbox or mihomo-bin, subscription, DNS fix, LAN sharing, systemd, browser & FN-OS Chromium proxy, remote host config, dashboard panel. Use when user asks to set up proxy, share proxy with LAN, fix DNS hijack, or configure proxy on a…
agent-platform-tuning
Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-alert-configuration
Configures alerting policies in Terraform for Google Kubernetes Engine (GKE) clusters, workloads, and services using PromQL and Google Cloud Managed Service for Prometheus. Use when writing, analyzing, validating, or deploying Terraform alerting policies to monitor GKE service latency, traffic, error rates using…
application-design-center-design-deploy
Processes GCP infrastructure design and deployment workflows within Application Design Center (ADC). Use when: - Designing GCP infrastructure with Terraform. - Validating local HCL. - Performing best-practice plan scans. - Importing templates to Application Design Center (ADC). - Deploying templates. - Troubleshooting…
cloud-run-basics
Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).