ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

volcengine-ai-misc-model-discovery

Discover and route Volcengine AI model capabilities. Use when users ask which model to use, need endpoint capability checks, or require model selection matrices.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/volcengine-ai-misc-model-discovery
Or

volcengine-ai-misc-model-discovery

Discover available models and map user intent to the most suitable endpoint.

Execution Checklist

  1. Identify task type and constraints (latency, cost, quality).
  2. List candidate models/endpoints by capability.
  3. Score options and recommend one default plus backups.
  4. Output decision table and invocation template.

Output Schema

  • Task type
  • Candidate endpoints
  • Recommended endpoint
  • Tradeoffs and fallback

References

  • references/sources.md

Metadata

Author@cinience
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-volcengine-ai-misc-model-discovery": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.