← 返回 Skills 市场
openclaw-kirocli-coding-agent
作者
Daniil Burykin
· GitHub ↗
· v1.5.0
1347
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-kirocli-coding-agent
功能描述
Run Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control.
安全使用建议
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'.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-kirocli-coding-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-kirocli-coding-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
openclaw-kirocli-coding-agent 是什么?
Run Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1347 次。
如何安装 openclaw-kirocli-coding-agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-kirocli-coding-agent」即可一键安装,无需额外配置。
openclaw-kirocli-coding-agent 是免费的吗?
是的,openclaw-kirocli-coding-agent 完全免费(开源免费),可自由下载、安装和使用。
openclaw-kirocli-coding-agent 支持哪些平台?
openclaw-kirocli-coding-agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw-kirocli-coding-agent?
由 Daniil Burykin(@dandysuper)开发并维护,当前版本 v1.5.0。
推荐 Skills