Skip to content

runnerr0/OpenShortcuts

Repository files navigation

OpenShortcuts

A curated library of reusable iOS Shortcuts that expose useful automation patterns around AI, speech-to-text, developer utilities, and knowledge capture.

Apple Shortcuts treated like real software artifacts: documented, versioned, categorized, configurable, and safe for others to install and reuse.

Browse & Install Shortcuts →

What This Is

  • Installable shortcuts that do genuinely useful work on iPhone and iPad
  • Clear documentation so you can understand, configure, and troubleshoot each one
  • Repeatable patterns for shortcuts that call external services (LLMs, speech-to-text APIs, webhooks, local servers)
  • A consistent framework for adding new shortcuts instead of one-off blobs

Shortcuts

Speech

Shortcut Description Install
Universal Transcribe Record audio, send to any STT service, get text on clipboard Install

AI / Agents

Shortcut Description Install
Clipboard Rewriter Transform clipboard text via LLM: rewrite, simplify, grammar, translate Install
Morning Briefing Tap to get a personalized briefing (weather, calendar, news, commute) via an AI agent
Audio Briefing Future — Generate podcast episodes on any topic, delivered to your podcast app

Productivity

Shortcut Description Install
Voice to Structured Notes Record speech → transcribe → LLM structures into formatted Apple Note Install
Quick Research Capture Share a URL → LLM summarizes → appends to Research Log in Notes Install
Voice to Reminders Speak naturally → LLM parses into tasks → creates iOS Reminders Install

Developer

Coming soon

Getting Started

  1. Browse the shortcuts above or visit the install catalog
  2. Tap Install on your iOS device — the Shortcuts app will open
  3. Configure your API key and endpoint when prompted
  4. Use it from Home Screen, widget, Share Sheet, or Siri

Requires iOS 16+ with "Allow Untrusted Shortcuts" enabled in Settings > Shortcuts.

Project Structure

OpenShortcuts/
├── README.md
├── LICENSE
├── CONTRIBUTING.md
├── .gitignore
├── .github/
│   ├── ISSUE_TEMPLATE/
│   └── pull_request_template.md
├── shortcuts/
│   ├── speech/
│   │   └── universal-transcribe/
│   ├── ai/
│   │   └── clipboard-rewriter/
│   ├── developer/
│   └── productivity/
│       ├── voice-structured-notes/
│       ├── research-capture/
│       └── voice-reminders/
├── site/
│   └── index.html
├── docs/
│   ├── repo-roadmap.md
│   └── shortcut-template.md
└── assets/
    └── screenshots/

Roadmap

See docs/ROADMAP.md for what's shipping in the MVP vs future ideas.

Contributing

See CONTRIBUTING.md for guidelines on adding new shortcuts or improving existing ones.

License

This project is licensed under the MIT License. See LICENSE for details.

About

IOS shortcuts framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors