2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill crewai-workflows- _meta.json285 B
- SKILL.md5.3 KB
Overview
This skill executes AI-powered crew workflows for marketing content, customer support, data analysis, and social media calendar creation. It runs production-grade LLM crews that combine research and generation models to deliver structured JSON outputs ready for automation or human review.
How this skill works
Call a named crew with a small JSON input and an API key; the crew runs on a dedicated server and returns structured JSON containing result.output. Crews use DeepSeek for marketing, support, and analysis tasks; social media workflows combine Perplexity for research and Gemini for content generation. Response times vary by crew, with social media workflows taking longer due to research and multi-step generation.
When to use it
- Generating marketing taglines, ad copy, landing page messaging, or campaign concepts.
- Drafting or automating customer support replies, escalation guidance, or support emails.
- Analyzing business data, extracting trends, and producing actionable insights.
- Producing comprehensive 30-day social media calendars with posts, captions, and hashtags.
- Batch content generation or recurring content workflows that benefit from standardized outputs.
Best practices
- Provide clear, focused input fields (topic, issue, data_description, industry, company_name) to improve output relevance.
- Set appropriate timeouts: 30–60s for marketing/support/analysis and 5–10 minutes for social media workflows.
- Pass the API key via X-API-Key header or set CREWAI_API_KEY environment variable for secure calls.
- Inspect the response.error field and extract generated content from result.output in the JSON response.
- Run sequential batches for similar tasks rather than parallel bursts to avoid throttling or inconsistent results.
Example use cases
- Create a campaign tagline and three versions of ad copy for a new wellness service.
- Auto-draft a customer reply offering rescheduling options and escalation steps.
- Analyze monthly retention data and return top 3 trends with recommended actions.
- Generate a 30-day social media calendar for a hypnotherapy or wellness brand across multiple platforms.
- Batch-produce value propositions and feature-focused messages for A/B testing.
FAQ
Extract the content from result.output in the JSON response; the top-level ok flag indicates success and error contains any issues.
Why is the social media crew slower?
Social media workflows perform research and multi-step generation using Perplexity and Gemini, which increases response time to about 3–5 minutes.