{
  "schemaVersion": "1.0",
  "item": {
    "slug": "llm-models",
    "name": "Llm Models",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/llm-models",
    "canonicalUrl": "https://clawhub.ai/okaris/llm-models",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/llm-models",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=llm-models",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/llm-models"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/llm-models",
    "agentPageUrl": "https://openagent3.xyz/skills/llm-models/agent",
    "manifestUrl": "https://openagent3.xyz/skills/llm-models/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/llm-models/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "LLM Models via OpenRouter",
        "body": "Access 100+ language models via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Call Claude Sonnet\ninfsh app run openrouter/claude-sonnet-45 --input '{\"prompt\": \"Explain quantum computing\"}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Available Models",
        "body": "ModelApp IDBest ForClaude Opus 4.5openrouter/claude-opus-45Complex reasoning, codingClaude Sonnet 4.5openrouter/claude-sonnet-45Balanced performanceClaude Haiku 4.5openrouter/claude-haiku-45Fast, economicalGemini 3 Proopenrouter/gemini-3-pro-previewGoogle's latestKimi K2 Thinkingopenrouter/kimi-k2-thinkingMulti-step reasoningGLM-4.6openrouter/glm-46Open-source, codingIntellect 3openrouter/intellect-3General purposeAny Modelopenrouter/any-modelAuto-selects best option"
      },
      {
        "title": "Search LLM Apps",
        "body": "infsh app list --search \"openrouter\"\ninfsh app list --search \"claude\""
      },
      {
        "title": "Claude Opus (Best Quality)",
        "body": "infsh app run openrouter/claude-opus-45 --input '{\n  \"prompt\": \"Write a Python function to detect palindromes with comprehensive tests\"\n}'"
      },
      {
        "title": "Claude Sonnet (Balanced)",
        "body": "infsh app run openrouter/claude-sonnet-45 --input '{\n  \"prompt\": \"Summarize the key concepts of machine learning\"\n}'"
      },
      {
        "title": "Claude Haiku (Fast & Cheap)",
        "body": "infsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Translate this to French: Hello, how are you?\"\n}'"
      },
      {
        "title": "Kimi K2 (Thinking Agent)",
        "body": "infsh app run openrouter/kimi-k2-thinking --input '{\n  \"prompt\": \"Plan a step-by-step approach to build a web scraper\"\n}'"
      },
      {
        "title": "Any Model (Auto-Select)",
        "body": "# Automatically picks the most cost-effective model\ninfsh app run openrouter/any-model --input '{\n  \"prompt\": \"What is the capital of France?\"\n}'"
      },
      {
        "title": "With System Prompt",
        "body": "infsh app sample openrouter/claude-sonnet-45 --save input.json\n\n# Edit input.json:\n# {\n#   \"system\": \"You are a helpful coding assistant\",\n#   \"prompt\": \"How do I read a file in Python?\"\n# }\n\ninfsh app run openrouter/claude-sonnet-45 --input input.json"
      },
      {
        "title": "Use Cases",
        "body": "Coding: Generate, review, debug code\nWriting: Content, summaries, translations\nAnalysis: Data interpretation, research\nAgents: Build AI-powered workflows\nChat: Conversational interfaces"
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Web search (combine with LLMs for RAG)\nnpx skills add inference-sh/skills@web-search\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\nBrowse all apps: infsh app list"
      },
      {
        "title": "Documentation",
        "body": "Agents Overview - Building AI agents\nAgent SDK - Programmatic agent control\nBuilding a Research Agent - LLM + search integration guide"
      }
    ],
    "body": "LLM Models via OpenRouter\n\nAccess 100+ language models via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Call Claude Sonnet\ninfsh app run openrouter/claude-sonnet-45 --input '{\"prompt\": \"Explain quantum computing\"}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nAvailable Models\nModel\tApp ID\tBest For\nClaude Opus 4.5\topenrouter/claude-opus-45\tComplex reasoning, coding\nClaude Sonnet 4.5\topenrouter/claude-sonnet-45\tBalanced performance\nClaude Haiku 4.5\topenrouter/claude-haiku-45\tFast, economical\nGemini 3 Pro\topenrouter/gemini-3-pro-preview\tGoogle's latest\nKimi K2 Thinking\topenrouter/kimi-k2-thinking\tMulti-step reasoning\nGLM-4.6\topenrouter/glm-46\tOpen-source, coding\nIntellect 3\topenrouter/intellect-3\tGeneral purpose\nAny Model\topenrouter/any-model\tAuto-selects best option\nSearch LLM Apps\ninfsh app list --search \"openrouter\"\ninfsh app list --search \"claude\"\n\nExamples\nClaude Opus (Best Quality)\ninfsh app run openrouter/claude-opus-45 --input '{\n  \"prompt\": \"Write a Python function to detect palindromes with comprehensive tests\"\n}'\n\nClaude Sonnet (Balanced)\ninfsh app run openrouter/claude-sonnet-45 --input '{\n  \"prompt\": \"Summarize the key concepts of machine learning\"\n}'\n\nClaude Haiku (Fast & Cheap)\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Translate this to French: Hello, how are you?\"\n}'\n\nKimi K2 (Thinking Agent)\ninfsh app run openrouter/kimi-k2-thinking --input '{\n  \"prompt\": \"Plan a step-by-step approach to build a web scraper\"\n}'\n\nAny Model (Auto-Select)\n# Automatically picks the most cost-effective model\ninfsh app run openrouter/any-model --input '{\n  \"prompt\": \"What is the capital of France?\"\n}'\n\nWith System Prompt\ninfsh app sample openrouter/claude-sonnet-45 --save input.json\n\n# Edit input.json:\n# {\n#   \"system\": \"You are a helpful coding assistant\",\n#   \"prompt\": \"How do I read a file in Python?\"\n# }\n\ninfsh app run openrouter/claude-sonnet-45 --input input.json\n\nUse Cases\nCoding: Generate, review, debug code\nWriting: Content, summaries, translations\nAnalysis: Data interpretation, research\nAgents: Build AI-powered workflows\nChat: Conversational interfaces\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Web search (combine with LLMs for RAG)\nnpx skills add inference-sh/skills@web-search\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n\nBrowse all apps: infsh app list\n\nDocumentation\nAgents Overview - Building AI agents\nAgent SDK - Programmatic agent control\nBuilding a Research Agent - LLM + search integration guide"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/llm-models",
    "publisherUrl": "https://clawhub.ai/okaris/llm-models",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/llm-models",
    "downloadUrl": "https://openagent3.xyz/downloads/llm-models",
    "agentUrl": "https://openagent3.xyz/skills/llm-models/agent",
    "manifestUrl": "https://openagent3.xyz/skills/llm-models/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/llm-models/agent.md"
  }
}