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 seandkendall/kiro-config --skill openobserve-telemetrygit clone --depth 1 https://github.com/seandkendall/kiro-configWrote 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/seandkendall/kiro-config/openobserve-telemetry)<a href="https://agentmods.dev/skills/seandkendall/kiro-config/openobserve-telemetry"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/openobserve-telemetry/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/seandkendall/kiro-config/openobserve-telemetry"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/openobserve-telemetry.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.00169 | $0.04135 |
| Opus 5 | $0.00084 | $0.02067 |
| Sonnet 5 | $0.00034 | $0.00827 |
| Haiku 4.5 | $0.00017 | $0.00413 |
Grade A, and why
openobserve-telemetry 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 yesterday.
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 -s -w '\n%{http_code}\n' -X POST \ How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IMPORTANT: This skill documents one specific, live OpenObserve deployment on this account. Every endpoint, credential path, and payload shape below was verified against the real instance. Treat the connection details as authoritative for this account — do not substitute a different OTel backend or invent endpoints. If a value below (URL, parameter path, credential) appears to have changed, re-verify against the live stack (see section 1) rather than guessing.
Table of Contents
- Connection details (single SSM parameter for auth; endpoint derived from CloudFormation)
- Verify connectivity first
- Lambda instrumentation (ADOT layer, env vars, manual spans, cold starts)
- API Gateway (access logs + trace continuity — requires X-Ray propagation)
- Logs (CloudWatch→Firehose vs. OTLP direct)
- Naming and tagging
- Account-specific constraints (retention, sampling, VPC egress)
- Definition of done
- Troubleshooting
1. Connection details
| Setting | Value |
|---|---|
| Base URL | A CloudFront domain — re-derive from CloudFormation, do not hardcode or cache indefinitely (see below) |
| Organisation | default — fixed constant, not configurable, not stored anywhere |
| Traces endpoint | POST /api/default/v1/traces |
| Metrics endpoint | POST /api/default/v1/metrics |
| Logs endpoint | POST /api/default/v1/logs |
| Protocol | OTLP over HTTP (application/json or application/x-protobuf) |
| Auth | HTTP Basic, Authorization: Basic <base64(email:password)> |
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.
- yesterday First seen · 294 lines · 169 tokens per session scan A 1f30fd6e7e5e
openobserve-telemetry is a skill published in the GitHub repository seandkendall/kiro-config (8 stars, last pushed 2d ago), licensed Apache-2.0. It adds 169 tokens to every session and 4,135 once invoked, about $0.0008 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-09-11.
Other skills, from other repositories
aws-cdk
AWS CDK infrastructure development in TypeScript. Use when creating stacks, constructs, L2/L3 patterns, CDK testing, synth/deploy pipelines or organizing IaC code.
aws-lambda-python
AWS Lambda development with Python. Use when writing Lambda handlers, packaging with layers, using boto3/Powertools, structured logging or optimizing Python Lambda performance.
aws-serverless
Building production-ready serverless applications on AWS. Use when working with Lambda, API Gateway, SQS, SNS, DynamoDB Streams, SAM/CDK deployment or optimizing cold starts.
aws-terraform
AWS infrastructure with Terraform. Use when creating modules, managing remote state, writing tftest.hcl tests, refactoring IaC or following HashiCorp style guide.
aws-api
AWS API design, implementation and integration patterns. Use when creating or modifying API Gateway endpoints, OpenAPI contracts, authentication, error handling or event integrations.
aws-architecture
AWS architecture decisions, serverless patterns, event-driven design, service boundaries and Well-Architected Framework. Use when designing system architecture or making infrastructure tradeoffs.