odin-prometheus
v2.0.2ODIN workflows for Prometheus metrics and monitoring.
By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install odin-prometheus for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-prometheus@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/OutlineDriven/odin-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-prometheus/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/promql-cli/SKILL.md
Included Skills1
Use when a user asks to execute or investigate a PromQL expression against a Prometheus server. Returns query results in the requested format or a classified failure diagnosis. Read-only HTTP queries only; no source or remote-system changes.
Plugin manifests2
{
"name": "odin-prometheus",
"version": "2.0.2",
"description": "ODIN workflows for Prometheus metrics and monitoring.",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"prometheus"
],
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"interface": {
"displayName": "ODIN Prometheus",
"shortDescription": "ODIN workflows for Prometheus metrics and monitoring.",
"category": "Infrastructure"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "odin-prometheus",
"displayName": "ODIN Prometheus",
"version": "2.0.2",
"description": "ODIN workflows for Prometheus metrics and monitoring.",
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
"repository": "https://github.com/OutlineDriven/odin-claude-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"prometheus"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[odin-prometheus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-prometheus)