This documentation site ships an Agent Skill so assistants integrate @github-tools/sdk consistently: tools, presets, createGithubAgent, the eve extension, durable createDurableGithubAgent, tokens, and approvals.
Install the github-tools-agents skill
Docus publishes it under /.well-known/skills/ (Docus: Agent Skills). The skills CLI installs from the site origin below.
Copy-prompt blocks for common tasks are embedded on the relevant doc pages (Installation, Quick Start, Presets, Approval control, Durable workflows, eve agents, Tools catalog, API Reference, Examples) so they sit next to the code they help you write.
Install the skill
Compatible clients discover skills automatically. To install manually:
npx skills add https://github-tools.com
For a Vercel preview deployment, use that preview’s https://… origin instead so the CLI picks up the matching catalog. Production always resolves the canonical docs URL above.
The catalog is at https://github-tools.com/.well-known/skills/index.json (and /.well-known/skills/index.json on this site).
Bundled skill
| Skill | Description |
|---|---|
github-tools-agents | Add GitHub tools, presets, createGithubAgent, durable createDurableGithubAgent, env tokens, approvals |
Sources in the repo: apps/docs/skills/github-tools-agents/ (SKILL.md and references/).
Where to find copy-prompts
| Topic | Page |
|---|---|
| Add packages & env · integrate into an existing repo | Installation |
First generateText / streamText · new API route | Quick Start |
| Presets & combining scopes | Scope with Presets |
requireApproval & token safety | Control Write Safety |
createDurableGithubAgent & Workflow | Durable workflows |
githubExtension (eve extension) | eve extension |
| Cherry-pick tool factories | Tools Catalog |
Octokit vs tools · createOctokit | API Reference |
| Complete runnable agents per framework | Examples |
| Agent patterns, toolpick, evlog | Recipes |
Quick Start
Call GitHub from your first AI SDK request in under five minutes, then level up to agents, eve, and durable workflows.
eve extension
Mount @github-tools/eve-extension under agent/extensions/ to add all 75 GitHub tools to an eve agent, the recommended way to wire GitHub into eve, with durable approval and Vercel Connect support.