Installs just this skill. Get the whole plugin for auto-invocation.
โก How it fires
How this skill gets triggered: by you, by Claude, or both.
Fires itselfClaude auto-loads it when your prompt matches the work.
You can call itInvoke it directly when you want it.
Slash command/skill-copilot-provider
๐๏ธ Context preview
The summary Claude sees to decide when to auto-load this skill.
GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode
๐ Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
๐ฆ Ships with octo
</> SKILL.md
skill-copilot-provider.SKILL.md
---name: skill-copilot-provider
version: 2.0.0
aliases: [copilot-provider, github-copilot, copilot]
description: GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode
trigger: |
AUTOMATICALLY ACTIVATE when user says:
"copilot provider" or "add copilot" or "github copilot" or "use copilot"
DO NOT activate for general copilot IDE usage or copilot chat in editor.
paths:
- "**/.github/copilot*"
- "**/.copilot*"
---# GitHub Copilot Provider Skill
## Overview
GitHub Copilot CLI (GA since Feb 2026) serves as an optional provider in the Claude Octopus
multi-LLM ecosystem. Integration uses the official `copilot -p` programmatic mode, not
reverse-engineered API endpoints.
**Core principle:** Copilot supplements existing providers for research and exploration at
zero additional cost (uses existing GitHub Copilot subscription). Each prompt counts as one
premium request against your subscription quota.
**Agent types:** `copilot` (general), `copilot-research` (research-focused)
---## Detection