social_ai_analyze
Analyze social media posts for relevance, sentiment, complaints, and urgency using Claude.- Category:
action - Estimated Duration: 60s
- Capabilities:
supportsRerun,supportsBulkActions - Services: Required:
anthropic. OptionalanalyzedPosts,notifications
Input
Original topic for context.
What the user is looking for.
Posts from Twitter monitor.
Posts from Reddit monitor.
Posts from LinkedIn monitor.
Legacy field (backwards compat).
For storage service.
Output
| Field | Type | Description |
|---|---|---|
analyzedPosts | AnalyzedPost[] | All analyzed posts (sorted by relevance desc) |
highPriorityPosts | AnalyzedPost[] | Posts with urgency=high or relevance>=80 |
complaints | AnalyzedPost[] | Posts flagged as complaints |
totalAnalyzed | number | Count |
highPriorityCount | number | Count |
complaintCount | number | Count |
averageRelevance | number | Average relevance score |
sora_video
Generate AI video using OpenAI Sora 2.- Category:
integration - Estimated Duration: 60s
- Capabilities:
supportsRerun - Services: Required:
openai
Input
Video description.
'sora-2' | 'sora-2-pro'Video duration.
'720x1280' | '1280x720' | '1024x1792' | '1792x1024'Output
| Field | Type | Description |
|---|---|---|
video | object | Video URL and metadata |
processingTimeSeconds | number | Time taken to generate |
seo_keyword_research
Research keywords with search volume, difficulty, CPC, and intent data.- Category:
integration - Estimated Duration: 10s
- Capabilities:
supportsRerun - Services: Required:
dataForSeo
Input
Seed keywords to research.
Location code (default: US).
Language code.
Max keywords per seed.
Output
| Field | Type | Description |
|---|---|---|
keywords | array | Keyword data with metrics |
totalResearched | number | Total keywords returned |
seo_audit
Run comprehensive SEO audit on a URL.- Category:
integration - Estimated Duration: 30s
- Capabilities:
supportsRerun - Services: Required:
dataForSeo. Optionalnotifications
Input
URL to audit. Can also come from
context.variables.site_url.Output
| Field | Type | Description |
|---|---|---|
overallScore | number | null | SEO score 0-100 |
issues | array | Issues found |
passedAudits | number | Count of passed checks |
failedAudits | number | Count of failed checks |
url | string | null | Audited URL |
meta | object? | Title, description, etc. |
performance | object? | Performance metrics |
links | object? | Internal/external/broken |
resources | object? | Images, scripts, etc. |
content | object? | Word count, text ratio |
extractedKeywords | string[]? | Keywords found on page |
social_keyword_generator
Generate platform-specific search keywords from a topic description using Claude.- Category:
action - Estimated Duration: 15s
- Capabilities:
supportsRerun - Services: Required:
anthropic. Optionalnotifications
Input
Natural language topic description.
User-specified keywords to include.
Output
| Field | Type | Description |
|---|---|---|
topic | string | Echo of input topic |
twitter | object | Keywords and search query |
reddit | object | Keywords |
linkedin | object | Keywords and search queries |
allKeywords | string[] | All unique keywords |