byfriday-platform· 21 skills
Connects an external service's webhook (Bitbucket / Jira / GitHub / custom) to a workspace's HTTP signal via Friday's /hook/raw/ tunnel URL. Use ONLY when the user asks how to point an upstream system at Friday: the URL shape, how to get the current tunnel host, the upstream UI steps, or the workspace.yml signal shape that accepts the body without stripping it. Everything that happens AFTER Friday receives the webhook — agent implementation, payload parsing, env wiring, HMAC verification, posting back to the upstream — is out of scope for this skill.
$npx -y skills add friday-platform/friday-studio --skill wiring-external-webhooksInstalls into the current project.
Run `npx skills use "https://github.com/friday-platform/friday-studio" --skill "friday-platform/friday-studio/wiring-external-webhooks"` 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/friday-platform/friday-studio" that are relevant to the current task. Run `npx skills add "https://github.com/friday-platform/friday-studio"` and select the relevant skills, then follow their instructions.