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/edgedelta/claude-code-plugins/edgedelta-pipelinesnpx skills add edgedelta/claude-code-plugins --skill edgedelta-pipelinesgit clone --depth 1 https://github.com/edgedelta/claude-code-pluginsWhat 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.00098 | $0.03835 |
| Opus 5 | $0.00049 | $0.01917 |
| Sonnet 5 | $0.00020 | $0.00767 |
| Haiku 4.5 | $0.00010 | $0.00383 |
Grade A, and why
edgedelta-pipelines 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 2d 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 — 478 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EdgeDelta Pipelines Skill
Creates, validates, and deploys EdgeDelta pipeline v3 configurations. Provides production-tested templates, validation tools, environment inspection, and interactive pipeline building.
When to Use This Skill
Activate this skill when the user:
- Wants to create an EdgeDelta pipeline
- Asks about EdgeDelta configuration or monitoring
- Needs to collect logs, metrics, or traces
- Wants to validate a pipeline YAML
- Asks "what can I monitor" or wants environment inspection
- Mentions pipelines, telemetry, observability with EdgeDelta context
Core Capabilities
- Quick Deploy: Choose from 7 production-tested templates
- Custom Builder: Interactive pipeline creation with environment inspection
- Validation: Check pipelines against EdgeDelta rules before deployment
- Environment Discovery: Inspect K8s/Linux/Windows for monitoring opportunities
- Direct Deployment: Deploy pipelines via EdgeDelta API
Quick Reference Searches
For fast lookups without loading full skill context:
# Find template by use case
grep -n "Use case:" SKILL.md
# Find template architecture
grep -n "Architecture:" SKILL.md
# Find validation rules
grep -n "validation" assets/scripts/validate_pipeline.py
# Find processor examples
grep -rn "type: generic_mask" assets/templates/
# Find API deployment script
ls assets/scripts/deploy_pipeline.py
# See all templates
ls assets/templates/template-*.yaml
Available Workflows
Workflow 1: Quick Template Deployment
When: User wants to quickly deploy a pipeline
Steps:
-
Ask for EdgeDelta credentials:
- Organization ID
- API Token
- Check
~/.edgedelta.env or project .env filefirst - Store in conversation context
-
Present template options:
-
Template 1: Log Ingestion with PII Masking
- Use case: Application logs with compliance requirements
- Architecture: file_input → sequence (3x generic_mask + extract_metric) → ed_output
-
Template 2: OTLP Dual Receiver
- Use case: OpenTelemetry data collection
- Architecture: otlp_input (gRPC+HTTP) → sequence (transform + metrics) → ed_output
-
What ships with it
16 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.
- assets/examples/templates-summary.md 11 KB
- assets/references/best-practices.md 4.2 KB
- assets/references/sequence-processors.md 1.7 KB
- assets/references/validation-rules.md 2.8 KB
- assets/scripts/deploy_pipeline.py 14 KB runs code
- assets/scripts/inspect_environment.py 13 KB runs code
- assets/scripts/pipeline_builder.py 8.7 KB runs code
- assets/scripts/validate_pipeline.py 12 KB runs code
- assets/templates/template-1-log-pii-masking.yaml 1.7 KB
- assets/templates/template-2-otlp-dual.yaml 1.3 KB
- assets/templates/template-3-mixed-telemetry.yaml 1.6 KB
- assets/templates/template-4-api-json.yaml 1.5 KB
- assets/templates/template-5-multi-api.yaml 3.1 KB
- assets/templates/template-6-prometheus-scraper.yaml 2.1 KB
- assets/templates/template-7-lookup-enrichment.yaml 4.2 KB
- CHANGELOG.md 2.9 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.
- 2d ago First seen · 478 lines · 98 tokens per session scan A 40c057f34798
edgedelta-pipelines is a skill published in the GitHub repository edgedelta/claude-code-plugins (2 stars, last pushed 5mo ago), licensed MIT. It adds 98 tokens to every session and 3,835 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-08-31.
Other skills, from other repositories
kagent-dev
Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.
timoni
Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.
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.
durable-objects
Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases…
ship-web-games
Package, deploy, and verify a playable Three.js or web game. Use for release builds, asset delivery, private/public deployment, production smoke tests, browser proof, release notes, rollback readiness, and cleanup of temporary QA resources.
hyperpod-version-checker
Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…