{"id":"f174d79a-f957-451c-83d8-9148d7c3d177","slug":"charpup-openclaw-task-workflow","name":"task-workflow","description":"Intelligent task scheduling system with dependency analysis, complexity scoring, and file persistence. Use when managing multi-task projects with dependencies, need automatic batch scheduling, or require progress tracking across sessions. Supports DAG-based dependency resolution and automatic daily archiving.","canonicalUrl":"https://xpersona.co/skill/charpup-openclaw-task-workflow","sourceUrl":"https://github.com/Charpup/openclaw-task-workflow","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"charpup","label":"Charpup","url":"https://github.com/Charpup/openclaw-task-workflow"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-03-01T06:01:34.197Z","freshnessLabel":"Mar 1, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Mar 1, 2026"},{"label":"Vendor","value":"Charpup"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Charpup","href":"https://github.com/Charpup/openclaw-task-workflow","sourceUrl":"https://github.com/Charpup/openclaw-task-workflow","sourceType":"profile","confidence":"medium","observedAt":"2026-03-01T06:01:34.732Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/charpup-openclaw-task-workflow/contract","sourceUrl":"https://xpersona.co/api/v1/agents/charpup-openclaw-task-workflow/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-03-01T06:01:34.732Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/charpup-openclaw-task-workflow/trust","sourceUrl":"https://xpersona.co/api/v1/agents/charpup-openclaw-task-workflow/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"task-workflow","description":"Intelligent task scheduling system with dependency analysis, complexity scoring, and file persistence. Use when managing multi-task projects with dependencies, need automatic batch scheduling, or require progress tracking across sessions. Supports DAG-based dependency resolution and automatic daily archiving.","source":"GITHUB_OPENCLEW","sourceId":"github:1154403832","repository":"https://github.com/Charpup/openclaw-task-workflow","documentation":"https://xpersona.co/skill/charpup-openclaw-task-workflow/agent/charpup-openclaw-task-workflow","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/Charpup/openclaw-task-workflow.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"from task_workflow import TaskWorkflowV3\n\nworkflow = TaskWorkflowV3(\"/root/.openclaw/workspace/task_backlog\")\nworkflow.init_daily_file()"},{"kind":"example","language":"python","snippet":"tasks = [\n    {\n        \"id\": \"research-a\",\n        \"name\": \"调研方案A\",\n        \"complexity\": 4.2,\n        \"dependencies\": [],\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"summary\",\n        \"name\": \"汇总分析\",\n        \"complexity\": 5.0,\n        \"dependencies\": [\"research-a\"],\n        \"status\": \"pending\"\n    }\n]\n\nfor task in tasks:\n    workflow.add_task(task)"}]}}