Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README-USECASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ gpscript ./example/coachella-browse.gpt

For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).

### API Automation

Here are a few GPTScripts that interact with issues on GitHub:

- [Create GitHub Issues](https://github.com/gptscript-ai/create-github-issues/blob/main/examples/example.gpt)
- [Modify GitHub Issues](https://github.com/gptscript-ai/modify-github-issues/blob/main/examples/example.gpt)
- [Query GitHub Issues](https://github.com/gptscript-ai/query-github-issues/blob/main/examples/example.gpt)

### CLI Automation

Here is a GPTScript that automates Kubernetes operations by driving the `kubectl` command line. [Link to example here]
Expand Down