一键导入
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic code generation and review.
菜单
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic code generation and review.
基于 SOC 职业分类
Run system health checks on the openrappter agent framework and connected services.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, or reading/injecting/running secrets via op.
Search, read, and create Apple Notes using osascript/JXA on macOS.
Create, list, and manage Apple Reminders using osascript/JXA on macOS.
Search, read, and create notes in Bear using x-callback-url on macOS.
Post and interact with Bluesky social network via the AT Protocol API.
| name | coding-agent |
| description | Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic code generation and review. |
| metadata | {"openclaw":{"emoji":"🧩","requires":{"anyBins":["claude","codex","opencode","pi"]}}} |
Use coding agents (Codex, Claude Code, OpenCode, Pi) for automated development tasks.
# Codex (needs git repo)
codex exec "Add error handling to API calls"
# Claude Code
claude "Refactor the auth module"
# OpenCode
opencode run "Write unit tests"
# Pi
pi "Add dark mode support"
For longer tasks, run in background and monitor:
# Start in background
codex exec --full-auto "Build a REST API" &
# Monitor output
tail -f /tmp/codex-output.log
--full-auto for autonomous work