Skip to content

delega-dev/paperclip-delega

Repository files navigation

@delega-dev/paperclip-delega

Paperclip plugin for Delega — bidirectional task sync between Paperclip issues and Delega tasks.

What it does

  • 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

Agent Tools

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

Install

# In your Paperclip instance
pnpm add @delega-dev/paperclip-delega

Then 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"}'

Configuration

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

Development

pnpm install
pnpm test        # 97 tests
pnpm typecheck   # TypeScript verification
pnpm build       # Build worker + UI bundles

How it was built

This 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.

License

MIT — Delega

About

Paperclip plugin for Delega — bidirectional task sync between AI agent orchestrators

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors