Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lium-skill

The lium agent skill — teaches an AI coding agent to rent GPUs and manage pods on Lium, a decentralized GPU rental platform on Bittensor.

Install

npx skills add Datura-ai/lium-skill --skill lium

Works 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 | bash

The 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

What is in here

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

Editing

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

Links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages