Publish a local OpenDesign plugin to a new public GitHub repository using gh CLI.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add nexu-io/open-design --skill od-plugin-publish-github --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Od Plugin Publish Github?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nexu-io-od-plugin-publish-github)More formats (shields.io, HTML) on the badges page.
---
name: od-plugin-publish-github
description: Publish a local OpenDesign plugin to a new public GitHub repository using gh CLI.
triggers:
- publish plugin
- github repo
- open source plugin
od:
mode: utility
platform: desktop
scenario: plugin-sharing
---
# Publish Plugin to GitHub
Use this workflow when the active project contains a copied plugin folder and the user wants it published as a new public GitHub repository.
## Workflow
1. Read the active plugin inputs. `plugin_context_path` is the copied plugin folder relative to the project working directory.
2. Inspect `open-design.json`, `SKILL.md`, and any compatibility metadata in the copied folder.
3. Call the local daemon endpoint instead of hand-rolling GitHub commands:
`curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/publish-github" -H 'content-type: application/json' -d '{"path":"<plugin_context_path>"}'`
4. Read the JSON response. If `ok` is true, report the final repository URL and any useful log/validation summary.
5. If the endpoint fails, report its `message`, `code`, and useful log lines. When authentication is missing, tell the user to run `gh auth login --hostname github.com`.
Prefer the manifest `name` as the repository slug. If that repository already exists, choose the next clear slug and mention the rename.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!