basilica

A skill for operating the Basilica GPU platform via CLI commands and generating Python SDK snippets.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "basilica" with this command: npx skills add one-covenant/sacred-arts

Basilica

A skill for operating the Basilica GPU platform via CLI commands and generating Python SDK snippets.

CLI install + login

Install CLI

curl -sSL https://basilica.ai/install.sh | bash

Login

basilica login

SDK install + login

Install SDK

uv pip install basilica-sdk

Create an API token

basilica tokens create

Set env var

export BASILICA_API_TOKEN="basilica_..."

from basilica import BasilicaClient

client = BasilicaClient(api_key="basilica_...")

Installation

Install the skill

npx skills add one-covenant/sacred-arts

List available skills (should show "basilica")

npx skills one-covenant/sacred-arts --list

This installs into .claude/skills/ by default.

Usage

Natural language:

"list available H100s" "deploy vllm for Llama 3" "show my basilica balance"

Direct invocation:

/basilica

Structure

skills/ basilica/ SKILL.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Visual Explainer

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architectur...

Registry SourceRecently Updated
Coding

MinerU OCR Local & API

Parse complex PDFs and document images with MinerU, using either the hosted MinerU API or the local open-source MinerU runtime. Use when Codex needs MinerU-b...

Registry SourceRecently Updated
Coding

My Browser Agent

Automate browsing with Playwright to visit URLs, capture screenshots, retrieve page titles, and interact with elements (clicking coming soon).

Registry SourceRecently Updated
Coding

ZeroCut AI Video

Use ZeroCut CLI media and document tools. Invoke when user needs generate media, run ffmpeg/pandoc, sync resources, or save outputs.

Registry SourceRecently Updated