github

Installation
SKILL.md

GitHub Integration

Connection

  • Base URL: https://api.github.com (REST v3), https://api.github.com/graphql (GraphQL v4)
  • Auth: Authorization: Bearer $GITHUB_TOKEN (personal access token)
  • Env vars: GITHUB_TOKEN
  • Caching: 5-minute in-memory cache, max 200 entries

Server Lib & API Routes

  • Server lib: server/lib/github.ts
  • Route handler: server/routes/github.ts

Exported Functions

Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
github — builderio/agent-native