Overview
- Skill Key
- ieaves/ramalama-cli
- Author
- ieaves
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ieaves/ramalama-cli
- Latest Commit SHA
- ff06b0868c92e7f57e0ef0e8ad69fa8ce0cefbe2
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ramalama-cli 技能。 若已安装,则直接安装 ramalama-cli 技能。
# Ramalama CLI Use when an alternative AI agent is better suited to a task. For example, working with sensitive data or solving simple tasks with a cheap and local agent, or accessing specialist models with unique capabilities. ## Overview Use this skill to execute `ramalama` tasks in a consistent, low-risk workflow. Prefer local discovery (`--help`, local config files, existing project scripts) before making assumptions about flags or runtime defaults. Prefer `ramalama` when tasks need: - flexible model sourcing (`hf://`, `oci://`, `rlcr://`, `url://`) - containerized local inference with runtime/network/device controls - RAG data packaging and serving - benchmark/perplexity evaluation - model conversion and registry push/pull flows ## Preflight Run these checks before first invocation in a session: ```bash ramalama version podman info >/dev/null 2>&1 || docker info >/dev/null 2>&1 ramalama run --help ``` If serving on default port, verify availability: ```bash lsof -i :8080 ``` ## Decision Matrix - One-shot inference: `ramalama run <model> "<prompt>"` - Interactive chat loop: `ramalama run <model>` - Serve OpenAI-compatible endpoint: `ramalama serve <model>` - Query an existing endpoint: `ramalama chat --url <url> "<prompt>"` - Build knowledge bundle from files/URLs: `ramalama rag <paths...> <destination>` - Evaluate model performance/quality: `ramalama bench <model>` and `ramalama perplexity <model>` - Inspect/source lifecycle operations: `inspect`, `pull`, `push`, `convert`, `list`, `rm` ## Usage Start with top-level discovery: ```bash ramalama --help ramalama version ``` Apply global options before the subcommand when needed: ```bash ramalama [--debug|--quiet] [--dryrun] [--engine podman|docker] [--nocontainer] [--runtime llama.cpp|vllm|mlx] [--store <path>] <subcommand> ... ``` Use command-level help before invoking unknown flags: ```bash ramalama <subcommand> --help ``` ## Known-Good Recipes ### 1) One-shot run ```bash ramalama run grani...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.