Elyan Compute Skill
Description
Conway Automaton skill for accessing Elyan Labs GPU compute marketplace via x402 USDC micropayments
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Elyan Labs Compute Skill
[](BCOS.md) Conway Automaton skill for accessing GPU compute via x402 USDC micropayments.
Part of the [Beacon Protocol](https://github.com/Scottcjn/beacon-skill) ecosystem — uses [`beacon_skill.compute_marketplace`](https://github.com/Scottcjn/beacon-skill/blob/main/beacon_skill/compute_marketplace.py) and [`openclaw-x402`](https://github.com/Scottcjn/openclaw-x402) for payment.
Install
Conway agents can install this skill:
installSkill("https://github.com/Scottcjn/elyan-compute-skill", "elyan-compute")
Or fetch the SKILL.md directly:
installSkillFromUrl("https://raw.githubusercontent.com/Scottcjn/elyan-compute-skill/main/SKILL.md", "elyan-compute")
Endpoints
| Endpoint | Price | Hardware |
|---|---|---|
/api/compute/inference |
$0.01 | POWER8 512GB (Ollama) |
/api/compute/vision |
$0.05 | BAGEL-7B on V100 |
/api/compute/tts |
$0.02 | XTTS on RTX 4070 |
/api/compute/video |
$0.50 | ComfyUI on V100 32GB |
Payment
All endpoints return HTTP 402 with x402 payment requirements. Compatible with any x402 client library. Payments in USDC on Base (chain ID 8453).
Dual economy: also accepts RustChain RTC tokens (1 RTC = $0.10 USD) via `X-RTC-Payment` header.
Hardware
12 GPUs totaling 192GB VRAM across V100 32GB, V100 16GB, RTX 5070, RTX 4070, RTX 3060, and M40 cards. Plus IBM POWER8 S824 with 128 threads and 512GB RAM for large model inference. Hailo-8 TPU and 2x Alveo U30 FPGA for specialized workloads.
All infrastructure located in Baton Rouge, LA.
Ecosystem
- [Beacon Proto
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11