cb-analytics-admin
|
Works with
--- name: cb-analytics-admin description: | license: MIT --- # Analytics service admin You have 7 tools for runtime management. ## Status snapshot (read-only, safe) - `get_service_status(cluster)` — overall service state, replica lag, authorised node list - `get_ingestion_status(cluster)` — per-link ingestion state, pending ops - `get_active_requests(cluster)` — what's running right now - `get_completed_requests(client_context_id=None, cluster)` — recent history; pass `client_context_id` to filter to one request ## Diagnostic workflow When a user says "queries are slow" or "ingestion looks stuck": 1. `get_service_status` — is the service even healthy? Watch `ccRevLag` (replication lag). 2. `get_ingestion_status` — for each link, look at `pendingOperations`. A non-zero pending count after a quiet period usually means a stuck link. 3. `get_active_requests` — long-running queries appear here with `elapsedTime`. Anything over a few seconds is suspect. 4. `get_completed_requests` — look for a pattern of errors or unusually long durations. ## Destructive operations (use with care) - `cancel_request(client_context_id, cluster)` — abort one in-flight query. Get the id from `get_active_requests`. - `restart_node(cluster)` — restart only the Analytics process on the local node. May briefly disrupt queries routed to that node. - `restart_service(cluster)` — **cluster-wide** Analytics restart. All active queries fail. Don't suggest this lightly; warn the user. ## Confirmation patterns When the user asks to cancel or restart anything, **always confirm** by naming what you're about to do, with the specific request id or cluster name. Example: > Cancel request `cb-12345` on cluster `prod`? This will return an error > to whichever client issued it. After they confirm, run the tool and report success or failure based on the returned `ok` field. ## What to avoid - Don't restart the service to "fix" a slow query — try cancelling it first. - Don't call `cancel_request` on a `client_context_id` that's already completed; it's a no-op but generates a confusing error. - Don't poll `get_active_requests` aggressively (e.g. every second). Once per few seconds is fine. ## Rate limits & safety Admin tools split across two rate-limit categories: - **`read`** (60/sec): `get_service_status`, `get_ingestion_status`, `get_active_requests`, `get_completed_requests`. - **`write`** (1/sec, intentionally conservative): `cancel_request`, `restart_service`, `restart_node`. The write bucket is small on purpose. Cancelling one runaway query per second is plenty; restarting a service every second would be madness. If a `RateLimitExceeded` response comes back, the response includes `retry_after_sec` — honour it. Don't retry-storm; that just keeps the bucket empty. Status calls share the read bucket with every other read-only tool across the server (list_users, list_clusters, ping_cluster, etc.). If you're polling status in a loop, keep the interval ≥ 2 seconds so the bucket stays healthy for other concurrent work. ## Related skills - `cb-analytics-query` — the query tools that generate the requests you'll be monitoring and cancelling - `cb-analytics-cluster` — cluster-level health (nodes, rebalance, auto-failover) that underpins Analytics service health
More SEO & Marketing skills
ai-video-generation
skills-101/superpowers
Generate AI videos with Google Veo, Seedance 2.0, HappyHorse, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 2.0, HappyHorse 1.0, Wan 2.5, Grok Imagine Video, OmniHuman, Fabric, HunyuanVideo. Capabilities: text-to-video, image-to-video, reference-to-video, video editing, lipsync, avatar animation, video upscaling, foley sound. Use for: social media videos, marketing content, explainer videos, product demos, AI avatars. Triggers: video generation, ai video, text to video, image to video, veo, animate image, video from image, ai animation, video generator, generate video, t2v, i2v, ai video maker, create video with ai, runway alternative, pika alternative, sora alternative, kling alternative, seedance, happyhorse
ai-image-generation
skills-101/superpowers
Generate AI images with GPT-Image-2, FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: GPT-Image-2, FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image, gpt image, openai image, chatgpt image
ai-avatar-video
skills-101/superpowers
Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuman, Fabric, PixVerse. Audio: Inworld TTS-2 (100+ languages, emotion steering for characters), ElevenLabs, Kokoro. Capabilities: audio-driven avatars, text-to-avatar, lipsync videos, talking head generation, virtual presenters, UGC content. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos, UGC ads, gaming avatars, NPC dialogue. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human, ugc, ugc video, ugc ad, avatar ugc

