Skip to content

This is a prompt library designed to know what prompts will get you the desired output for using OI [WIP]

License

Notifications You must be signed in to change notification settings

plowsai/open-interpreter-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OI Prompt Library 🚧 [WIP UNDERCONSTRUCTION]

This is a prompt library designed to know what prompts will get you the desired output for using OI.

Recipes for using Open-Interpreter

For browser-based prompts, please refer to the browser folder. Specifically, check the chrome or safari files for detailed instructions on how to perform tasks such as making a Google search, replying to a Slack message, sending an email, or scheduling a meeting.

For existing skills, please refer to the skills folder for detailed instructions on how to utilize various capabilities using OI.

How to Contribute

We welcome contributions from the community! Here’s how you can get involved:

  1. Fork the Repository: Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.

  2. Clone the Repository: Use git clone to clone the repository to your local machine.

    git clone https://github.com/your-username/oi-prompt-library.git
    
  3. Create a Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature-or-bugfix-name
    
  4. Make Changes: Make your changes to the codebase.

  5. Commit Changes: Commit your changes with a descriptive commit message.

    git commit -m "Description of the changes made"
    
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature-or-bugfix-name
    
  7. Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a clear description of your changes and why they should be merged.

Thank you for your contributions!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Join Our Community

For more discussions and support, join our Discord server.

About

This is a prompt library designed to know what prompts will get you the desired output for using OI [WIP]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published