{"id":50978297,"url":"https://github.com/simular-ai/simulang-recipes","last_synced_at":"2026-06-19T11:03:48.946Z","repository":{"id":359631828,"uuid":"1238393630","full_name":"simular-ai/simulang-recipes","owner":"simular-ai","description":"Community-built sample apps and recipes using Simulang. Explore what's possible, then build your own!","archived":false,"fork":false,"pushed_at":"2026-06-18T17:56:50.000Z","size":31682,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T19:27:08.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simular-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-14T04:46:06.000Z","updated_at":"2026-06-18T17:56:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/simular-ai/simulang-recipes","commit_stats":null,"previous_names":["simular-ai/simulang-recipes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simular-ai/simulang-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simular-ai%2Fsimulang-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simular-ai%2Fsimulang-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simular-ai%2Fsimulang-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simular-ai%2Fsimulang-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simular-ai","download_url":"https://codeload.github.com/simular-ai/simulang-recipes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simular-ai%2Fsimulang-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34528144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-19T11:03:47.949Z","updated_at":"2026-06-19T11:03:48.929Z","avatar_url":"https://github.com/simular-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simulang Recipes\n\n[![typecheck](https://github.com/simular-ai/simulang-recipes/actions/workflows/typecheck.yml/badge.svg)](https://github.com/simular-ai/simulang-recipes/actions/workflows/typecheck.yml)\n\nA collection of community-built automations for [Simulang](https://docs.simular.ai/simulang/simulang-primer). Browse what others have built, grab something useful, or share your own.\n\n## What is Simulang?\n\nSimulang is a CLI tool for automating real desktop apps — your browser, editor, native apps, and more. Scripts are TypeScript/JS files that interact with UIs through OS accessibility APIs, with optional AI-powered vision grounding for trickier elements. Check out the [primer](https://docs.simular.ai/simulang/simulang-primer) to get started.\n\n\u003e **Requirements:** Node ≥ 22.18 · [simulang](https://docs.simular.ai/simulang/simulang-primer) installed · Run `simulang setup` once to grant required OS permissions\n\n## API Key Setup\n\nSome recipes use vision grounding or `AskModel` and require an [OpenRouter](https://openrouter.ai) API key. Set it once and every recipe that needs it will pick it up automatically:\n\n```bash\n# Add to ~/.zshrc or ~/.zprofile, then open a new terminal\nexport OPENROUTER_API_KEY=your_key_here\n```\n\nEach recipe's README states whether a key is required.\n\n## Running a Recipe\n\nTry the simplest recipe first — no API key, no extra setup:\n\n```bash\ncd nudge\nnpm install\nsimulang run main.ts\n```\n\nFor any other recipe: `cd \u003crecipe\u003e`, read its `README.md` for prerequisites, then `simulang run main.ts`.\n\n## Recipes\n\n| Recipe                                  | Category     | Description                                                                                                                            | Key APIs                                                 |\n| --------------------------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |\n| [simple-profiler](simple-profiler/)     | Dev Tools    | Compiles and runs a C++ sorting benchmark, then pastes a formatted profiling report into Apple Notes                                   | `App`, `Clipboard`, `KeyboardController`                 |\n| [mac-2048-player](mac-2048-player/)     | Games        | Expectimax bot that plays 2048 (Mac App Store) using vision grounding for UI navigation and the accessibility tree for board state     | `AccessibilityTree`, `GroundingModel`, `MouseController` |\n| [slitherio](slitherio/)                 | Games        | Plays slither.io automatically — main thread steers with orbit patterns, worker thread does pixel-level threat detection               | `GroundingModel`, `AskModel`, `Worker threads`           |\n| [wordle](wordle/)                       | Games        | Plays Wordle Unlimited automatically — opens with \"CRANE\" then uses AskModel each turn to read the board and pick the next guess       | `AskModel`, `KeyboardController`                         |\n| [calendar-to-docs](calendar-to-docs/)   | Productivity | Reads upcoming events from macOS Calendar via the accessibility tree and pastes a formatted month-grouped digest into a new Google Doc | `AccessibilityTree`, `GroundingModel`, `Clipboard`       |\n| [daily-news-digest](daily-news-digest/) | Productivity | Scrapes top headlines from CNN, NY Times, BBC, The Guardian, and Hacker News and writes a dated digest into a new Apple Notes note     | `AccessibilityTree`, `Clipboard`, `KeyboardController`   |\n| [nudge](nudge/)                         | Productivity | Keeps your presence status active with imperceptible cursor micro-movements every 30 seconds — cursor always snaps back                | `MouseController`                                        |\n| [redmart-shopper](redmart-shopper/)     | Productivity | Weekly grocery automation for Redmart (Lazada SG) — fills your cart every Saturday from a managed shopping list                        | `AskModel`, `GroundingModel`, `KeyboardController`       |\n| [doomscroller](doomscroller/)           | Social       | Scrolls TikTok's For You feed and forwards videos that cross a like/share threshold to a friend on Slack                               | `AccessibilityTree`, `GroundingModel`, `Clipboard`       |\n\nGot something to share? We'd love to see it — check out [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Resources\n\n- [Simulang Docs](https://docs.simular.ai/simulang/simulang-primer)\n- [`@simular-ai/simulang-js` on npm](https://www.npmjs.com/package/@simular-ai/simulang-js)\n- [`simulang-js` on GitHub](https://github.com/simular-ai/simulang-js)\n- [Simular Website](https://www.simular.ai/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimular-ai%2Fsimulang-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimular-ai%2Fsimulang-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimular-ai%2Fsimulang-recipes/lists"}