cofounder-im
Pull startup project data and AI-generated build specifications from CoFounder.im. Use when a user wants to build a project that was validated and planned on CoFounder.im — lists projects, fetches the full build spec (tech stack, MVP plan, UI/UX, implementation plan, OpenClaw builder output), and helps orchestrate sub-agents to build it. Trigger phrases — "build my CoFounder project", "pull my project from cofounder.im", "use my CoFounder build spec", "start building from CoFounder", "fetch my startup plan", "build from cofounder".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexfilatov/cofounder-imWhat This Skill Does
The cofounder-im skill serves as a seamless bridge between your strategic planning on CoFounder.im and the execution power of the OpenClaw agent. When you use this skill, OpenClaw authenticates with your CoFounder.im account using your API token, retrieves your validated startup projects, and parses the multi-agent outputs generated during your planning phase. This includes your tech stack selection, MVP roadmap, UI/UX guidelines, and, most crucially, the structured 'openclaw_builder' output. The skill effectively translates high-level strategy into an actionable, step-by-step build process that OpenClaw can execute by orchestrating specific sub-agents, ensuring your startup project moves from a conceptual plan to a working codebase with minimal friction.
Installation
To integrate this skill into your environment, run the following command within your terminal or OpenClaw interface: clawhub install openclaw/skills/skills/alexfilatov/cofounder-im. Ensure that you have generated an API token from your CoFounder.im settings dashboard. You must set this token as an environment variable named COFOUNDER_API_TOKEN to allow the skill to authenticate and fetch your private project data securely.
Use Cases
This skill is designed for founders and developers who prefer a model-driven development workflow. Ideal scenarios include: initializing a project skeleton based on a validated tech stack identified by CoFounder.im, automating the setup of MVP requirements as defined in your planning sessions, and rapidly scaffolding UI/UX components based on approved mockups. It acts as the primary coordinator for building out complex project structures that require multiple sub-agents to handle different layers of the development process.
Example Prompts
- "Build my CoFounder project: list my available plans and let's start with the CRM dashboard."
- "I've finished planning on cofounder.im, can you fetch my startup plan and outline the next steps for building the MVP?"
- "Use my CoFounder build spec to initiate the implementation plan for my project named 'EcoTrack'."
Tips & Limitations
To maximize effectiveness, always review the 'openclaw_builder' output before committing to a full build. Because this skill facilitates code generation and directory manipulation, it operates best in a clean, sandboxed development directory. While the skill helps orchestrate, it relies on the quality of your CoFounder.im project data. Always verify the tech stack versioning and dependencies suggested by the build plan to ensure they align with your local environment. Note that this skill does not perform secret management; ensure your cloud and database credentials are ready before the sub-agents begin the deployment phase.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexfilatov-cofounder-im": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution