Claude Code Plugins

Community-maintained marketplace

Feedback

llm-inference

@dave1010/tools
0
0

Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name llm-inference
description Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.

LLM Inference

The Cloudflare Pages function functions/cerebras-chat.ts provides OpenAI-compatible LLM inference. See tools/cerebras-llm-inference/index.html for a working example. The model gpt-oss-120b is the best all rounder.

LLMs are not just for chat: they can be used to process any string in any arbitrary way. If making a tool that requires the LLM to respond in a specific way or format then be very clear and explicit in its system prompt; eg what to include/exclude, plain/markdown formatting, length, etc.