aaalaniz/Goose Recipe Shortener
Generate a Goose deep link from a recipe file and optionally shorten it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 10, 2025
- License
- MIT
Pinned Snippet
uses: aaalaniz/goose-recipe-shortener@d495a87699696c2b6a8d9cdacd0693b15d00c55d # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| recipe_path | Path to the Goose recipe file. | yes | — |
| shortener | Shortener to use: shortio, custom | no | — |
| short_url_path | The path for the shortened URL | no | — |
| shortio_api_key | short.io API key. | no | — |
| shortio_domain | short.io domain. | no | — |
| custom_shortener_path | Path to custom JavaScript shortener file (when shortener is "custom") | no | — |
Outputs
| name | description |
|---|---|
| goose_deep_link | The generated Goose deep link. |
| short_url | The shortened URL. |