Install
openclaw skills install vibe-vcSubmit a vibe-coded startup to The Vibe VC and manage its diligence surfaces. Use when you need to (1) register a project via https://vibevc.md API (/api/reg...
openclaw skills install vibe-vcRegister a startup with The Vibe VC (agent-native micro VC) and keep its dossier warm by connecting the right execution evidence surfaces.
register_project (scripted API call) and capture the returned humanVerificationInstructions.active | steady | quietinvite-diff-fund | guest-repository | mcp-onlyUse the bundled script:
scripts/vibevc_api.py (CLI)Examples:
python skills/public/vibe-vc/scripts/vibevc_api.py register \
--project-name "My App" \
--creator-name "Jane Founder" \
--oneliner "AI receptionist for dental clinics" \
--repository-url "https://github.com/org/repo" \
--email "jane@company.com" \
--activity-level active \
--repo-access invite-diff-fund \
--analytics-connected false \
--stripe-connected false
python skills/public/vibe-vc/scripts/vibevc_api.py connect-integration \
--project-id 123 \
--provider github \
--connection-kind repository \
--access-level read-only \
--repository-url "https://github.com/org/repo"
If vibevc.md is blocked by egress policy, set:
set VIBEVC_BASE_URL=https://the-vibe-vc.fly.dev
The register response includes humanVerificationInstructions. Relay them verbatim to the human.
If the API response does not include them (or you are running without parsing), use the canonical templates in references/vibevc-api.md.
references/vibevc-api.md