analyzing-competitor-twitter-profile-content
Installation
SKILL.md
Analyzing Competitor Twitter Profile Content
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
Twitter profile URLs (x.com or twitter.com formats) |
twitterHandles |
array | Optional | [] |
Twitter usernames (without @) |
start |
string | Optional | — | Tweets after this date (YYYY-MM-DD or YYYY-MM-DD_HH:MM:SS_UTC) |
end |
string | Optional | — | Tweets before this date (YYYY-MM-DD or YYYY-MM-DD_HH:MM:SS_UTC) |
includeNativeRetweets |
boolean | Optional | false |
Include native retweets in results |
onlyImages |
boolean | Optional | false |
Only tweets containing images |
getReplies |
boolean | Optional | false |
Include tweet replies |
minReplyCount |
number | Optional | — | Minimum reply count threshold |
getAboutData |
boolean | Optional | false |
Fetch full profile about data |
maxItems |
number | Optional | Unlimited | Maximum tweets to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |