@openvole/paw-github
v1.0.0
Published
Paw for interacting with GitHub via the Octokit REST API
Readme
@openvole/paw-github
GitHub API integration via Octokit.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-githubConfig
{
"name": "@openvole/paw-github",
"allow": {
"network": ["api.github.com"],
"env": ["GITHUB_TOKEN"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| GITHUB_TOKEN | GitHub personal access token |
Tools
| Tool | Description |
|------|-------------|
| github_create_issue | Create a GitHub issue in a repository |
| github_list_issues | List issues in a GitHub repository |
| github_create_pr | Create a pull request in a GitHub repository |
| github_list_prs | List pull requests in a GitHub repository |
| github_search_repos | Search GitHub repositories |
| github_get_file | Get file content from a GitHub repository |
