← Back to Skills Marketplace
dodge1218

Venture Delegation

by KairoKid · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install venture-delegation
Description
Opus-level strategic decomposition for any opportunity, project, or task. Breaks work into atomic pieces with evals, assigns each to the cheapest capable mod...
Usage Guidance
This skill appears coherent, but keep these practical cautions in mind before enabling it: 1) It expects the agent to create files and run build/eval commands (npm, curl, shell tests). Only allow it where you trust those actions — sandbox or restrict filesystem and network access if possible. 2) Generated atoms may run project scripts that execute code. Review atoms and eval commands before permitting execution. 3) The skill routes work to different internal model names (flash, sonnet, etc.) which can incur costs — verify model availability and cost policies. 4) No secrets are requested by the skill, but if you attach it to a workspace with credentials or CI/CD, ensure it cannot access unrelated secrets. 5) If you want tighter control, require manual approval of the atomic task plan before execution.
Capability Analysis
Type: OpenClaw Skill Name: venture-delegation Version: 1.0.0 The skill bundle defines a complex delegation framework in SKILL.md that instructs the agent to generate and execute shell commands (e.g., 'npm run build', 'curl', 'grep') to verify task completion. While these capabilities are plausibly needed for the stated purpose of project automation and 'atomic' task verification, the broad use of shell execution and network access represents a high-risk behavior and a significant attack surface for command injection, fitting the criteria for a suspicious classification despite the lack of explicit malicious intent.
Capability Assessment
Purpose & Capability
The name/description (decompose tasks, assign to cheaper models, create atomic tasks with verifiable checks) matches the SKILL.md content. No unrelated credentials, binaries, or installs are requested; the model assignment table and evals are coherent with the stated purpose.
Instruction Scope
Runtime instructions direct the agent to write artifacts (files/URLs), run machine-verifiable evals (test -f, npm run build, curl, grep, screenshots, etc.), and to scaffold code. Those actions are appropriate for a delegation tool but do require filesystem, build-tool, and network capabilities — the skill does not attempt to read unrelated system files or environment variables, but it does give the agent discretion to create/execute project commands.
Install Mechanism
Instruction-only skill with no install spec and no external downloads; nothing will be written to disk by an installer. Lowest-risk install surface.
Credentials
The skill requests no environment variables, credentials, or config paths. Model names are referenced internally but do not imply external credentials. The level of access requested is proportional to the purpose.
Persistence & Privilege
always:false and default autonomous invocation are set. The skill does not request permanent presence or modification of other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install venture-delegation
  3. After installation, invoke the skill by name or use /venture-delegation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the delegation skill, version 1.0.0. - Strategic framework for decomposing work into atomic units, each with clear outputs and automated, machine-verifiable evals. - Dynamic assignment engine chooses the cheapest capable model (flash, sonnet, gptoss, opus, gemini-pro) for each task type. - Integrated Venture Eval protocol to rapidly validate new ideas with multi-round optimism, skepticism, and actionable next steps, all under $0.07 cost. - Detailed process phases: THINK (atomic decomposition), PLAN (dependency mapping), EXECUTE (sub-agent handoff), EVAL (automated verification), and LEARN (feedback loop). - Emphasizes clear anti-patterns, model cost efficiency, and strict separation between insight (Opus) and execution (sub-agents).
Metadata
Slug venture-delegation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Venture Delegation?

Opus-level strategic decomposition for any opportunity, project, or task. Breaks work into atomic pieces with evals, assigns each to the cheapest capable mod... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Venture Delegation?

Run "/install venture-delegation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Venture Delegation free?

Yes, Venture Delegation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Venture Delegation support?

Venture Delegation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Venture Delegation?

It is built and maintained by KairoKid (@dodge1218); the current version is v1.0.0.

💬 Comments