github

Installation
SKILL.md

GitHub API Emulator

Fully stateful GitHub REST API emulation. Creates, updates, and deletes persist in memory and affect related entities.

Start

# GitHub only
npx emulate --service github

# Default port
# http://localhost:4001

Or programmatically:

import { createEmulator } from 'emulate'
Installs
101
GitHub Stars
1.5K
First Seen
Mar 22, 2026
github — vercel-labs/emulate