amazon-elasticsearch

amazon-elasticsearch is a skill for Claude Code, Codex from membranedev/application-skills. It costs 29 tokens per session (1,497 once invoked), scanned A, original, no licence file.

An integration for Amazon Elasticsearch, a service that stores and searches large amounts of data.

In plain words
What is it for?
It helps interact with Amazon Elasticsearch data and automate related workflows.
Why use it?
It removes the need to manage this service through separate manual steps when working with its data.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It helps interact with Amazon Elasticsearch data and automate related workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/membranedev/application-skills/amazon-elasticsearch
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 membranedev/application-skills --skill amazon-elasticsearch
Clone the repo
git clone --depth 1 https://github.com/membranedev/application-skills

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 amazon-elasticsearch

README.md
[![agentmods](https://agentmods.dev/badge/skills/membranedev/application-skills/amazon-elasticsearch/github.svg)](https://agentmods.dev/skills/membranedev/application-skills/amazon-elasticsearch)
Your own site
<a href="https://agentmods.dev/skills/membranedev/application-skills/amazon-elasticsearch"><img src="https://agentmods.dev/badge/skills/membranedev/application-skills/amazon-elasticsearch/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 amazon-elasticsearch

Your own site · 80×15
<a href="https://agentmods.dev/skills/membranedev/application-skills/amazon-elasticsearch"><img src="https://agentmods.dev/badge/skills/membranedev/application-skills/amazon-elasticsearch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,497 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 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.1 $0.00029 $0.01497
Opus 5 $0.00015 $0.00749
Sonnet 5 $0.00006 $0.00299
Haiku 4.5 $0.00003 $0.00150

Measured 6d ago against content hash 5493c81982b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

amazon-elasticsearch 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 6d 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/amazon-elasticsearch/SKILL.md · 155 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

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. 6d ago First seen · 155 lines · 29 tokens per session scan A 5493c81982b0

Subscribe to this mod's changes

amazon-elasticsearch is a skill published in the GitHub repository membranedev/application-skills (267 stars, last pushed 4mo ago), with no licence file. It adds 29 tokens to every session and 1,497 once invoked, about $0.0001 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

offensive-sqli

SQL injection testing skill for offensive security assessments and bug bounty hunting. Covers error-based, UNION-based, boolean/time-based blind, out-of-band, second-order, NoSQL, GraphQL, WebSocket, and JSON-operator SQLi. Includes WAF bypass techniques, database-specific exploitation (MySQL, MSSQL, PostgreSQL…

SnailSploit/Claude-Red · 117 tokens

data-modeling

Use when designing a schema. Covers normalization and when to break it, choosing keys, modeling time and history, soft deletes, multi-tenancy, and schema decisions that are expensive to reverse.

nimadorostkar/Claude-Skills-collection · 42 tokens

database-performance

Use when a database is the bottleneck. Covers finding the expensive queries, index strategy, lock contention, connection saturation, and the schema decisions that make queries fast or impossible.

nimadorostkar/Claude-Skills-collection · 38 tokens

postgres

Use when working with PostgreSQL specifically. Covers indexing, MVCC and vacuum, connection pooling, partitioning, JSONB, replication, and the operational realities that separate Postgres from generic SQL.

nimadorostkar/Claude-Skills-collection · 41 tokens

caching

Use when adding or debugging a cache. Covers cache placement, invalidation strategies, stampede protection, TTL selection, and the consistency you are trading away.

nimadorostkar/Claude-Skills-collection · 34 tokens

ruby

Use when writing Ruby or working in Rails codebases. Covers idiomatic object design, service objects, ActiveRecord query performance, RSpec structure, and RuboCop-clean style.

nimadorostkar/Claude-Skills-collection · 38 tokens