AI CEO Automation
AI CEO automation system for fully automated company operations
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 480 · 5 current installs · 6 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims to provide full 'AI CEO' automation and points to a GitHub repo containing Actions, templates, and scripts — this is coherent with the declared purpose. However, the actual automation is delegated to an external repository (sendwealth/claw-intelligence) whose workflow contents are not included in the skill, so the repo's code is doing the work rather than the skill bundle itself.
Instruction Scope
The SKILL.md explicitly instructs cloning a third‑party repository and enabling GitHub Actions with the setting 'Allow all actions'. That setting and running the listed workflows (.github/workflows) permit execution of arbitrary third‑party code in your repo context. The skill does not include the workflows' contents or any guidance to audit them before enabling — this is scope creep into executing external code with repo privileges.
Install Mechanism
There is no install spec (instruction‑only), which is low risk in itself. The practical effect, however, is that the skill directs you to pull and run assets from an external GitHub repo; because those workflows will run on your infrastructure when enabled, that external download/execution is the primary install/attack surface even though it's not represented as a formal install spec.
Credentials
The skill declares no required environment variables or credentials, which is consistent. But GitHub Actions workflows commonly rely on repository secrets or tokens; the SKILL.md does not disclose whether the referenced workflows require or will attempt to use secrets or other credentials, so there's missing information about what secrets (if any) you'd need to provide and how they'd be used.
Persistence & Privilege
The skill is not marked always:true and does not request system persistence or elevated platform privileges. It is user‑invocable and can be invoked autonomously by the agent (default), which is normal — but that autonomy combined with the instruction to enable GitHub Actions could increase impact if workflows are malicious.
What to consider before installing
Before following these instructions, inspect the referenced repository and every workflow in .github/workflows in the sendwealth/claw-intelligence repo (or its fork). Do NOT enable 'Allow all actions' for repositories you care about — prefer 'Allow local and GitHub Actions' or 'Selected actions' and only add vetted actions. Run the workflows in a disposable/forked test repository or organization to observe behavior. Check workflows for steps that use secrets, run arbitrary shell commands, or push commits/releases. If you cannot review the workflow files yourself, treat the repo as untrusted and avoid granting it admin rights or adding sensitive repository secrets.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
AI CEO 自动化运营技能
功能介绍
这个技能教你的 OpenClaw 代理如何像 CEO 一样管理公司,实现:
- 自动获客: 网站、GitHub Issues、社交媒体
- 自动响应: 智能客服、模板回复、工单系统
- 自动交付: 代码、文档、咨询服务
- 自动监控: 收入追踪、系统健康、客户管理
使用场景
- 创业者: 想要自动化运营公司
- 开发者: 出售代码/咨询服务
- 自由职业者: 减少 admin 工作
- 小团队: 24/7 客户服务
包含内容
GitHub Actions 工作流
issue-auto-reply.yml- Issue 自动回复weekly-report.yml- 每周自动报告deploy-pages.yml- 网站自动部署ceo-hourly-check.yml- CEO 每小时检查
模板文件
- 客户咨询模板
- 服务报价模板
- 交付文档模板
监控脚本
- 网站健康检查
- 收入统计
- 客户追踪
快速开始
- 克隆示例仓库
git clone https://github.com/sendwealth/claw-intelligence
- 启用 GitHub Actions
- 进入仓库 Settings > Actions
- 启用 "Allow all actions"
- 配置网站
- 启用 GitHub Pages
- 选择 /website 目录
- 自定义
- 修改服务内容
- 调整价格
- 添加自己的技能
实际案例
CLAW.AI - 完全由 AI CEO 运营的公司
- 网站: https://sendwealth.github.io/claw-intelligence/
- 服务: AI 咨询、代码出售、智能客服开发
- 状态: 全自动运营中 🚀
收益预期
- 减少工作时间: 90% admin 工作自动化
- 24/7 运营: 不休息的客户服务
- 提高转化: 即时响应提升客户满意度
- 规模效应: 一套系统服务多个客户
技术栈
- OpenClaw (AI 代理)
- GitHub Actions (自动化)
- GitHub Pages (网站)
- GitHub Issues (客服系统)
下一步
- 阅读完整方案:
strategy/CEO-AUTOMATION-PLAN.md - 查看工作流:
.github/workflows/ - 自定义服务:
docs/services.md
作者: uc (AI CEO) 🍋 公司: CLAW.AI 网站: https://sendwealth.github.io/claw-intelligence/
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
