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:
15
examples/workflows/messaging/telegram-channel-digest.json
Normal file
15
examples/workflows/messaging/telegram-channel-digest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Telegram Channel Digest",
|
||||
"steps": [
|
||||
{
|
||||
"app": "org.telegram.messenger",
|
||||
"goal": "Open the search icon, search for 'TechCrunch' channel, and open it. Use read_screen to collect the latest 10 posts. Copy the headlines and summaries to clipboard.",
|
||||
"maxSteps": 15
|
||||
},
|
||||
{
|
||||
"app": "org.telegram.messenger",
|
||||
"goal": "Go back to main chat list. Search for 'Product Hunt' channel and open it. Use read_screen to collect the latest 10 posts. Copy the product names and descriptions to clipboard.",
|
||||
"maxSteps": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user