venture-spawnerInstant agent hiring. Takes job postings from the orchestrator and fills them with properly configured sub-agents. Handles context passing, timeout enforceme...
Install via ClawdBot CLI:
clawdbot install dodge1218/venture-spawnerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
A product team needs to quickly build a new feature. The orchestrator posts a BUILD job, and the spawner hires a sub-agent to implement the feature, run builds, and commit code, enforcing timeouts and concurrency limits.
A sales team wants to send personalized emails to prospects. The spawner creates OUTREACH sub-agents, each targeting a specific lead, with warmup state and suppression list management, all running in parallel up to concurrency limit.
A business analyst needs multiple research tasks completed, such as market analysis, competitor research, and customer feedback synthesis. The spawner dispatches STRATEGY and RESEARCH sub-agents, handling dependencies and context passing.
An ops team receives bug reports and uses the spawner to create MAINTENANCE sub-agents for each issue, ensuring fixes are verified and committed, with failure handling and escalation if builds fail.
A product manager needs to evaluate new product ideas. The spawner creates PRODUCT sub-agents to catalog items and calculate unit economics, using context from product-catalog-registry and casefinder docs.
Offer the spawner as a service where businesses pay a monthly fee to automate task delegation to AI agents. Revenue comes from subscription tiers based on concurrent agent limits and job complexity.
Operate a platform where users post jobs and pay per completed task. The spawner intelligently allocates sub-agents, taking a commission from each job. This model scales with volume.
License the spawner to enterprises for internal use, integrating with their existing orchestrator and job board. Revenue comes from an annual license fee plus support and customization costs.
💬 Integration Tip
Integrate the spawner with a job board file (e.g., JOB_BOARD.md) and set up event-driven triggers for completion tracking. Ensure proper timeout and concurrency limits to prevent resource exhaustion.
Scored Jul 2, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
A unified OpenClaw skill that merges self-improvement and proactivity: learn from corrections, maintain active state, recover context fast, and keep work mov...
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
Associative memory with spreading activation for persistent, intelligent recall. Use PROACTIVELY when: (1) You need to remember facts, decisions, errors, or...