From 5c5d10a780531b3010a3c4b24e969188fba8d2d7 Mon Sep 17 00:00:00 2001 From: Seif Lotfy Date: Fri, 12 Jun 2026 03:39:12 +0400 Subject: [PATCH 1/2] Add axiom plugin to marketplace catalog --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 35 ++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index c0bf8cb..07af8a8 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -80,6 +80,19 @@ "homepage": "https://www.mongodb.com/docs/mcp-server/overview/", "keywords": ["mongodb", "mongo", "mongosh", "mongodb atlas", "mongoose"], "domains": ["mongodb.com", "cloud.mongodb.com"] + }, + { + "name": "axiom", + "description": "Agent skills for the Axiom observability platform. Run hypothesis-driven SRE investigations, query logs and metrics with APL, build dashboards, manage monitors and alerts, translate Splunk SPL queries, and analyze and optimize costs.", + "category": "observability", + "source": { + "source": "url", + "url": "https://github.com/axiomhq/skills.git", + "sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438" + }, + "homepage": "https://github.com/axiomhq/skills", + "keywords": ["axiom", "apl", "logs", "metrics", "traces", "observability", "sre"], + "domains": ["axiom.co", "app.axiom.co"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 93ecce3..e30820a 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -1,6 +1,41 @@ { "version": 1, "plugins": { + "axiom": { + "sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438", + "components": { + "skills": [ + { + "name": "axiom-alerting", + "description": "Create and manage Axiom monitors and notifiers via the v2 public API. Use when building alerting, routing notifications…" + }, + { + "name": "axiom-sre", + "description": "Expert SRE investigator for incidents and debugging. Uses hypothesis-driven methodology and systematic triage. Can quer…" + }, + { + "name": "building-dashboards", + "description": "Designs and builds Axiom dashboards via API. Covers chart types, APL and metrics/MPL query patterns, SmartFilters, layo…" + }, + { + "name": "controlling-costs", + "description": "Analyzes Axiom query patterns to find unused data, then builds dashboards and monitors for cost optimization. Use when…" + }, + { + "name": "query-metrics", + "description": "Runs metrics queries against Axiom MetricsDB via scripts. Discovers available metrics, tags, and tag values. Use when a…" + }, + { + "name": "spl-to-apl", + "description": "Translates Splunk SPL queries to Axiom APL. Provides command mappings, function equivalents, and syntax transformations…" + }, + { + "name": "writing-evals", + "description": "Scaffolds evaluation suites for the Axiom AI SDK. Generates eval files, scorers, flag schemas, and config from natural-…" + } + ] + } + }, "chrome-devtools": { "sha": "a1612be8e01401cf1711c64bc2ef5da5763ba956", "components": { From 0964c0bd3effcd6f7b7592d961b23ed12b8d1dc7 Mon Sep 17 00:00:00 2001 From: Seif Lotfy Date: Fri, 26 Jun 2026 07:24:44 +0300 Subject: [PATCH 2/2] Update .grok-plugin/marketplace.json Co-authored-by: Kerem Yilmaz --- .grok-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 3747c80..3b0ddcd 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -91,7 +91,7 @@ "sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438" }, "homepage": "https://github.com/axiomhq/skills", - "keywords": ["axiom", "apl", "logs", "metrics", "traces", "observability", "sre"], + "keywords": ["axiom"], "domains": ["axiom.co", "app.axiom.co"] }, {