Skip to main content

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. Optional analyzedPosts, notifications

Input

topic
string
required
Original topic for context.
userIntent
string
required
What the user is looking for.
twitterPosts
SocialPost[]
Posts from Twitter monitor.
redditPosts
SocialPost[]
Posts from Reddit monitor.
linkedinPosts
SocialPost[]
Posts from LinkedIn monitor.
posts
SocialPost[]
Legacy field (backwards compat).
monitoringConfigId
string
For storage service.

Output

FieldTypeDescription
analyzedPostsAnalyzedPost[]All analyzed posts (sorted by relevance desc)
highPriorityPostsAnalyzedPost[]Posts with urgency=high or relevance>=80
complaintsAnalyzedPost[]Posts flagged as complaints
totalAnalyzednumberCount
highPriorityCountnumberCount
complaintCountnumberCount
averageRelevancenumberAverage relevance score

sora_video

Generate AI video using OpenAI Sora 2.
  • Category: integration
  • Estimated Duration: 60s
  • Capabilities: supportsRerun
  • Services: Required: openai

Input

prompt
string
required
Video description.
model
enum
default:"sora-2"
'sora-2' | 'sora-2-pro'
seconds
4 | 8 | 12
default:"4"
Video duration.
size
enum
default:"1280x720"
'720x1280' | '1280x720' | '1024x1792' | '1792x1024'

Output

FieldTypeDescription
videoobjectVideo URL and metadata
processingTimeSecondsnumberTime 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

seedKeywords
string[]
required
Seed keywords to research.
locationCode
number
default:"2840"
Location code (default: US).
languageCode
string
default:"en"
Language code.
limit
number
default:"30"
Max keywords per seed.

Output

FieldTypeDescription
keywordsarrayKeyword data with metrics
totalResearchednumberTotal keywords returned

seo_audit

Run comprehensive SEO audit on a URL.
  • Category: integration
  • Estimated Duration: 30s
  • Capabilities: supportsRerun
  • Services: Required: dataForSeo. Optional notifications

Input

url
string (URL)
URL to audit. Can also come from context.variables.site_url.

Output

FieldTypeDescription
overallScorenumber | nullSEO score 0-100
issuesarrayIssues found
passedAuditsnumberCount of passed checks
failedAuditsnumberCount of failed checks
urlstring | nullAudited URL
metaobject?Title, description, etc.
performanceobject?Performance metrics
linksobject?Internal/external/broken
resourcesobject?Images, scripts, etc.
contentobject?Word count, text ratio
extractedKeywordsstring[]?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. Optional notifications

Input

topic
string
required
Natural language topic description.
userKeywords
string[]
User-specified keywords to include.

Output

FieldTypeDescription
topicstringEcho of input topic
twitterobjectKeywords and search query
redditobjectKeywords
linkedinobjectKeywords and search queries
allKeywordsstring[]All unique keywords