longtask-systemState-file driven long task manager splitting tasks into sequential subtasks, supporting multi-agent collaboration and real-time visual monitoring.
Install via ClawdBot CLI:
clawdbot install noah-1106/longtask-systemGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/noah-1106/Skills_Repo#longtask_systemUses known external API (expected, informational)
googleapis.comAudited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
Automates batch content creation workflows for digital marketing agencies. The system sequentially generates multiple articles, social media posts, or ad copy by breaking the project into atomic writing tasks, ensuring each piece is completed before moving to the next.
Manages long-running data extraction, transformation, and loading jobs for analytics teams. Each step (data fetch, clean, transform, load) is treated as a subtask, with state persistence allowing recovery from failures without restarting the entire pipeline.
Coordinates specialized AI agents to handle complex customer service escalations. Routes tickets between agents for billing, technical, and account management issues, maintaining context through state files to ensure seamless handoffs and resolution tracking.
Orchestrates end-to-end testing suites for QA teams by breaking tests into sequential modules (unit, integration, UI). The daemon ensures each test module completes and logs results before triggering the next, with inbox fallback for agent failures.
Facilitates collaborative research projects where multiple agents contribute sections (literature review, data analysis, writing). The system manages task assignment, progress tracking, and ensures sections are finalized in order for coherent report assembly.
Offer the Longtask System as a cloud-hosted service with tiered pricing based on task volume, agent count, and support levels. Revenue comes from monthly subscriptions, with premium features like advanced analytics and priority support.
Sell on-premise or private cloud licenses to large organizations needing customized workflows. Revenue includes upfront licensing fees, implementation services, and ongoing maintenance contracts for updates and technical support.
Provide professional services to design, implement, and optimize Longtask workflows for specific client use cases. Revenue is project-based, with additional retainer fees for ongoing management and optimization of automated pipelines.
💬 Integration Tip
Ensure your agent framework supports session persistence or use screen/setsid to prevent daemon termination, and configure notify_agent.sh to match single or multi-agent collaboration needs.
Scored Apr 19, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...