Host Shared Task Queue
by Rapa Canola
Async task delegation for AI agents via shared folders—perfect for cross-OS and remote worker coordination.
- Trigger Windows-only CLI tools from a Linux-based AI agent environment.
- Coordinate work across machines behind NAT without exposing public endpoints.
- Delegate long-running tasks to an external worker to bypass agent timeouts.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Trigger Windows-only CLI tools from a Linux-based AI agent environment.
- Coordinate work across machines behind NAT without exposing public endpoints.
- terminal automation included
- Ready for Claude Code
Sample input
Run the video render for project_v1 on the Windows host using the render-queue and tell me when it's finished.
Sample output
UUID: 8f2b-4e1a... Waiting for result from 'render-queue'... Done! { "status": "success", "output_file": "C:\Renders\project_v1.mp4", "duration_seconds": 145, "artifacts": ["log.txt", "thumb.png"] }
Host Shared Task Queue
by Rapa Canola
Async task delegation for AI agents via shared folders—perfect for cross-OS and remote worker coordination.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Trigger Windows-only CLI tools from a Linux-based AI agent environment.
- Coordinate work across machines behind NAT without exposing public endpoints.
- terminal automation included
- Ready for Claude Code
- Instant install
Sample input
Run the video render for project_v1 on the Windows host using the render-queue and tell me when it's finished.
Sample output
UUID: 8f2b-4e1a... Waiting for result from 'render-queue'... Done! { "status": "success", "output_file": "C:\Renders\project_v1.mp4", "duration_seconds": 145, "artifacts": ["log.txt", "thumb.png"] }
About This Skill
What it does
The Shared Task Queue skill provides a robust, low-tech way for an AI agent to delegate tasks to external processes using a shared filesystem directory as the transport. It implements an asynchronous inbox/outbox pattern that works across different machines, operating systems, and user accounts without requiring complex network setup or message brokers.
Why use this skill
Developers often face the "walled garden" problem where an AI agent in a Linux container needs to trigger a process on a Windows host, a legacy machine, or a browser session behind a NAT. This skill bridges that gap. Unlike standard MCP servers or HTTP webhooks, it requires zero infrastructure beyond a shared folder (SMB, NFS, Dropbox, or SyncThing). It handles the messy details of atomic file writes, cross-OS line endings, and polling logic.
Supported tools
- Compatible with any watcher process that can read and write JSON files.
- Built-in bash scripts for
send,wait,receive, andpurgeoperations. - Fallback support for Python 3 when specialized CLI utilities are missing.
- Supports shared directories via Samba, SyncThing, NFS, or local mounts.
The Result
The agent submits a structured JSON payload and receives a structured response once the external worker completes the task. All communication is persisted in the filesystem, providing a clear audit log and making failures easy to debug.
Use Cases
- Trigger Windows-only CLI tools from a Linux-based AI agent environment.
- Coordinate work across machines behind NAT without exposing public endpoints.
- Delegate long-running tasks to an external worker to bypass agent timeouts.
- Implement a robust "human-in-the-loop" approval flow via shared files.
Known Limitations
- Not for high-frequency streams due to filesystem polling latency.
- Requires pre-configured shared folder permissions.
- No built-in task retries; responsibility lies with the external worker.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/host-shared-task-queue -o /tmp/host-shared-task-queue.zip && unzip -o /tmp/host-shared-task-queue.zip -d ~/.claude/skills && rm /tmp/host-shared-task-queue.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Cursor, Windsurf, SKILL.md-compatible agents
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.