CEO小茂能力包
/install ceo-xiaomao
CEO小茂
Use this skill as a packaged capability bundle for a foreign-trade CEO assistant workflow.
Included capabilities
- Coordination-style capability inventory and task breakdown
- Google Maps business contact collection for B2B prospecting
- OneABC model wrapper via environment variable
- Email sending with optional attachments
- WhatsApp message sending
- WhatsApp conversation assistant workflow
- One-click workspace initialization templates
Setup
Before using the bundled scripts, set environment variables.
Mail service
MAIL_ACCOUNTMAIL_CREDENTIAL- optional:
FROM_NAME
OneABC
ONEABC_ACCESS_CREDENTIAL- optional:
ONEABC_BASE_URL
WhatsApp service
GREEN_API_URLGREEN_API_INSTANCE_IDGREEN_API_CREDENTIAL
Assistant binding
OPENCLAW_AGENTdefault:sales_agentXIAONENG_DIRdefault: current script directory or chosen workspace
Coordination method
When the user wants CEO-style orchestration, read:
references/coordination-method.md
Use it for:
- boss-facing reporting
- task routing
- progress summaries
- risk tracking
Quick start
1. Initialize workspace files
python3 scripts/init_workspace.py
This creates:
.known_customers.json.product_db.json.boss_notifications.json.auto_state_v3.jsonbody.txtcustomers.example.csvleads.example.csvsend_log.csvREADME-SETUP.md
2. Edit product and message templates
- fill
.product_db.json - update
body.txt - prepare your customer CSVs
Bundled scripts
Google Maps business contacts
python3 scripts/get_google_maps_leads.py "shower head distributor" "USA" 50
Email sending
python3 scripts/send_emails.py leads.csv --subject "Hello" --body-file body.txt --log-file send_log.csv
Optional attachments:
python3 scripts/send_emails.py leads.csv --subject "Hello" --body-file body.txt --attachments catalog1.pdf catalog2.pdf
Expected CSV column for recipient email: first matching field from:
email邮箱真实邮箱
WhatsApp single message
python3 scripts/send_whatsapp.py 8613129530892 "Hello from supplier"
WhatsApp CSV message dispatch
python3 scripts/send_whatsapp_batch.py customers.csv 5
CSV format:
- column 1: phone
- column 2: message
WhatsApp conversation assistant
Prepare a working directory with:
.known_customers.jsoninitial contact list- optional
.product_db.jsonproduct metadata and files
You can start from:
python3 scripts/init_workspace.pyassets/product_db.example.json
Run:
python3 scripts/auto_reply.py
Features:
- auto-detect replied contacts and add them into contact list
- multilingual reply routing
- image-message handling
- product PDF/image/video sending
- intent note recording into
.boss_notifications.json
OneABC models
node scripts/oneabc.js models
node scripts/oneabc.js chat gpt-4o "Hello"
node scripts/oneabc.js image "a product photo on white background"
Assets
assets/product_db.example.jsonassets/.known_customers.json.exampleassets/body.example.txtassets/customers.example.csvassets/leads.example.csv
Notes
- Never hardcode secrets into the installed skill files.
- Stop and report missing environment variables instead of guessing.
- For Google Maps collection, use moderate result sizes.
- For WhatsApp messaging, keep safe pacing.
- The conversation assistant is a configurable template; adapt product assets and agent binding for your environment.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ceo-xiaomao - After installation, invoke the skill by name or use
/ceo-xiaomao - Provide required inputs per the skill's parameter spec and get structured output
What is CEO小茂能力包?
CEO小茂聚合技能包。用于外贸 CEO/业务负责人场景:协调汇报、Google Maps 商务联系人收集、OneABC 模型调用、邮件发送、WhatsApp 消息发送、WhatsApp 会话助理,并支持一键初始化模板文件。适用于想安装后快速搭建一套可配置业务工作流的人。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install CEO小茂能力包?
Run "/install ceo-xiaomao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CEO小茂能力包 free?
Yes, CEO小茂能力包 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CEO小茂能力包 support?
CEO小茂能力包 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CEO小茂能力包?
It is built and maintained by Xingfan0828 (@xingfan0828); the current version is v1.8.2.