← 返回
数据分析 Key 中文

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
基于DeepSeek、Perplexity和Gemini模型,执行AI协作工作流。适用于营销内容生成、客服处理、数据洞察分析及社媒日历创建等任务。
rita5fr
数据分析 clawhub v1.0.0 1 版本 99530.5 Key: 需要
★ 3
Stars
📥 1,848
下载
💾 83
安装
1
版本
#latest

概述

CrewAI Workflows Skill

Execute specialized AI crew workflows for content generation, analysis, and support tasks. All crews run on a dedicated server with production-grade LLMs.

Prerequisites

Set the API key as an environment variable (recommended):

export CREWAI_API_KEY="5aZyTFQJAAT03VPIII5zsIPcL8KTtdST"

Or pass it directly when calling the helper script.

Available Crews

1. Marketing Crew 📢

Generate marketing content, taglines, and campaign copy.

Use for:

  • Product/service taglines
  • Marketing copy for ads or landing pages
  • Campaign messaging
  • Value propositions

Input:

  • topic (required) - What to create marketing content about
  • target_audience (optional) - Who the content is for

LLM: DeepSeek

Response Time: 3-10 seconds

Example:

scripts/call_crew.sh marketing \
  '{"topic": "hypnotherapy for better sleep", "target_audience": "working professionals with insomnia"}'

2. Support Crew 🎧

Handle customer support inquiries with AI-generated responses.

Use for:

  • Responding to customer questions
  • Drafting support emails
  • Handling common inquiries
  • Escalation guidance

Input:

  • issue (required) - The customer issue or question

LLM: DeepSeek

Response Time: 3-10 seconds

Example:

scripts/call_crew.sh support \
  '{"issue": "Client wants to reschedule their hypnotherapy session"}'

3. Analysis Crew 📊

Analyze business data and provide actionable insights.

Use for:

  • Data interpretation
  • Trend analysis
  • Performance metrics review
  • Business intelligence

Input:

  • data_description (required) - Description of the data to analyze

LLM: DeepSeek

Response Time: 3-10 seconds

Example:

scripts/call_crew.sh analysis \
  '{"data_description": "Monthly client retention rates for Q4 2025"}'

4. Social Media Crew ⭐ 📱

Generate comprehensive 30-day social media content calendars with daily posts, captions, and hashtags.

Use for:

  • Social media planning
  • Content calendar creation
  • Multi-platform content strategy
  • Monthly content batches

Input:

  • industry (required) - The business industry/niche
  • company_name (required) - Business or personal brand name

LLMs: 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.


Usage

Option 1: Using the Helper Script (Recommended)

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"

Option 2: Direct cURL

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": {...}}'

Response Format

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.


Best Practices

  1. Set timeouts appropriately:
    • Marketing/Support/Analysis: 30-60 seconds
    • Social Media: 5-10 minutes
  1. Check API key: Ensure CREWAI_API_KEY environment variable is set or pass explicitly
  1. Handle errors: Check the error field in responses
  1. Social Media crew: Expect 3-5 minutes response time; don't interrupt
  1. Batch requests: For multiple similar tasks, consider running them sequentially

Health Check

Verify the CrewAI server is running:

curl https://crew.iclautomation.me/health
# Expected: {"ok": true}

Future Expansion

When new crews are added to the server:

  1. Update the "Available Crews" section
  2. Add example usage to the helper script
  3. Document input parameters and response times

Server: https://crew.iclautomation.me

Authentication: API key via X-API-Key header

Last Updated: 2026-01-17

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,675
communication-collaboration

Composio Integration

rita5fr
通过 Composio 统一 API 访问和管理 Gmail 邮件与 Google 任务,支持发送、搜索、创建任务等功能。
★ 3 📥 3,092
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,963