Agent Skills
AI Agent Skills following the Cursor Agent Skills standard. These skills teach AI agents when and how to use Moltler capabilities.
Installation
Agent Skills are automatically discovered from .agents/skills/ directory. To install in Cursor:
- Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
- Navigate to Rules
- Click Add Rule → Remote Rule (GitHub)
- Enter:
https://github.com/bahaaldine/moltler.git
🥋Getting Started
Instant mastery - start here
I Know Kung Fu
"I know kung fu." Instant Elasticsearch mastery - 320+ capabilities downloaded to your AI agent.
Moltler Index
Master index of all Moltler/elastic-script capabilities. Use this skill first to understand what skills are available.
📦Data Operations
Work with Elasticsearch data
Elasticsearch Operations
Has ScriptsPerform Elasticsearch operations including document CRUD, index management, and bulk operations.
Data Management
Manage data lifecycle including ILM policies, data streams, snapshots, and ingest pipelines.
🖥️Infrastructure
Manage clusters and infrastructure
Cluster Management
Has ScriptsMonitor and manage Elasticsearch cluster health, nodes, tasks, and settings.
Security Operations
Manage Elasticsearch security including users, roles, API keys, and security features.
👁️Monitoring & Response
Observe and respond to issues
Observability
Has ScriptsAnalyze logs, metrics, traces, and APM data in Elasticsearch.
Alerting & Incident Response
Manage alerts, create alert rules, and respond to incidents with automated actions.
🤖AI & Automation
ML, AI, and external integrations
Machine Learning & Inference
Use machine learning and AI capabilities including ML jobs, trained models, embeddings, and LLM integration.
Integrations
Integrate with external services including AWS, Kubernetes, CI/CD, Terraform, and webhooks.
Understanding the Architecture
Layer 3: Agent Skills
Instructions for AI agents (Cursor, Claude) on when and how to use capabilities. Located in .agents/skills/
Layer 2: Moltler Skills
Reusable elastic-script procedures that combine multiple tools. Located in hub/skills/
Layer 1: Tools
Atomic built-in functions (320+) like ES_INDEX, ES_SEARCH. Implemented in Java.