Skip to content
Skillv1.0.0

llm

Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models.

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/llm/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill llm. Copyright stays with the author.

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"

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-llm/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-llm.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-llm",
  "kind": "skill",
  "name": "llm",
  "description": "Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/llm/SKILL.md",
      "ref": "b80cde2ef85241dd4fd54a1b934f5e22835f78ba",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/b80cde2ef85241dd4fd54a1b934f5e22835f78ba/skills/llm/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/llm/SKILL.md"
    }
  },
  "instructions": "# LLM 🔮\n\nMulti-provider Large Language Model integration.\n\n## Supported Providers\n\n- OpenAI (GPT-4, GPT-4o)\n- Anthropic (Claude)\n- Google (Gemini)\n- Local models (Ollama, LM Studio)\n\n## Features\n\n- Unified chat interface\n- Model comparison\n- Token counting\n- Cost estimation\n- Streaming responses\n\n## Usage Examples\n\n```\n\"Compare GPT-4 vs Claude on this task\"\n\"Use local Llama model\"\n\"Estimate tokens for this prompt\"\n```",
  "cost": {
    "context_tokens": 105
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-llm/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.