← Back to Skills Marketplace
dandysuper

openclaw-kirocli-coding-agent

by Daniil Burykin · GitHub ↗ · v1.5.0
cross-platform ⚠ suspicious
1347
Downloads
0
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-kirocli-coding-agent
Description
Run Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control.
Usage Guidance
This skill is coherent with its stated purpose, but take these precautions before installing or using it: - Avoid enabling insecure automation flags unless you understand the consequences. --trust-all-tools, --yolo, and similar flags disable confirmations/sandboxing and can let CLIs execute arbitrary actions in the workdir or host if combined with elevated modes. - Prefer running agents inside temporary or dedicated review workdirs (mktemp, git worktree) and never point them at system folders or OpenClaw's own codebase. - Be cautious installing CLIs via curl | bash; prefer vetted package managers or verified release binaries when possible and inspect the installer if you must use it. - When authenticating Kiro/other CLIs, scope credentials with least privilege (avoid long-lived full-access IAM credentials). Use identity providers or short-lived credentials when possible. - Monitor background sessions (list/poll/log) and kill them if they behave unexpectedly; restrict what files tools can access by setting workdir appropriately. If you want a stricter evaluation, provide examples of how OpenClaw will invoke these bash commands at runtime (the exact execution wrapper), and whether your OpenClaw environment enforces a sandbox/elevation policy—that would allow raising confidence above 'medium'.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-kirocli-coding-agent Version: 1.5.0 The skill bundle provides instructions for the OpenClaw agent to orchestrate powerful AI coding tools (Kiro CLI, Codex, Claude Code) using high-risk configurations. Specifically, it directs the agent to use flags like `--yolo` and `--trust-all-tools` in SKILL.md, which explicitly bypass sandboxing and manual approval prompts for file writes and command execution. While these capabilities are aligned with the stated goal of automated coding, they grant the agent broad, unverified permissions over the host system. No evidence of intentional malice, data exfiltration, or persistence was found, but the instructions encourage a high-risk operational mode.
Capability Assessment
Purpose & Capability
The skill says it will launch/manage interactive coding CLIs (Codex, Claude Code, Kiro CLI, OpenCode, Pi) and the SKILL.md only requires the presence of those binaries and instructs how to run them (workdir, PTY, background). Requiring any of those binaries matches the described capability and is proportionate.
Instruction Scope
Instructions are focused on running interactive CLIs in a PTY, background session management, and using workdir to confine the agent. However the SKILL.md explicitly recommends disabling safeguards for automation (examples: --trust-all-tools, --no-interactive, codex --yolo) and suggests run modes that may run tools with fewer confirmations or 'elevated' host access. Those recommendations expand the operational scope (ability to run arbitrary tools with less prompting) and increase risk to the user and their codebase, even though they are coherent with automation goals.
Install Mechanism
The skill is instruction-only (no install spec), which is low-risk. The README suggests installing Kiro CLI via a remote script (curl -fsSL https://cli.kiro.dev/install | bash). That install pattern (pipe-to-shell) is commonly used but inherently higher risk than package-manager installs; the skill itself does not perform the install, but it directs users to that remote installer.
Credentials
The skill does not request any environment variables or credentials itself. It documents that Kiro CLI supports logins (GitHub, Google, AWS Builder ID, IAM Identity Center) and that Codex/other CLIs may require configuration files. That is appropriate. Note: although not requested by the skill, using Kiro or other CLIs will require the user to authenticate and may grant those tools access to repositories or cloud resources—use least privilege.
Persistence & Privilege
The skill does not request always:true, does not include an install that modifies other skills or global configs, and is user-invocable. It instructs use of background sessions for long-running tasks but does not demand permanent presence or elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-kirocli-coding-agent
  3. After installation, invoke the skill by name or use /openclaw-kirocli-coding-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Version 1.5.0 - Added _meta.json file to the project. - No changes to skill logic; documentation and interface remain unchanged.
v1.0.0
Initial release of the coding agent skill for programmatic control of popular AI coding assistants via the terminal. - Supports Codex CLI, Claude Code, Kiro CLI, OpenCode, and Pi Coding Agent through bash with background process support. - Requires PTY mode for robust interaction with terminal-based coding agents. - Comprehensive bash parameter and process action documentation included for session management. - Step-by-step quick-starts and advanced patterns for running, monitoring, and controlling coding agents. - Special instructions and safety notes for Codex/Git repo integration and PR review workflows. - Detailed, practical usage guides for Kiro CLI, including trust management and custom agents.
Metadata
Slug openclaw-kirocli-coding-agent
Version 1.5.0
License
All-time Installs 7
Active Installs 6
Total Versions 2
Frequently Asked Questions

What is openclaw-kirocli-coding-agent?

Run Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control. It is an AI Agent Skill for Claude Code / OpenClaw, with 1347 downloads so far.

How do I install openclaw-kirocli-coding-agent?

Run "/install openclaw-kirocli-coding-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-kirocli-coding-agent free?

Yes, openclaw-kirocli-coding-agent is completely free (open-source). You can download, install and use it at no cost.

Which platforms does openclaw-kirocli-coding-agent support?

openclaw-kirocli-coding-agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-kirocli-coding-agent?

It is built and maintained by Daniil Burykin (@dandysuper); the current version is v1.5.0.

💬 Comments