Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
8 changes: 7 additions & 1 deletion .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
"version": 1,
"plugins": {
"axiom": {
"sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438",
"sha": "0e98ebaeec76a70c8fda9a7737605800c2f1245d",
"components": {
"mcpServers": [
{
"name": "axiom",
"description": "http"
}
],
"skills": [
{
"name": "axiom-alerting",
Expand Down
Loading