Internal pattern helper for skills that need the user to open a URL in their browser, perform a manual action (regenerate a key, create an OAuth client, copy a webhook secret, etc.), and paste the resulting value back. Standardizes the UX across all skills that require this flow - consistent messaging, browser auto-open, optional format validation, retry on invalid input. Triggered by any add-* skill or rotate-secret when a value must be obtained from an external provider's dashboard. Not meant to be invoked directly by users.
$npx -y skills add flavien-ia/hypervibe-harness --skill _open-and-pasteInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/_open-and-paste"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.