This is a central repository of AutoKitteh projects for:
- Full-fledged, ready-to-use solutions for real-life use cases
- Composable templates for interoperability between common services
- Demonstrations of advanced system capabilities and features
In addition, the samples directory contains projects that demonstrate basic system features, integration APIs, and best practices.
Name | Description | Integrations |
---|---|---|
π AWS Health to Slack | Announce cloud health events based on a resource ownership mapping | AWS (Health), Google Sheets, Slack |
π Break-glass | Manage break-glass requests and approvals for temporary elevated permissions | Slack β AWS (IAM), Jira |
π Categorize emails | Categorize new emails and notify the appropriate channels based on the content | Gmail β ChatGPT β Slack |
π Confluence to Slack | Notify when a new page with a specific label is created | Confluence β Slack |
π Data pipeline | Process and store data from new S3 files in a database | AWS (SNS, S3) β SQLite |
π Discord to Spreadsheet | Log Discord message events using AutoKitteh's event system for simple event handling | Discord β Google Sheets |
π GitHub Actions | Trigger GitHub workflows across repos using AutoKittehβs event system for automation | GitHub |
β GitHub Copilot seats | Automate daily GitHub Copilot user pruning and report changes | GitHub β Slack |
π Google Calendar to Asana | Create an Asana task whenever a new event is added to Google Calendar | Google Calendar β Asana |
π Google Forms to Jira | Create Jira issues based on Google Forms responses | Google Forms β Jira |
π Jira assignee from schedule | Assign new Jira issues to the current on-caller based on a schedule in a shared calendar | Jira β Google Calendar |
π Jira deadline to event | Create/update calendar events based on the deadlines of Jira issues | Jira β Google Calendar |
π Quickstart | Basic workflow for tutorials | HTTP |
β ReviewKitteh | Monitor pull requests, and meow at random people | GitHub, Google Sheets, Slack |
π Room reservation | Manage via Slack ad-hoc room reservations in Google Calendar | Slack β Google Calendar, Google Sheets |
π Slack Discord sync | Sync Slack and Discord messages in real-time | Slack β Discord |
π Slack support | Categorize Slack support requests using AI, and route them to the appropiate people | Slack β Gemini, Google Sheets |
π Task chain | Run a sequence of tasks with fault tolerance | Slack |
π Webhook to Jira | Create Jira issues based on HTTP GET/POST requests | HTTP β Jira |
Note
π = Python implementation, β = Starlark implementation.