โ† All skills
Tencent SkillHub ยท Developer Tools

Llm Models

Access Claude, Gemini, Kimi, GLM and 100+ LLMs via inference.sh CLI using OpenRouter. Models: Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Access Claude, Gemini, Kimi, GLM and 100+ LLMs via inference.sh CLI using OpenRouter. Models: Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

LLM Models via OpenRouter

Access 100+ language models via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login # Call Claude Sonnet infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Install 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.

Available Models

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

Search LLM Apps

infsh app list --search "openrouter" infsh app list --search "claude"

Claude Opus (Best Quality)

infsh app run openrouter/claude-opus-45 --input '{ "prompt": "Write a Python function to detect palindromes with comprehensive tests" }'

Claude Sonnet (Balanced)

infsh app run openrouter/claude-sonnet-45 --input '{ "prompt": "Summarize the key concepts of machine learning" }'

Claude Haiku (Fast & Cheap)

infsh app run openrouter/claude-haiku-45 --input '{ "prompt": "Translate this to French: Hello, how are you?" }'

Kimi K2 (Thinking Agent)

infsh app run openrouter/kimi-k2-thinking --input '{ "prompt": "Plan a step-by-step approach to build a web scraper" }'

Any Model (Auto-Select)

# Automatically picks the most cost-effective model infsh app run openrouter/any-model --input '{ "prompt": "What is the capital of France?" }'

With System Prompt

infsh app sample openrouter/claude-sonnet-45 --save input.json # Edit input.json: # { # "system": "You are a helpful coding assistant", # "prompt": "How do I read a file in Python?" # } infsh app run openrouter/claude-sonnet-45 --input input.json

Use Cases

Coding: Generate, review, debug code Writing: Content, summaries, translations Analysis: Data interpretation, research Agents: Build AI-powered workflows Chat: Conversational interfaces

Related Skills

# Full platform skill (all 150+ apps) npx skills add inference-sh/skills@inference-sh # Web search (combine with LLMs for RAG) npx skills add inference-sh/skills@web-search # Image generation npx skills add inference-sh/skills@ai-image-generation # Video generation npx skills add inference-sh/skills@ai-video-generation Browse all apps: infsh app list

Documentation

Agents Overview - Building AI agents Agent SDK - Programmatic agent control Building a Research Agent - LLM + search integration guide

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc