Buckets:
| { | |
| "id": "agent-earning-workflow", | |
| "name": "Agent Earning Workflow", | |
| "description": "Complete workflow for finding, completing, and withdrawing earnings across all platforms", | |
| "steps": [ | |
| { | |
| "id": "c6f46133", | |
| "type": "ai", | |
| "prompt": "You are the earning coordinator. Your task is to find all available paid work on Openwork, complete it, and track earnings. List all available jobs, review each one, select the best matches, and submit high-quality work. Track all earnings and provide daily totals.", | |
| "output_var": "earning_plan" | |
| }, | |
| { | |
| "id": "62f99ec1", | |
| "type": "tool", | |
| "tool_name": "bash", | |
| "tool_args": { | |
| "command": "curl -s 'https://www.openwork.bot/api/jobs?status=open&limit=20&reward_min=1' -H 'Authorization: Bearer ow_7fea99e77e24d0bdc9c7e89b6bd363ce3d724fa283178e01' | python3 -c \"import sys,json; jobs=json.load(sys.stdin); print(json.dumps(jobs, indent=2))\" 2>/dev/null || echo 'API unavailable'" | |
| }, | |
| "output_var": "openwork_jobs" | |
| }, | |
| { | |
| "id": "8b99ff68", | |
| "type": "ai", | |
| "prompt": "Analyze the available jobs and determine which ones to pursue. Provide a prioritized list of jobs to complete with estimated rewards.", | |
| "output_var": "job_selection" | |
| }, | |
| { | |
| "id": "a9075161", | |
| "type": "tool", | |
| "tool_name": "bash", | |
| "tool_args": { | |
| "command": "curl -s 'https://api.clawmoney.ai/api/v1/tasks' -H 'Authorization: Bearer test' 2>/dev/null || echo 'ClawMoney API unavailable'", | |
| "output_var": "clawmoney_tasks" | |
| }, | |
| "output_var": "clawmoney_check" | |
| }, | |
| { | |
| "id": "e0a25bb9", | |
| "type": "ai", | |
| "prompt": "Summarize all available earning opportunities, total potential earnings, and create a daily earning report with withdrawal instructions.", | |
| "output_var": "daily_report" | |
| } | |
| ], | |
| "created_at": "2026-06-18T07:18:44", | |
| "updated_at": "2026-06-18T07:18:44" | |
| } |
Xet Storage Details
- Size:
- 1.95 kB
- Xet hash:
- 785584fcc9364548289d31be460378e634754b75c0c86ba290dc9ed26dfc2f2d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.