plugins marketplace
← All plugins

devin-handoff

v1.4.0

Hand off tasks to a cloud Devin session — VM, browser, shell, and full repo access. Create a session, get a URL, poll until done.

CodexClaude Code

by CognitionMIT56updated 2 weeks ago

Source

git clone https://github.com/club-cog/devin-handoff

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

devin-handoff/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

.codex-plugin/plugin.json
{
  "name": "devin-handoff",
  "version": "1.4.0",
  "description": "Hand off tasks to a cloud Devin session — VM, browser, shell, and full repo access. Create a session, get a URL, poll until done.",
  "author": {
    "name": "Cognition"
  },
  "homepage": "https://github.com/club-cog/devin-handoff",
  "repository": "https://github.com/club-cog/devin-handoff",
  "license": "MIT",
  "keywords": [
    "devin",
    "handoff",
    "delegation",
    "cloud",
    "agent"
  ],
  "skills": "./.agents/skills/"
}
.claude-plugin/plugin.json
{
  "name": "devin-handoff",
  "displayName": "Devin Handoff",
  "version": "1.4.0",
  "description": "Hand off tasks to a cloud Devin session — VM, browser, shell, and full repo access. Create a session, get a URL, poll until done.",
  "author": {
    "name": "Cognition"
  },
  "homepage": "https://github.com/club-cog/devin-handoff",
  "repository": "https://github.com/club-cog/devin-handoff",
  "license": "MIT",
  "keywords": [
    "devin",
    "handoff",
    "delegation",
    "cloud",
    "agent"
  ],
  "skills": "./.agents/skills/"
}