
from kibana-object-manager12
Runbook and command guidance for the kibob CLI: init/pull/push, manifest management, bundling NDJSON artifacts, and migration/troubleshooting for Kibana saved o
This skill encapsulates operational knowledge for the kibob CLI, a Git-like tool to manage Kibana saved objects, workflows, agents, tools, and spaces. It provides step-by-step runbooks for initializing projects from NDJSON exports, pulling and pushing changes safely, creating distributable bundles, and migrating legacy manifests. The skill emphasizes safe promotion workflows and explicit flags to avoid destructive changes.
--space, --api, --managed, or dotenv loading for different environments (dev/stage/prod).references/kibob-commands.md with a command-selection matrix and flag reminders (has_references=true)Useful for agents that can advise on CLI workflows and DevOps tasks (Codex, Copilot, CLI-capable assistants). The skill assumes access to dotenv files and encourages safe checks before destructive operations.
Kibob is a CLI runbook skill for managing Kibana saved objects (dashboards, workflows, agents, tools, spaces) via a Git-like pull/push workflow. The SKILL.md is thorough with clear command examples, environment promotion workflows, and a quick decision guide. No scripts were bundled so no execution testing was possible. Security is clean — credentials are referenced as dotenv variables, not hardcoded.
Solid niche DevOps skill. Well-documented runbook with good examples and promotion workflows. Architecture could be improved with richer frontmatter metadata. No security concerns — credential handling follows standard dotenv conventions.