Execute AI-powered crew workflows for marketing content generation, customer support handling, data analysis, and social media calendar creation. Use when tasks involve (1) creating marketing content, taglines, or campaigns, (2) handling customer support inquiries or responses, (3) analyzing business data for insights, (4) generating comprehensive social media content calendars, or (5) any content generation or analysis task that benefits from specialized AI crew workflows. Workflows are powered by DeepSeek, Perplexity, and Gemini models.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install crewai-workflows或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install crewai-workflows⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/crewai-workflows/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: crewai-workflows description: Execute AI-powered crew workflows for marketing content generation, customer support handling, data analysis, and social media calendar creation. Use when tasks involve (1) creating marketing content, taglines, or campaigns, (2) handling customer support inquiries or responses, (3) analyzing business data for insights, (4) generating comprehensive social media content calendars, or (5) any content generation or analysis task that benefits from specialized AI crew workflows. Workflows are powered by DeepSeek, Perplexity, and Gemini models. ---
Execute specialized AI crew workflows for content generation, analysis, and support tasks. All crews run on a dedicated server with production-grade LLMs.
Set the API key as an environment variable (recommended):
export CREWAI_API_KEY="5aZyTFQJAAT03VPIII5zsIPcL8KTtdST"
Or pass it directly when calling the helper script.
Generate marketing content, taglines, and campaign copy.
Use for:
Input:
topic (required) - What to create marketing content abouttarget_audience (optional) - Who the content is forLLM: DeepSeek Response Time: 3-10 seconds
Example:
scripts/call_crew.sh marketing \
'{"topic": "hypnotherapy for better sleep", "target_audience": "working professionals with insomnia"}'
---
Handle customer support inquiries with AI-generated responses.
Use for:
Input:
issue (required) - The customer issue or questionLLM: DeepSeek Response Time: 3-10 seconds
Example:
scripts/call_crew.sh support \
'{"issue": "Client wants to reschedule their hypnotherapy session"}'
---
Analyze business data and provide actionable insights.
Use for:
Input:
data_description (required) - Description of the data to analyzeLLM: DeepSeek Response Time: 3-10 seconds
Example:
scripts/call_crew.sh analysis \
'{"data_description": "Monthly client retention rates for Q4 2025"}'
---
Generate comprehensive 30-day social media content calendars with daily posts, captions, and hashtags.
Use for:
Input:
industry (required) - The business industry/nichecompany_name (required) - Business or personal brand nameLLMs: Perplexity (research) + Gemini (content generation) Response Time: 3-5 minutes ⏳
Example:
scripts/call_crew.sh social_media \
'{"industry": "hypnotherapy", "company_name": "Sidharth Mahto"}'
Note: This crew takes significantly longer due to comprehensive research and content generation phases.
---
cd crewai-workflows
scripts/call_crew.sh <crew_name> '<json_input>' [api_key]
Examples:
# Marketing crew
scripts/call_crew.sh marketing '{"topic": "sleep therapy for entrepreneurs", "target_audience": "startup founders"}'
# Support crew
scripts/call_crew.sh support '{"issue": "Client asking about session pricing"}'
# Analysis crew
scripts/call_crew.sh analysis '{"data_description": "Weekly session booking trends"}'
# Social media crew (takes 3-5 minutes)
scripts/call_crew.sh social_media '{"industry": "wellness coaching", "company_name": "Calm Mind Studio"}'
# With explicit API key
scripts/call_crew.sh marketing '{"topic": "mindfulness apps"}' "YOUR_API_KEY"
curl -X POST "https://crew.iclautomation.me/crews/<crew_name>/run" \
-H "Content-Type: application/json" \
-H "X-API-Key: $CREWAI_API_KEY" \
-d '{"input": {...}}'
---
All crews return structured JSON:
{
"ok": true,
"crew": "marketing",
"trace_id": "abc123-def456",
"result": {
"workflow": "marketing",
"output": "... the generated content ...",
"input_summary": {...}
},
"error": null
}
Extract the output: The actual generated content is in result.output.
---
- Marketing/Support/Analysis: 30-60 seconds - Social Media: 5-10 minutes
CREWAI_API_KEY environment variable is set or pass explicitlyerror field in responses---
Verify the CrewAI server is running:
curl https://crew.iclautomation.me/health
# Expected: {"ok": true}
---
When new crews are added to the server:
---
Server: https://crew.iclautomation.me Authentication: API key via X-API-Key header Last Updated: 2026-01-17
安装 Crewai Workflows 后,可以对 AI 说这些话来触发它
Help me get started with Crewai Workflows
Explains what Crewai Workflows does, walks through the setup, and runs a quick demo based on your current project
Use Crewai Workflows to execute AI-powered crew workflows for marketing content generation,...
Invokes Crewai Workflows with the right parameters and returns the result directly in the conversation
What can I do with Crewai Workflows in my data & analytics workflow?
Lists the top use cases for Crewai Workflows, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/crewai-workflows/ 目录(个人级,所有项目可用),或 .claude/skills/crewai-workflows/(项目级)。重启 AI 客户端后,用 /crewai-workflows 主动调用,或让 AI 根据上下文自动发现并使用。
Crewai Workflows 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Crewai Workflows 可免费安装使用。请查阅仓库了解许可证信息。
Execute AI-powered crew workflows for marketing content generation, customer support handling, data analysis, and social media calendar creation. Use when tasks involve (1) creating marketing content, taglines, or campaigns, (2) handling customer support inquiries or responses, (3) analyzing business data for insights, (4) generating comprehensive social media content calendars, or (5) any content generation or analysis task that benefits from specialized AI crew workflows. Workflows are powered by DeepSeek, Perplexity, and Gemini models.
Automate my data & analytics tasks using Crewai Workflows
Identifies repetitive steps in your workflow and sets up Crewai Workflows to handle them automatically
Crewai Workflows 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。