The lium agent skill — teaches an AI coding agent to rent GPUs and manage pods
on Lium, a decentralized GPU rental platform on Bittensor.
npx skills add Datura-ai/lium-skill --skill liumWorks in any agent that supports the Agent Skills standard — Claude Code, Cursor, Codex and others.
Without node, install into the agent skill directories directly:
curl -fsSL https://lium.io/agents/install.sh | bashThe installer takes --claude-only, --cursor-only, --codex-only and
--force; pin a version with LIUM_SKILL_VERSION=v0.1.0.
The skill drives the lium CLI, so install that too:
curl -fsSL https://lium.io/install.sh | bash
lium init| Path | Purpose |
|---|---|
lium/SKILL.md |
The skill itself — frontmatter plus agent instructions |
lium/references/ |
CLI and SDK references, loaded on demand |
agents/install.sh |
Source of lium.io/agents/install.sh |
llms.txt |
Short discovery index for agents |
llms-full.txt |
Self-contained reference, generated from the files above |
llms-full.txt is generated. After changing lium/SKILL.md or anything under
lium/references/, regenerate and commit it in the same change — CI fails the
PR on drift:
./scripts/build-llms-full.sh