Paperclip Plugin Github Issues
Description
Paperclip plugin: bidirectional GitHub Issues sync
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
paperclip-plugin-github-issues
Bidirectional GitHub Issues sync for [Paperclip](https://paperclip.ing).
This is the first external Paperclip plugin built as a standalone npm package, created to validate the plugin developer experience.
What it does
- Selective linking - pick individual GitHub issues to sync with Paperclip issues
- Bidirectional status sync - close a GitHub issue, the Paperclip issue updates (and vice versa)
- Comment bridging - optionally mirror comments between systems
- Agent tools - Paperclip agents can search GitHub issues and create links during runs
- Webhook support - receives GitHub webhook events for real-time sync
- Periodic polling - catches changes missed by webhooks
Requirements
- Paperclip instance with plugin runtime enabled (requires PR #821 to be merged)
- GitHub personal access token with
reposcope (or fine-grained token with Issues read/write)
Installation
# From the Paperclip CLI
pnpm paperclipai plugin install paperclip-plugin-github-issues
Or for development:
git clone https://github.com/mvanhorn/paperclip-plugin-github-issues.git
cd paperclip-plugin-github-issues
npm install
npm run build
Configuration
After installation, configure the plugin in Paperclip Settings > GitHub Issues Sync:
- Create a secret - go to Paperclip Settings → Secrets, click "Add Secret", paste your GitHub PAT as the value, and copy the generated UUID
- GitHub Token - paste the secret UUID from step 1 into the "GitHub Token" field
- Default Repository - optional
owner/repofor agent tool searches - Sync Comments - enable to mirror comments between systems
- Sync Direction - bidirectional, github-to-paperclip, or paperclip-to-github
GitHub Webhook Setup
For real-time sync, configure a webhook on your GitHub repository:
- Go to your GitHub repo > Settings > Webhooks > Add webhook
- Payload URL: `https://your-paperclip-instance/api/plugins/papercl
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git