-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zoo extension #16153
base: main
Are you sure you want to change the base?
Add zoo extension #16153
Conversation
- [add] publish script - fix lint - [update] doc - require endpoint url - rename command - [add] prompt filter - refactor GistList - [add] selected text - init commit
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
Could you record a screencast of the flow? I'm not sure how to use it at all |
iShot_2025-01-10_19.35.44.mp4The workflow should be like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
-
media/demo.gif is too big to add, can we remove it?
-
metadata/zoo-1.png can we remove this, it has no contextual value
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
- fix changelog - remove demo.git, too large - update metadata
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
The Raycast Git workflow is a bit confusing for me. |
Thanks for the review and suggestions. |
Description
Zoo - Interact with AIs with Your Prompt Library with Ease
Zoo allows you to interact with AI models using your own prompt library.
It can perform fast actions using your Github Gist as your prompt library.
🦄 Zoo = XXX Fast Actions + GitHub Gist
You can define an unlimited number of your own fast AI actions, which is missing for most Raycast AI extensions.
Features
Related works/extensions
Zoo is highly inspired by Github Gist and ChatGPT Quick Actions.
Zoo
combinesGithub Gist
and other AI extensions (such asChatGPT Quick Actions
). Its code base is highly based on the above-mentioned extensions with some refactoring/modifications.Difference and Novelty (why is this a new extension instead of contributions to existing extensions?)
Ask AI by Gist,
since they have totally different use cases/purposes. One is managing snippets, while another is managing and using prompts for AI. Zoo reuses the code from Github Gist rather than following its use case.Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder