← Back to Skills Marketplace
AI CEO Automation
by
sendwealth
· GitHub ↗
· v1.0.0
1217
Downloads
0
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install ai-ceo-automation
Description
AI CEO automation system for fully automated company operations
README (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/
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: ai-ceo-automation
Version: 1.0.0
The skill instructs the AI agent to `git clone` a repository from a third-party GitHub account (`https://github.com/sendwealth/claw-intelligence`) as part of its 'Quick Start' setup in `SKILL.md`. While this action is presented as a necessary step for 'AI CEO automation,' it introduces a supply chain risk. If the remote repository were compromised or contained malicious code, the agent would fetch it, potentially leading to further compromise if the agent is subsequently instructed to execute scripts from the cloned content. This represents a significant capability that could be abused, but without explicit malicious instructions within the provided skill bundle, it is classified as suspicious rather than malicious.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-ceo-automation - After installation, invoke the skill by name or use
/ai-ceo-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-ceo-automation v1.0.0
- Initial release of the AI CEO automation skill.
- Enables fully automated company operations: customer acquisition, smart response, delivery, and performance monitoring.
- Includes GitHub Actions workflows for auto-reply, reporting, deployment, and system checks.
- Provides templates for customer contact, service quotes, and delivery documentation.
- Offers monitoring scripts for website health, revenue, and customer tracking.
- Designed for entrepreneurs, developers, freelancers, and small teams to automate company admin and boost efficiency.
Metadata
Frequently Asked Questions
What is AI CEO Automation?
AI CEO automation system for fully automated company operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 1217 downloads so far.
How do I install AI CEO Automation?
Run "/install ai-ceo-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI CEO Automation free?
Yes, AI CEO Automation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AI CEO Automation support?
AI CEO Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI CEO Automation?
It is built and maintained by sendwealth (@sendwealth); the current version is v1.0.0.
More Skills