Install
openclaw skills install @tfcbot/viralqueryFind the top viral videos for a mobile app through ViralQuery's protected HTTP API. Use when an agent receives an Apple App Store link or app name and needs to list supported apps, retrieve the app's videos, request a missing app on Max, check request status, or answer prompts such as "get the viral videos for this app."
openclaw skills install @tfcbot/viralqueryUse ViralQuery to answer: “Get the top viral videos for this mobile app.”
https://api.viralquery.com/v1 with Authorization: Bearer $VIRALQUERY_API_KEY.
Read the key from the environment or the caller's configured secret; never request or print it in chat.GET /apps, and use an exact matching
id or appStoreUrl. For a name-only request, use an unambiguous listed match; never invent an ID.GET /apps/videos?id=APP_ID once with that exact ID.POST /app-requests with the full link in JSON.
This is Max-only and uses the account's bounded new-app allowance.queued or joined, call GET /app-requests?id=REQUEST_ID with the returned request ID. Poll at a bounded
interval while practical. When ready, call getAppVideos with the returned app ID. If work is
still running, report the status and request ID instead of claiming completion.Do not use a remote tool transport for this skill. Do not call catalog writes, ingestion controls, or maintenance endpoints.
For endpoint details, request and response fields, see ViralQuery API docs.