From verosight
Ask Verosight's AI assistant any social media intelligence question. The AI has access to all Verosight tools. Use when the user has a complex or open-ended social media question.
How this skill is triggered — by the user, by Claude, or both
Slash command
/verosight:chatThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask Verosight's AI assistant any social media intelligence question.
Ask Verosight's AI assistant any social media intelligence question.
User's question: $ARGUMENTS
curl -sN "https://api.verosight.com/v1/chat" \
-H "X-API-Key: ${user_config.api_key}" \
-H "Content-Type: application/json" \
-d '{"message": "USER_QUESTION"}'
The response is SSE (Server-Sent Events). Parse the stream:
event: conversation_id — the conversation ID for follow-upsevent: tool_status — shows which tools the AI is usingevent: content_block_delta — streaming text responseevent: done — response completeFor follow-up questions, include the conversation_id:
curl -sN "https://api.verosight.com/v1/chat" \
-H "X-API-Key: ${user_config.api_key}" \
-H "Content-Type: application/json" \
-d '{"message": "FOLLOW_UP", "conversation_id": "CONV_ID"}'
Collect all content_block_delta events and present the full response. Note which tools the AI invoked.
Show credits used (20 per call).
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub volantis-technology/verosight-claude-plugin --plugin verosight