prime-intellect

GitHub

提供 Prime Intellect 平台全套产品的操作指南,涵盖 CLI/SDK 使用、环境管理、评估训练、推理及 GPU 资源调度。适用于涉及该平台的开发、配置与运维任务。

packages/coding-agent/skills/prime-intellect/SKILL.md PrimeIntellect-ai/prime-agent

Trigger Scenarios

需要调用 prime CLI 或 SDK 进行环境管理、评估或训练 请求在 Prime Intellect 上租用 GPU 或创建沙箱 询问 Prime Intellect 产品功能或查询相关文档

Install

npx skills add PrimeIntellect-ai/prime-agent --skill prime-intellect -g -y
More Options

Non-standard path

npx skills add https://github.com/PrimeIntellect-ai/prime-agent/tree/main/packages/coding-agent/skills/prime-intellect -g -y

Use without installing

npx skills use PrimeIntellect-ai/prime-agent@prime-intellect

指定 Agent (Claude Code)

npx skills add PrimeIntellect-ai/prime-agent --skill prime-intellect -a claude-code -g -y

安装 repo 全部 skill

npx skills add PrimeIntellect-ai/prime-agent --all -g -y

预览 repo 内 skill

npx skills add PrimeIntellect-ai/prime-agent --list

SKILL.md

Frontmatter
{
    "name": "prime-intellect",
    "description": "Work with Prime Intellect products via the prime CLI and Python SDKs - verifiers environments and the Environments Hub, evaluations (local and hosted), Hosted Training and prime-rl, code sandboxes, Prime Inference, GPU compute (pods and clusters), storage, and tunnels. Use when a task involves Prime Intellect, the prime CLI, verifiers, RL environments, evals, training, sandboxes, renting GPUs, Prime Inference models, or when the user asks what Prime Intellect is or what it offers."
}

Prime Intellect

Prime Intellect is an open superintelligence lab building open-source AGI infrastructure: a platform for RL environments, evaluations, post-training, inference, and globally distributed GPU compute. Prime Agent (this agent) is built by Prime Intellect, and the prime CLI is the default way to interface with every product below.

Product Map

Product What it is Details
verifiers Python library for building LLM environments and evaluations environments.md
Environments Hub Platform library of community RL environments (prime env) environments.md
Hosted Evaluations Run evals on Prime-managed infra (prime eval run --hosted) environments.md
Hosted Training Post-train models against environments (prime train, Lab) environments.md
prime-rl Large-scale async RL framework for self-managed training environments.md
Sandboxes Secure disposable Docker environments for AI-generated code sandboxes.md
Tunnels Public HTTPS URLs for local/sandboxed services sandboxes.md
Inference OpenAI-compatible API for frontier models inference.md
Compute Rent single GPU pods or multi-node clusters compute.md
Storage Persistent disks shared between instances compute.md

Prime CLI Setup

Default to the prime CLI for all Prime Intellect operations. If it is not installed:

uv tool install prime    # or: pip install prime
prime login              # browser auth; or: prime config set-api-key
prime config view        # verify configuration

The same package provides the Python SDKs (e.g. prime_sandboxes, prime_tunnel). Source: https://github.com/PrimeIntellect-ai/prime

Live Documentation

Authoritative, current docs live at https://docs.primeintellect.ai. Any docs page is fetchable as Markdown by appending .md to its URL, and the full index is at https://docs.primeintellect.ai/llms.txt. When you need details not covered here (exact flags, API schemas, pricing, new features), fetch the live docs instead of guessing:

curl -s https://docs.primeintellect.ai/llms.txt                      # discover pages
curl -s https://docs.primeintellect.ai/sandboxes/overview.md         # fetch a page as markdown

The REST API is documented under api-reference/ pages (OpenAPI spec: https://api.primeintellect.ai/openapi.json), with https://api.primeintellect.ai as the base URL.

Command Quick Reference

# Environments Hub
prime env list --search "math"      # discover environments
prime env info owner/name           # inspect one
prime env install owner/name        # install locally
prime env init my-env --v1          # scaffold a new environment
prime env push                      # publish to the Hub

# Evaluations
prime eval run my-env -m openai/gpt-4.1-mini -n 5    # local smoke eval
prime eval run owner/env --hosted --follow           # hosted eval with logs

# Training
prime lab setup                     # set up a Lab workspace (Hosted Training)
prime train models                  # models, capacity, pricing
prime train init && prime train rl.toml              # configure + launch a run

# Sandboxes
prime sandbox create python:3.11-slim --timeout-minutes 120
prime sandbox run <sandbox-id> "python --version"
prime sandbox delete <sandbox-id>

# Inference
prime inference models              # list available models

# Compute
prime availability list             # GPU availability + pricing
prime pods create                   # provision a pod
prime pods ssh <pod-id>             # SSH in (needs: prime config set-ssh-key-path)

Working Conventions

  • Prefer ecosystem-native paths (prime env init, prime eval run, prime lab setup) over custom scaffolding.
  • Smoke-test small (-n 5) before scaling evals or training; keep default result uploads unless the user explicitly opts out.
  • For non-trivial eval/training work, ask whether the user wants instruct models (gpt-4.1 series, qwen3 instruct) or reasoning models (gpt-5 series, qwen3 thinking, glm series).
  • Hosted Training launches from a CPU machine; self-managed prime-rl requires local GPU access and is a power-user path.
  • The dashboard at https://app.primeintellect.ai covers API keys, billing, teams, and anything the CLI does not.

Version History

  • bc0fa76 Current 2026-08-27 09:01

Same Skill Collection

packages/coding-agent/skills/agent-message/SKILL.md
packages/coding-agent/skills/agent-observe/SKILL.md
packages/coding-agent/skills/attach-image/SKILL.md
packages/coding-agent/skills/compact/SKILL.md
packages/coding-agent/skills/edit/SKILL.md
packages/coding-agent/skills/goal/SKILL.md
packages/coding-agent/skills/linear/SKILL.md
packages/coding-agent/skills/notion/SKILL.md
packages/coding-agent/skills/refine/SKILL.md
packages/coding-agent/skills/rlm-heartbeat/SKILL.md
packages/coding-agent/skills/skill-creator/SKILL.md
packages/coding-agent/skills/websearch/SKILL.md
packages/coding-agent/examples/extensions/dynamic-resources/SKILL.md

Metadata

Files
0
Version
bc0fa76
Hash
49306f0e
Indexed
2026-08-27 09:01

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-27 17:00
浙ICP备14020137号-1 $mapa de visitantes$