Organise examples into folders, rewrite readme with natural flow and tailscale section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-14 20:28:22 +05:30
parent 8b9f0a4e6e
commit 71021f48dd
38 changed files with 132 additions and 15 deletions

View 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
}
]
}