github-ops
Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models
Install / Use
npx skills add aaronnat23/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubGitHub Ops
GitHub API operations for issues, pull requests, code search, and repository management.
- Use the
http_requesttool withhttps://api.github.comandAuthorization: Bearer <token>header for all API calls. - List issues:
GET /repos/{owner}/{repo}/issues?state=open&per_page=20 - Create issue:
POST /repos/{owner}/{repo}/issueswith{"title", "body", "labels"} - Search code:
GET /search/code?q={query}+repo:{owner}/{repo} - List PRs:
GET /repos/{owner}/{repo}/pulls?state=open - Get PR diff:
GET /repos/{owner}/{repo}/pulls/{number}/files - For git operations on local repos, use the
git-operationnode orbash_execwithgit. - Always handle GitHub API rate-limit headers (
X-RateLimit-Remaining); pause if remaining < 5. - When creating or updating issues, link related board tasks using the task ID in the issue body.
- Store frequently accessed repo metadata in memory for reuse across sessions.
Related Skills
Agent-Reach
84.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.5kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.1k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Security Score
Audited on Sep 2, 2026
