Spin up and manage Ona (formerly Gitpod) cloud dev environments via Personal Access Token from Cowork — create environments from a Git repo URL or Project, list/start/stop/delete, manage prebuilds for fast startup, and run idle-env cleanup as a scheduled task.
A Cowork plugin for managing Ona (formerly Gitpod) cloud dev environments from natural-language prompts inside the Cowork desktop app, using a Personal Access Token (PAT).
Lets you spin up, manage, and connect to remote containerized dev environments on Ona by talking to Claude in Cowork. Each environment is a devcontainer.json-defined workspace that boots from a Git repository URL and is reachable via VS Code in the browser, SSH, or any local IDE.
Prompts that activate the skill:
https://github.com/owner/repo"<id> on machine class <id>"| Type | Name | What it does |
|---|---|---|
| Skill | ona-dev-environment | Single comprehensive skill: full Ona API client, 12 task scripts, two reference docs, two examples, idle-env cleanup script |
The skill ships 14 pure-Python scripts (no pip install required) covering: identity verification, machine-class listing, environment create (from repo URL or Project), get/list/start/stop/delete, project listing, prebuild create/list, and idle-env cleanup with dry-run support.
If you have this published as a GitHub repo, install with Cowork's plugin manager UI or via Claude prompt:
"Install the plugin at
https://github.com/<owner>/<repo>"
Set your PAT once in PowerShell:
setx ONA_TOKEN "<paste-from-https://app.ona.com/settings/personal-access-tokens>"
Then close and reopen the shell so the env var propagates.
Run the local installer that places the plugin into Cowork's persistent plugin directory:
& "C:\Users\jswil\.cursor\index\ona-dev-environment-plugin\install-local.ps1"
Close and reopen the Cowork desktop app so the plugin is discovered.
The skill reads ONA_TOKEN from the user environment. Get a Read & Write PAT at https://app.ona.com/settings/personal-access-tokens. Treat it as a password — never commit it, never paste it into chat. Audit logs at https://app.ona.com track every API call by token ID.
ona-dev-environment/
├── .claude-plugin/
│ ├── plugin.json # plugin manifest (name, version, author, license)
│ └── marketplace.json # marketplace manifest for direct GitHub install
├── skills/
│ └── ona-dev-environment/
│ ├── SKILL.md # core skill instructions and trigger description
│ ├── scripts/ # 14 stdlib-only Python scripts
│ ├── references/ # API reference + PAT setup walkthrough
│ └── examples/ # end-to-end annotated runs
├── README.md # this file
├── LICENSE # MIT
├── install-local.ps1 # manual install helper for non-GitHub flow
└── .gitignore
MIT. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dobeu-tech-eco/ona-dev-environment --plugin ona-dev-environmentComprehensive centralized repository of Claude Code configurations including agents, skills, commands, hooks, and MCP servers optimized for full-stack development
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.