بنقرة واحدة
docker-api
Inspect and control local Docker containers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Inspect and control local Docker containers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Docker API |
| description | Inspect and control local Docker containers. |
| requires | {"bins":["docker"],"env":[]} |
Wraps the docker CLI so kate can report on and control containers.
Read operations are unrestricted; lifecycle actions (start/stop/restart)
are gated by DOCKER_API_ALLOW_WRITE=true.
statusps(all?, filter?) — list containersinspect(target) — full metadatalogs(target, lines?, since?) — last N linesstats(target) — one-shot CPU/mem/netstart†(target), stop†(target, timeout_secs?), restart†(target, timeout_secs?)Container names are regex-validated as [A-Za-z0-9][A-Za-z0-9_.-]* to block shell injection.