skills$openclaw/llm
0xterrybit6.5k

by 0xterrybit

llm – OpenClaw Skill

llm is an OpenClaw Skills integration for ai ml workflows. Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models.

6.5k stars6.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namellm
descriptionMulti-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/llm
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/llm
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains llm in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
262 B
SKILL.md
644 B
SKILL.md

name: llm description: Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models. metadata: {"clawdbot":{"emoji":"🔮","always":true,"requires":{"bins":["curl","jq"]}}}

LLM 🔮

Multi-provider Large Language Model integration.

Supported Providers

  • OpenAI (GPT-4, GPT-4o)
  • Anthropic (Claude)
  • Google (Gemini)
  • Local models (Ollama, LM Studio)

Features

  • Unified chat interface
  • Model comparison
  • Token counting
  • Cost estimation
  • Streaming responses

Usage Examples

"Compare GPT-4 vs Claude on this task"
"Use local Llama model"
"Estimate tokens for this prompt"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install llm?

Run openclaw add @0xterrybit/llm in your terminal. This installs llm into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/llm. Review commits and README documentation before installing.