Paperclip plugin for Delega — bidirectional task sync between Paperclip issues and Delega tasks.
- Outbound sync: Paperclip issues → Delega tasks (on create or via agent tool)
- Inbound sync: Delega webhooks → Paperclip issue updates (status, comments, completion)
- Agent tools: 4 MCP-compatible tools for agents to delegate work cross-ecosystem
- Dashboard widget: Sync status at a glance
- Settings page: Configure connection, sync mode, project mapping
| Tool | Description |
|---|---|
delegate-to-external |
Create a Delega task from a Paperclip issue |
check-external-task |
Check status of a delegated task |
list-external-agents |
List available Delega agents |
complete-external-task |
Mark a Delega task complete |
# In your Paperclip instance
pnpm add @delega-dev/paperclip-delegaThen install via the Paperclip admin UI or API:
curl -X POST http://localhost:3100/api/plugins/install \
-H "Content-Type: application/json" \
-d '{"packageName": "@delega-dev/paperclip-delega"}'| Setting | Description | Default |
|---|---|---|
delegaApiUrl |
Delega API endpoint | https://api.delega.dev/v1 |
delegaAgentKey |
Agent API key (secret-ref) | — |
delegaWebhookSecret |
Webhook HMAC secret (secret-ref) | — |
syncMode |
manual or auto |
manual |
defaultDelegaProject |
Default project for synced tasks | — |
inboundEnabled |
Accept Delega webhooks | false |
pnpm install
pnpm test # 97 tests
pnpm typecheck # TypeScript verification
pnpm build # Build worker + UI bundlesThis plugin was built by Paperclip agents (Claude Code) and reviewed by a Codex QA agent — cross-model adversarial QA using the product it integrates with. Read more.
MIT — Delega