Back to skills
SkillHub ClubShip Full StackFull Stack
elasticsearch-logs
Imported from https://github.com/oimiragieo/agent-studio.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
17
Hot score
87
Updated
March 19, 2026
Overall rating
C3.3
Composite score
3.3
Best-practice grade
B77.6
Install command
npx @skill-hub/cli install oimiragieo-agent-studio-elasticsearch-logs
Repository
oimiragieo/agent-studio
Skill path: .claude/skills/elasticsearch-logs
Imported from https://github.com/oimiragieo/agent-studio.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: oimiragieo.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install elasticsearch-logs into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/oimiragieo/agent-studio before adding elasticsearch-logs to shared team environments
- Use elasticsearch-logs for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: elasticsearch-logs description: Elasticsearch log search and analysis allowed-tools: [Bash, Read, WebFetch] --- # Elasticsearch Logs Skill ## Overview Elasticsearch log querying and analysis. 90%+ context savings. ## Requirements - ELASTICSEARCH_URL environment variable - ELASTICSEARCH_API_KEY (optional) ## Tools (Progressive Disclosure) ### Search | Tool | Description | |------|-------------| | search | Search logs | | query-dsl | DSL query | | aggregations | Run aggregations | ### Indices | Tool | Description | Confirmation | |------|-------------|--------------| | list-indices | List indices | No | | index-stats | Get index stats | No | | delete-index | Delete index | **REQUIRED** | ### Analysis | Tool | Description | |------|-------------| | field-caps | Field capabilities | | analyze | Analyze text | ### BLOCKED | Tool | Status | |------|--------| | cluster delete | **BLOCKED** | ## Agent Integration - **devops** (primary): Log management - **incident-responder** (primary): Log investigation - **developer** (secondary): Debug logging