Install
openclaw skills install openclaw-copilot-cliRun GitHub Copilot CLI via exec to generate code, edit files, or automate shell tasks using advanced AI models like Claude or GPT-5.
openclaw skills install openclaw-copilot-cliExecute GitHub Copilot CLI via exec for code gen, file edits, shell tasks using advanced models (Claude/GPT-5). Use when needing Copilot-powered coding/automation.
npm install -g @github/copilot
or on macOS:
brew install copilot-cli
Verify:
copilot --help
copilot (interactive mode)./login and follow prompts (uses GitHub account, requires Copilot subscription).For non-interactive use after auth.
copilot -p \"Your prompt here\" --allow-all --silent
--allow-all: Enables all tools/paths/URLs (use --yolo for short).--silent: Outputs only agent response.--model claude-sonnet-4.6 or gpt-5.2 etc. to choose model.In OpenClaw exec:
exec:
command: copilot -p 'Generate a Python script to...' --allow-all --silent
exec:
command: copilot
pty: true
Then use process tool:
send-keys: Send input like ['prompt text', 'Enter']log: View outputcopilot -p 'List all .js files and summarize' --allow-all
copilot -p 'Create a simple Express server in Node.js' --allow-all --silent
copilot -p 'Add error handling to main.js' --allow-all
copilot -p '...' --model gpt-5.3-codex --allow-all
Tested: Generated hello_world.sh:
#!/bin/bash
echo \"Hello, World!\"
Solana NFT mint test started successfully (complex task running).
--no-custom-instructions if needed.--share to output session.md~/.copilot/logs/