glide-skill

glide-skill is a skill for Claude Code, Codex from edlng/agents. It costs 56 tokens per session (3,989 once invoked), scanned C, original, no licence file.

A coding guide for Valkey GLIDE clients in six programming languages. Valkey GLIDE is a client library used by applications to connect to Valkey, an open-source data store.

In plain words
What is it for?
It is for writing, reviewing, and debugging GLIDE code, including batches, pipelines, transactions, clustering, authentication, TLS, error handling, and timeouts.
Why use it?
It helps avoid mistakes when configuring connections, grouped operations, clusters, security, failures, and time limits.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/edlng/agents/glide-skill
Any agent
npx skills add edlng/agents --skill glide-skill
Clone the repo
git clone --depth 1 https://github.com/edlng/agents

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 glide-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/edlng/agents/glide-skill.svg)](https://agentmods.dev/skills/edlng/agents/glide-skill)
Your own site
<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>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,989 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown 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 $0.00056 $0.03989
Opus 5 $0.00028 $0.01995
Sonnet 5 $0.00011 $0.00798
Haiku 4.5 $0.00006 $0.00399

Measured 3d ago against content hash b61aeea1c41a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 9 executable files (assets/benchmarks/app-benchmark.js, assets/benchmarks/sample-valkey-baseline.js, assets/benchmarks/sample-valkey-skill.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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
skills/universal/glide-skill/SKILL.md · 285 lines

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.

Read it on GitHub

Files

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.

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. 3d ago First seen · 285 lines · 56 tokens per session scan C b61aeea1c41a

Subscribe to this mod's changes

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.

Related

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…

upstash/redis-js · 93 tokens

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…

giuseppe-trisciuoglio/developer-kit · 61 tokens

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.

iPythoning/b2b-sdr-agent-template · 0 tokens

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.

qdrant/skills · 75 tokens

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.

AsyrafHussin/agent-skills · 55 tokens

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

qdrant/skills · 56 tokens