From verosight
Search social media posts across X, Instagram, TikTok, Facebook, LinkedIn, YouTube, and news portals. Usage - /verosight:search <query>
How this skill is triggered — by the user, by Claude, or both
Slash command
/verosight:searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search for social media posts using the Verosight API.
Search for social media posts using the Verosight API.
The user's query is: $ARGUMENTS
VEROSIGHT_API_KEY environment variable for authentication.curl -s "https://api.verosight.com/v1/posts?keyword=$QUERY&limit=10" \
-H "X-API-Key: $VEROSIGHT_API_KEY"
Parameters you can use based on the user's request:
keyword — search term in post contentplatform — filter: x, instagram, tiktok, facebook, linkedin, youtube, news_portalprofile_name — filter by authordate_from / date_to — YYYY-MM-DDmin_likes — minimum like countsort — posted_at, like_count, comment_countorder — desc (default), asclimit — 1-100 (default 20)Parse the user's natural language request to determine which parameters to use. For example:
For each post, show:
Also show total results found and credits used from the meta.
npx claudepluginhub volantis-technology/verosight-claude-pluginReads public Threads (Meta) data via UnifAPI — searches posts/profiles, retrieves a handle's posts, replies, and reposts. For social listening or content research workflows that need deterministic Threads data.
Searches recent X/Twitter posts (last 7 days) by query using the X API. Returns raw tweets. For AI summaries, use x-research skill.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.