Add 33 practical day-to-day workflow examples
Messaging & Communication: - whatsapp-reply, whatsapp-broadcast, whatsapp-to-email - telegram-channel-digest, telegram-send-message - slack-standup, slack-check-messages - email-digest, email-reply, translate-and-reply Social Media: - social-media-post (cross-platform Twitter + LinkedIn) - social-media-engage (like/comment rounds) - instagram-post-check (engagement stats) Productivity: - morning-briefing (SMS + WhatsApp + Telegram + Calendar + Weather) - calendar-create-event, notes-capture - notification-cleanup, do-not-disturb (focus mode) - github-check-prs, screenshot-share-slack Research & Search: - google-search-report, news-roundup - multi-app-research (Google + YouTube + Reddit) - price-comparison (Amazon + Flipkart + Google) Lifestyle: - food-order (Zomato), uber-ride (price check) - maps-commute, check-flight-status - spotify-playlist, youtube-watch-later - fitness-log, expense-tracker, wifi-password-share All workflows use: bun run src/kernel.ts --workflow examples/<name>.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
30
examples/morning-briefing.json
Normal file
30
examples/morning-briefing.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Morning Briefing",
|
||||
"steps": [
|
||||
{
|
||||
"app": "com.google.android.apps.messaging",
|
||||
"goal": "Read all unread SMS messages. Use read_screen to collect all visible messages and copy them to clipboard.",
|
||||
"maxSteps": 10
|
||||
},
|
||||
{
|
||||
"app": "com.whatsapp",
|
||||
"goal": "Check the top 5 most recent chats. For each unread chat (bold name = unread), open it, use read_screen to collect messages, then go back. Copy a summary of all unread messages to clipboard.",
|
||||
"maxSteps": 25
|
||||
},
|
||||
{
|
||||
"app": "org.telegram.messenger",
|
||||
"goal": "Check the top 5 most recent chats with unread badges. Open each, use read_screen to collect messages, go back. Copy a summary to clipboard.",
|
||||
"maxSteps": 25
|
||||
},
|
||||
{
|
||||
"app": "com.google.android.calendar",
|
||||
"goal": "Read today's calendar events. Use read_screen to collect all events visible on today's view. Copy the schedule to clipboard.",
|
||||
"maxSteps": 10
|
||||
},
|
||||
{
|
||||
"app": "com.google.android.googlequicksearchbox",
|
||||
"goal": "Search for 'weather today' and read the result. Copy the weather summary (temperature, conditions, high/low) to clipboard.",
|
||||
"maxSteps": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user