Official Agent Skill / Reviewed source

Operate Corvio from the agent you already use.

corvio-operate-workspace gives Codex, Claude Code, OpenClaw, and compatible agents the install path, resource model, safety order, and verification loop needed to work in your Corvio Workspace.

corvio-operate-workspaceOfficial
Source
Corvio-reviewed
Scope
Shared
Auth
API key or device link
API
api.corvio.ai/v1
Format
Agent Skills
01 / Install

One official package. No copied prompt drift.

The hosted files are generated from Corvio's reviewed repository source. The manifest exposes SHA-256 hashes so mirrors and directories can verify what they distribute.

Agent Skills CLIRecommended
npx skills add https://corvio.ai/developers/skills/corvio-operate-workspace/corvio-operate-workspace.zip
Workspace CLIEnvironment key or interactive link
npm install --global @corvio/cli@beta
export CORVIO_API_KEY='cvu_...' # Agents / CI
# or: corvio auth login          # Interactive
corvio workspaces use <workspace_id>
corvio update check --json

The Skill uses the separate official Workspace CLI and keeps the public OpenAPI as the HTTP authority. An environment key takes precedence; the device link creates a separately revocable user key, while Workspace selection is stored separately. Browser and Local Agent credentials are never shared.

02 / Capabilities
01

Question Corvio

Create durable questions and continue conversations without replaying hidden history.

02

Read with provenance

Search Workspace knowledge and preserve document, node, chunk, source, and artifact IDs.

03

Write safely

Create idempotently, update against content revisions, archive recoverably, and verify effects.

04

Retain and sync

Upload exact originals and use foreground, plan-first Markdown sync with explicit conflicts.

05

Use the CLI safely

Verify package and live capabilities, keep credentials outside prompts, and return durable links and receipts.

04 / Build

Your agent gets the method. Corvio keeps the record.