aws-cloudwatch-url-builder

aws-cloudwatch-url-builder is a skill for Claude Code, Codex from pantheon-org/tekhne. It costs 94 tokens per session (1,220 once invoked), scanned A, original, MIT.

A guide for building direct links to AWS CloudWatch pages, including log searches, alarm details, and metric graphs. It encodes regions, queries, log groups, time ranges, and metric details in the URL.

In plain words
What is it for?
It is for sharing Logs Insights queries, alarm pages, and metric graphs, including links opened through automated browser sessions.
Why use it?
It helps create repeatable links that open the intended CloudWatch view with the correct navigation state.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for sharing Logs Insights queries, alarm pages, and metric graphs, including links opened through automated browser sessions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pantheon-org/tekhne/aws-cloudwatch-url-builder
Install

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.

Any agent
npx skills add pantheon-org/tekhne --skill aws-cloudwatch-url-builder
Clone the repo
git clone --depth 1 https://github.com/pantheon-org/tekhne

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for aws-cloudwatch-url-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/pantheon-org/tekhne/aws-cloudwatch-url-builder/github.svg)](https://agentmods.dev/skills/pantheon-org/tekhne/aws-cloudwatch-url-builder)
Your own site
<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.

agentmods 80×15 button for aws-cloudwatch-url-builder

Your own site · 80×15
<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>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 998703a68227, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/infrastructure/aws/investigation-toolkit/skills/aws-cloudwatch-url-builder/SKILL.md · 111 lines

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:

  1. Identify the target page type: Logs Insights, Alarm detail, or Metrics graph.
  2. Gather parameters: region, log group name, time range, query or metric name.
  3. Apply *XX encoding to value portions only — structural characters (~, (, ), ') stay literal.
  4. Compose the URL using the template in references/encoding-reference.md.
  5. 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.

Read the full file on GitHub · 111 lines

Files

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.

Changes

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.

  1. 9d ago First seen · 111 lines · 94 tokens per session scan A 998703a68227

Subscribe to this mod's changes

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.

Related

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…

techysy/yangyu-hermes-skills · 88 tokens

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).

google/skills · 64 tokens

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…

google/skills · 83 tokens

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…

google/skills · 120 tokens

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…

google/skills · 94 tokens

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).

google/skills · 53 tokens