typescript/skills/coding-agent/SKILL.md
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic code generation and review.
npx skillsauth add kody-w/openrappter coding-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 workdevelopment
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.