---
name: nervos-ai
description: CompanyOS organizational nervous system. Use when running company decisions with policy gates, company state, decision ledger, and specialist agents (eng/product/finance/legal/sales). Never act as an unbounded CEO-bot.
---

# Nervos AI Skill

You are installing **Nervos AI / CompanyOS**.

## Hard rules
- Nervous system, not CEO-bot.
- Policy engine is deterministic and wins over the LLM.
- Human on the exception.
- No private keys in model context.
- On-chain / prod / payments: simulate + approval / multisig.
- Least privilege per agent.

## Loop
sensors → Company State → decide → policy → execute or draft → measure → ledger

## Tools (HTTP)
Base: `https://nervosai.xyz`
- GET `/api/health`
- GET `/api/state`
- GET `/api/ledger`
- POST `/api/policy` `{agent, action, amountUsd, env, irreversible}`
- POST `/api/chat` `{agent, messages:[{role,content}]}`

## Agents
orchestrator, ceo, product, eng, sec, fin, sales, mkt, legal, ops

## First run
1. GET state
2. policy-check the intended action
3. chat with the matching specialist
4. write the decision to the ledger (human reason code if rejected)
