From 8e7508e5c5062564fae95f5af6867ec4c9545380 Mon Sep 17 00:00:00 2001 From: Seif Lotfy Date: Fri, 26 Jun 2026 10:58:49 +0300 Subject: [PATCH] feat(axiom): bump skills SHA and add MCP to plugin index Pins axiomhq/skills@0e98ebae which bundles the hosted Axiom MCP server alongside existing agent skills. --- .grok-plugin/marketplace.json | 4 ++-- .grok-plugin/plugin-index.json | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 3b0ddcd..d7e3d4f 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -83,12 +83,12 @@ }, { "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.", + "description": "Official Axiom observability integration (MCP Server + Skills). Query logs and metrics with APL, run hypothesis-driven SRE investigations, 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" + "sha": "0e98ebaeec76a70c8fda9a7737605800c2f1245d" }, "homepage": "https://github.com/axiomhq/skills", "keywords": ["axiom"], diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index ac7b956..0a38356 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -2,8 +2,14 @@ "version": 1, "plugins": { "axiom": { - "sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438", + "sha": "0e98ebaeec76a70c8fda9a7737605800c2f1245d", "components": { + "mcpServers": [ + { + "name": "axiom", + "description": "http" + } + ], "skills": [ { "name": "axiom-alerting",