Use this workflow when the active project contains a copied plugin folder and the user wants to propose it for the Open Design community catalog.
Workflow
Read the active plugin inputs. plugin_context_path is the copied plugin folder relative to the project working directory.
Inspect the copied plugin's manifest, skill instructions, examples, and compatibility metadata.
Call the local daemon endpoint instead of hand-rolling GitHub commands:
curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/contribute-open-design" -H 'content-type: application/json' -d '{"path":"<plugin_context_path>"}'
Read the JSON response. If ok is true, report the PR URL, branch name when present in the log, and any useful validation summary.
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.
Keep the pull request focused. Do not modify unrelated Open Design files unless a manifest validation issue requires a tiny supporting change.