blink-github

Installation
SKILL.md

Blink GitHub

Full GitHub access backed by a workspace GitHub App installation. Tokens are short-lived (1h), minted just-in-time server-side — no personal access token, no gh auth login, no secrets on disk.

CLI

# Show all connected GitHub accounts (workspaces can link multiple)
blink github status

# Clone a repo (token is used for auth, stripped from .git/config after)
blink github clone owner/repo
blink github clone https://github.com/owner/repo.git --branch feat/x

# Print a short-lived token for scripting
blink github token --json | jq -r .token
Installs
12
GitHub Stars
2
First Seen
Apr 27, 2026
blink-github — blink-new/blink-plugin