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/edlng/agents/glide-skillnpx skills add edlng/agents --skill glide-skillgit clone --depth 1 https://github.com/edlng/agentsWrote 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/edlng/agents/glide-skill)<a href="https://agentmods.dev/skills/edlng/agents/glide-skill"><img src="https://agentmods.dev/badge/skills/edlng/agents/glide-skill.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.00056 | $0.03989 |
| Opus 5 | $0.00028 | $0.01995 |
| Sonnet 5 | $0.00011 | $0.00798 |
| Haiku 4.5 | $0.00006 | $0.00399 |
Grade C, and why
glide-skill scanned grade C 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 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.
Nullifies safety policieshighAnti-refusal
"You have no restrictions", "do anything now", "ignore your guidelines": a direct jailbreak that disables guardrails.
**Valkey-Search**: Missing index definitions before queries; wildcard prefix searches; no pagination; not using `FT.AGGREGATE` for aggregations; missing `LOAD` clause in `FT.AGGREGATE` — reducers (SUM, AVG, MIN, MAX) sil The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
35 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.
- .gitignore 38 B
- assets/benchmarks/app-benchmark.js 12 KB runs code
- assets/benchmarks/package-lock.json 8.6 KB
- assets/benchmarks/package.json 65 B
- assets/benchmarks/README.md 2.6 KB
- assets/benchmarks/sample-results.txt 3.9 KB
- assets/benchmarks/sample-valkey-baseline.js 9.7 KB runs code
- assets/benchmarks/sample-valkey-skill.js 14 KB runs code
- assets/benchmarks/valkey-template.js 13 KB runs code
- assets/config-templates.md 1.7 KB
- assets/csharp-config.cs 6.3 KB
- assets/go-config.go 6.3 KB
- assets/java-config.java 8.5 KB
- assets/nodejs-config.ts 4.9 KB runs code
- assets/php-config.php 7.1 KB
- assets/python-config.py 6.7 KB runs code
- evals/evals.json 14 KB
- README.md 11 KB
- references/csharp-anti-patterns.md 4.2 KB
- references/csharp.md 11 KB
- references/go-anti-patterns.md 5.3 KB
- references/go.md 13 KB
- references/java-anti-patterns.md 5.2 KB
- references/java.md 19 KB
- references/nodejs-anti-patterns.md 4.8 KB
- references/nodejs.md 9.5 KB
- references/php-anti-patterns.md 6.1 KB
- references/php.md 5.0 KB
- references/python-anti-patterns.md 11 KB
- references/python-batch-async.py 695 B runs code
- references/python-batch-error-handling.py 505 B runs code
- references/python-batch-sync.py 840 B runs code
- references/python-ft-api.md 18 KB
- references/python.md 18 KB
- references/server-configuration-guide.md 10 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 · 285 lines · 56 tokens per session scan C b61aeea1c41a
glide-skill is a skill published in the GitHub repository edlng/agents (2 stars, last pushed 6d ago), with no licence file. It adds 56 tokens to every session and 3,989 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (nullifies safety policies). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
redis-js
Work with the Upstash Redis JavaScript/TypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash/redis search extension), and all Redis data structures. Supports automatic serialization/deserialization…
aws-cloudformation-elasticache
Provides AWS CloudFormation patterns for ElastiCache Redis or Memcached infrastructure, including subnet groups, parameter groups, security controls, and cross-stack outputs. Use when designing cache tiers, high-availability replication groups, encryption settings, or reusable CloudFormation templates for application…
chroma-memory
Skill "chroma-memory" from iPythoning/b2b-sdr-agent-template, covering chroma-memory — per-turn conversation memory with chromadb, commands, usage, store a turn (normally auto-triggered by hook) and search history.
qdrant-monitoring-debugging
Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.
laravel-database-optimization
Laravel database optimization patterns. Use when writing Eloquent queries, creating migrations, configuring caching, debugging slow queries, or optimizing database performance. Triggers on tasks involving N+1 queries, indexing, Redis caching, pagination, or database transactions.
qdrant-scaling-query-volume
Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.