skills/cluster-onboarding/SKILL.md
Guide users from zero to a working Elastic cluster — Cloud or on-prem, connection config, first queries, and next steps.
npx skillsauth add patrykkopycinski/elastic-cursor-plugin cluster-onboardingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help users go from nothing to a fully connected Elastic cluster in under 5 minutes.
Use when the user asks to:
Also activates on keywords: "onboarding", "getting started", "new cluster", "connect to Elastic"
Do NOT use when:
o11y-full-setup)security-full-setup)get_deployment_guide — Cloud vs on-prem setup instructionsget_connection_config — Language-specific connection snippetscloud_api — Elastic Cloud project managementelasticsearch_api — Verify cluster connectivityesql_query — First-query validationget_cluster_context — Cluster orientation after connectionAsk once: "Do you prefer Cloud (managed, no servers) or on-prem (Docker)?"
get_deployment_guide with preference: "cloud"cloud_api with POST /api/v1/serverless/projects/elasticsearchcloud_apiget_connection_config for their preferred languageget_deployment_guide with preference: "on_prem"docker compose up -d from the provided templateget_connection_config with http://localhost:9200Call elasticsearch_api with GET / to confirm the cluster is reachable.
Run esql_query with SHOW INFO to display cluster version and validate everything works.
Call get_cluster_context to understand what's already in the cluster.
Based on the user's use case, suggest:
o11y-full-setup skillsecurity-full-setup skilldiscover_data toolInteractive Dashboard: When using Claude Desktop or other ext-apps hosts,
cluster_overviewrenders an interactive cluster health dashboard with node topology, shard allocation, and real-time metrics. In Cursor/CLI, it returns markdown.
o11y-full-setup — After onboarding, set up monitoringsecurity-full-setup — After onboarding, set up securityagent-builder-skill-builder — Build custom tools on top of the clustertesting
Interactive threat hunting workflow using ES|QL and Elasticsearch queries — from hypothesis formulation through data exploration, IOC search, and finding documentation.
testing
Start your security session with a personalized briefing — attacks, alerts, cases, rules, threat intel. Use as the first thing when starting security work.
testing
Interactive guide for complete Elastic Security setup — discovers data sources, assesses detection coverage, configures rules, and creates security dashboards.
testing
Guide for authoring custom detection rules — from threat hypothesis through rule creation, testing, and tuning with KQL, EQL, ES|QL, and threshold rules.