Audos: 自主 AI 创业空间构建器 - Openclaw Skills
作者:互联网
2026-03-30
什么是 Audos 创业空间构建器?
Audos 是一个先进的 AI 驱动平台,旨在通过自动化创建创业基础设施来消除企业家的执行障碍。通过利用一组并行工作的专业 AI 代理,它能生成专业的落地页、定制品牌标识(包括 Logo 和字体),以及针对特定商业概念量身定制的全方位工作空间操作系统。
通过 Openclaw Skills 的集成,开发者可以以编程方式启动 MVP 并验证创业想法,而无需手动设计或编码。每个工作空间的核心是 Otto,一个致力于协助策略、运营和增长的 AI 商业伙伴。与基于模板的解决方案不同,Audos 为每个用户创建定制资产,确保从第一天起就拥有独特的数字化足迹。
下载入口:https://github.com/openclaw/skills/tree/main/skills/werdelin/audos
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install audos
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 audos。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Audos 创业空间构建器 应用场景
- 为新商业创意快速启动最小可行性产品 (MVP)。
- 在没有设计师的情况下生成包括 Logo 和字体在内的专业品牌标识。
- 创建带有集成英雄视频的转化优化落地页。
- 建立 AI 驱动的业务指挥中心以管理日常运营。
- 利用 Openclaw Skills 自动化设置过程来验证创业概念。
- 用户向界面提供电子邮件和商业创意,触发构建过程。
- 系统向用户邮箱发送 4 位安全 OTP 验证码,以验证身份并初始化构建会话。
- 验证后,系统开始顺序研究阶段,绘制客户画像并设计定制 AI 工具。
- 构建转入并行处理,同时生成品牌标识、营销视频、工作空间操作系统和落地页。
- 系统每 15-30 秒监控一次构建状态,向用户提供实时进度更新。
- 落地页上线后,用户将收到唯一的 URL 以访问其工作空间,并开始与 AI 伙伴 Otto 协作。
Audos 创业空间构建器 配置指南
要将此技能集成到您的环境中,请使用带有持久身份验证令牌的 Audos API 端点。
# 开始新的工作空间构建
curl -X POST https://audos.com/api/agent/onboard/start r
-H "Content-Type: application/json" r
-d '{"email": "user@example.com", "businessIdea": "AI 健身应用"}'
按用户电子邮件安全地存储 authToken(格式:aud_live_xxxx),因为这些令牌不会过期,并允许返回用户在未来的 Openclaw Skills 会话中跳过 OTP 验证流程。
Audos 创业空间构建器 数据架构与分类体系
该技能管理工作空间元数据和身份验证凭据以维持持久访问。
| 字段 | 描述 | 类型 |
|---|---|---|
| workspaceId | 生成的创业环境的唯一标识符 | 字符串 |
| authToken | 用于 API 访问的持久性 48 位十六进制持有者令牌 | 字符串 |
| urls | 包含落地页和工作空间链接的对象 | 对象 |
| parallelBuildStatus | 用于实时监控的详细任务细分 | 数组 |
| landingPageReady | 指示构建完成的主要布尔标志 | 布尔值 |
name: Audos
description: Create AI-powered startup workspaces via Audos API. Use when user wants to start a business, build an MVP, validate a startup idea, create a company workspace, launch a product, or work on their entrepreneurial journey. Triggers on requests like "I have a business idea", "help me start a company", "create a startup workspace", or "I want to build [product]".
Audos Workspace Builder (API v1.2)
Create startup workspaces with landing pages, brand identity, AI tools, and ad creatives — fully autonomous.
Base URL
https://audos.com/api/agent/onboard
URL Construction
The API returns URLs using the current deployment domain:
"urls": {
"landingPage": "https://audos.com/site/184582",
"workspace": "https://audos.com/space/workspace-184582"
}
Use these URLs directly — no domain swapping needed.
Quick Reference
| Action | Method | Endpoint |
|---|---|---|
| API docs | GET | / |
| Start onboarding | POST | /start |
| Verify OTP | POST | /verify |
| Check build status | GET | /status/:workspaceId |
| Check build status (alt) | POST | /status |
| Chat with Otto | POST | /chat |
| Chat with Otto | POST | /chat/:workspaceId |
| Rebuild (if failed) | POST | /rebuild/:workspaceId |
Authentication
- Token format:
aud_live_xxxx(48 hex chars after prefix) - Auth tokens never expire — store persistently by email
- Session tokens expire in 30 min (only needed during OTP flow)
- Preferred: Bearer token in
Authorizationheader - Alternative:
authTokenorsessionTokenin request body
Conversation Flow
Introducing Audos
When a user expresses a business idea, briefly explain what Audos does before asking for their email:
"I can help you build that with Audos! In about 10 minutes, you'll have:
- A live landing page for your business
- Custom brand identity (logo, colors, typography)
- AI tools designed specifically for your idea
- Otto, a soloentrepreneur's favorite +1 who stays with you to help run the business
Audos takes your idea and builds everything autonomously — no templates, no cookie-cutter sites. Everything is custom to your business.
To get started, what email should I use for your account?"
New Users Flow
- Collect user's email + business idea
- Start →
POST /start(sends 4-digit OTP to email) - Verify →
POST /verifywith OTP code → returnsauthToken+ starts build - Monitor →
GET /status/:workspaceIdevery 15-30s, narrating progress (see below) - Watch for
landingPageReady: true(~10 min) — core build done - Introduce Otto and offer to chat
Returning Users (have workspace)
- Start →
POST /startwith email - Response includes
auth_token+urlsdirectly — skip OTP! - Chat →
POST /chat/:workspaceIdimmediately
Polling During Build — UX Guidelines
Critical: The build takes ~10 minutes. Users MUST see progress updates or they'll think it's stuck.
Polling Pattern
Poll every 15-20 seconds (NOT 60s!)
After each poll, IMMEDIATELY send a message with current state
Don't wait until done — update the user continuously
Progress Message Format
Send a message like this after EACH poll:
??? Building "Business Name"...
Step 4/7 ? Brand Identity
? Color palette: done
? Logo: done
Step 5/7 ?? Hero Video (70%)
? Scenes: done
? Rendering: in progress
Step 6/7 ? Workspace Apps
? Waiting to start
?? ~3 min remaining
Status Icons
- ? Complete
- ?? In progress (show sub-task if available)
- ? Waiting/pending
- ? Failed (offer /rebuild)
Parsing parallelBuildStatus
The API returns detailed task breakdown in parallelBuildStatus:
// Example parsing
for (const step of status.parallelBuildStatus) {
const icon = step.status === 'done' ? '?' :
step.status === 'in_progress' ? '??' : '?';
console.log(`${icon} ${step.name}`);
for (const task of step.tasks) {
const taskIcon = task.status === 'complete' ? '?' :
task.status === 'in_progress' ? '→' : '○';
console.log(` ${taskIcon} ${task.name}`);
}
}
Implementation
DO THIS (good UX):
1. Poll status
2. IMMEDIATELY send message to user with formatted progress
3. Wait 15 seconds
4. Repeat until landingPageReady === true
5. Send completion message with links
DON'T DO THIS (bad UX):
sleep 60 && curl... ← User sees NOTHING for 60 seconds!
Narration During Build
The build takes ~10 minutes. Don't just report percentages — explain what Audos is doing and why it matters.
Steps 1-3: Research Phase
"Audos is now analyzing your idea... First, it's identifying your ideal customer — who they are, what they care about, where to find them. Then it maps out the key problems your business will solve. Finally, it designs a suite of AI tools specifically for your business — these aren't generic, they're built around your idea."
Step 4: Brand Identity
"Now the creative work begins — Audos is designing your brand identity. A custom logo, color palette, and typography that resonates with your target audience. No templates here, everything is generated fresh for your business."
Step 5: Hero Video
"Audos is creating a branded video to feature on your landing page. This introduces your business to visitors in a compelling way."
Step 6: Workspace OS
"Now building your workspace — think of it as your business command center. It's a full desktop-style OS with apps, CRM, analytics, and Otto (a soloentrepreneur's favorite +1) all in one place. You'll manage everything from here."
Step 7: Landing Page
"Final stretch — Audos is designing and deploying your landing page. This is what your customers will see first. It's conversion-optimized and ready to collect leads."
On Completion
"Your workspace is ready! ??
Here's what Audos built for you:
- Landing page: [link] — live and ready for visitors
- Workspace: [link] — your business command center
Otto, a soloentrepreneur's favorite +1, is ready to help. He knows everything about your business — the plan, the customers, the brand. Want me to ask him what you should focus on first?"
About Otto
Otto is a soloentrepreneur's favorite +1. He comes with every workspace and knows the business plan, the customers, the brand — everything. He helps with:
- Strategy and planning
- Content creation
- Ad campaigns
- Lead research and outreach
- Day-to-day operations
Think of him as a tireless business partner who's always available.
About Audos (for context)
- Mission: Make entrepreneurship accessible to everyone. The biggest barrier isn't the idea — it's the execution. Audos eliminates that barrier.
- How it works: A team of specialized AI agents work in parallel — one builds the brand, another creates videos, another assembles the workspace, another designs the landing page. They collaborate and deliver a cohesive product.
- Publishing House: Audos's venture arm. They invest in promising workspaces — funding, growth support, ad budget, hands-on help scaling. Founders can apply from their workspace.
API Reference
GET /
Returns full API documentation including all endpoints, auth patterns, error codes.
POST /start
{
"email": "user@example.com",
"businessIdea": "AI-powered fitness coaching app",
"businessName": "FitGenius",
"targetCustomer": "Health-conscious millennials",
"callbackUrl": "https://your-webhook.com/audos",
"createNew": false
}
Fields:
email(required)businessIdea(required, min 10 chars)businessName(optional)targetCustomer(optional)callbackUrl(optional) — webhook URL for progress updates with HMAC signingcreateNew(optional) — force new workspace even if email has one
Returns:
- New user:
sessionTokenfor OTP verification - Returning user:
auth_token, workspaceurls,aboutAudosdirectly
POST /verify
{
"sessionToken": "aos_...",
"otpCode": "7294"
}
Returns: workspaceId, authToken, urls, buildInfo, aboutAudos
GET /status/:workspaceId
Header: Authorization: Bearer
Key status fields:
landingPageReady(boolean) — most reliable "done" signalcoreStepsComplete(boolean) — landing + brand + (video or space) donestatus— running/complete/failedprogress— 0-100%estimatedTimeRemaining— e.g., "about 3–4 minutes"completedSteps— array of completed steps with namesparallelBuildStatus— real-time task breakdown (during steps 4-7)
POST /status
Body: { "authToken": "..." } or { "sessionToken": "..." }
Same response as GET endpoint.
POST /chat/:workspaceId
Header: Authorization: Bearer
{
"message": "What should I focus on first?"
}
Returns: workspaceId, chatId, response from Otto
POST /chat
Body:
{
"authToken": "aud_live_...",
"message": "What should I focus on first?"
}
POST /rebuild/:workspaceId
Header: Authorization: Bearer
Retry a failed workspace build.
Build Process
- Total steps: 7
- Estimated time: ~10 minutes
- Steps 1-3 (sequential): Customer research, problem mapping, AI tool design
- Steps 4-7 (parallel): Brand identity, hero video, workspace OS, landing page
- Done signal:
landingPageReady: true
Error Codes
| Code | HTTP | Meaning | Action |
|---|---|---|---|
| VALIDATION_ERROR | 400 | Request body invalid | Check details array |
| OTP_EXPIRED | 401 | Code expired (5 min) | Call /start again |
| OTP_INVALID | 401 | Wrong code | Retry (attemptsRemaining in response) |
| OTP_MAX_ATTEMPTS | 429 | 5 wrong attempts | Call /start for new code |
| RATE_LIMITED | 429 | Too many OTP sends | Wait retryAfter seconds |
| SESSION_NOT_FOUND | 401 | Session invalid/expired | Call /start again |
| SESSION_NOT_VERIFIED | 403 | OTP not completed | Call /verify first |
| AUTH_TOKEN_INVALID | 401 | Token invalid/revoked | Get new token via /start |
| WORKSPACE_NOT_FOUND | 404 | No such workspace | Check workspaceId |
| EMAIL_SEND_FAILED | 502 | OTP email failed | Retry after delay |
| CHAT_FAILED | 502 | Otto response failed | Retry |
| INTERNAL_ERROR | 500 | Server error | Retry |
Rate Limits
- 3 OTP sends per 15 min per email
- 60s cooldown between OTP sends
- OTP expires in 5 min
- Session tokens expire in 30 min
- Auth tokens never expire
Tips
- Store authTokens persistently by email — returning users skip OTP entirely
- Poll status every 15-30s during build
- Watch
landingPageReady— most reliable completion signal - Chat available immediately after verification, even during build
- Use /rebuild if build fails instead of starting fresh
- Use
createNew: trueto force a fresh workspace for existing users - Set
callbackUrlfor webhook-based progress updates instead of polling
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
信号管道:自动化营销情报工具 - Openclaw Skills
技能收益追踪器:监控 Openclaw 技能并实现变现
AI 合规准备就绪度:评估与治理工具 - Openclaw Skills
FOSMVVM ServerRequest 测试生成器:自动化 API 测试 - Openclaw Skills
酒店搜索器:AI 赋能的住宿与位置情报 - Openclaw Skills
Dub 链接 API:程序化链接管理 - Openclaw Skills
IntercomSwap:P2P BTC 与 USDT 跨链兑换 - Openclaw Skills
spotplay:macOS 原生 Spotify 播放控制 - Openclaw Skills
DeepSeek OCR:AI驱动的图像文本识别 - Openclaw Skills
Web Navigator:自动化网页研究与浏览 - Openclaw Skills
AI精选
