A powerful CLI utility that leverages GitHub Copilot to analyze codebases, generate documentation, and automate development workflows directly from your terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install copilot-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install copilot-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Copilot CLI assistant is designed to bridge the gap between AI-driven insights and local terminal environments. By integrating this tool into your Openclaw Skills library, developers can perform deep architectural analysis, identify technology stacks, and conduct thorough code reviews without leaving the command line. It streamlines the process of understanding complex projects and speeds up routine coding tasks through intelligent automation.
This skill provides a seamless interface to the GitHub Copilot API, allowing for one-off queries or deep-dive interactive sessions. It is particularly effective for navigating unfamiliar repositories, generating unit tests, or refactoring code according to best practices, making it an essential addition to any Openclaw Skills toolkit.
Install the CLI using Homebrew:
brew install copilot-cli
Generate a GitHub Personal Access Token (fine-grained) with 'Copilot Requests' permissions and save it to the configuration directory:
mkdir -p ~/.copilot/
echo "your_github_token" > ~/.copilot/github_token.txt
Verify the setup by running a test query within any project directory:
COPILOT_GITHUB_TOKEN=$(cat ~/.copilot/github_token.txt) copilot -p "Explain the main entry point of this project"
The skill manages its state and configuration through the following file structure:
| Path | Description |
|---|---|
~/.copilot/github_token.txt |
Securely stores the GitHub Personal Access Token for API authentication. |
~/.copilot/ |
The primary configuration directory for local tool settings. |
~/.copilot/logs/ |
Contains execution logs for troubleshooting and auditing AI interactions. |
Loading
A standardized on-chain communication protocol for agents to exchange structured messages using LUKSO Universal Profiles.

A powerful wrapper for the hledger CLI that brings plain-text accounting and financial reporting to your AI agent workflows.

A sophisticated tool for crawling and comparing product prices across major Chinese e-commerce platforms like JD, Taobao, and Pinduoduo.

A browser-based AI skill for managing LinkedIn professional networking, messaging, and profile research through automated relay or isolated sessions.

A dedicated command-line interface for GitHub Copilot that enables seamless AI-driven code analysis and debugging directly from your terminal.

An AI-driven academic research assistant that programmatically accesses the CORE API to automate literature reviews, analyze scholarly papers, and format citations.








































