todero-board

Manage a Todero AI-agent company through conversational board-level API operations.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/nabitllc/todero --skill todero-board-nabitllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todero-board
Source: https://github.com/nabitllc/todero/tree/main/skills/todero-board
Command: npx skills add https://github.com/nabitllc/todero --skill todero-board-nabitllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a company of AI agents requires constant oversight — hiring agents, approving requests, tracking budgets, and reviewing work — but doing this through raw API calls is tedious and error-prone. This Skill translates natural language board decisions into Todero API calls so you can govern your AI-agent company conversationally. ## Core Features & Use Cases - Company Onboarding: Create a company, set budgets, hire a CEO agent, and launch the first heartbeat through a guided setup flow. - Agent Hiring & Governance: Draft hiring plans, generate system prompts from a standard template, submit hire requests, and process approvals with escalation path updates. - Oversight & Monitoring: View dashboards, track task status, monitor per-agent and per-project costs, and review work products with web UI links. - Use Case: You ask to hire a designer for your AI company. The Skill drafts the role, generates a system prompt, submits the hire request, proposes escalation path updates to related agents, and logs the decision for future sessions. ## Quick Start Set up my Todero board session and show me the current company dashboard with any pending approvals.

Frequently Asked Questions about todero-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new Todero company with AI agents?

Run the onboarding flow: create a company with a name, mission, and monthly budget, then hire a CEO agent using the agent-hires endpoint, and launch the first heartbeat. The Skill guides you through each step conversationally after you run npx todero board setup.

How do I hire a new agent in Todero?

Submit a hire request to the agent-hires endpoint with the agent's name, role, adapter type, system prompt, and budget. If board approval is required, the Skill presents the pending approval so you can approve, reject, or request revision.

What authentication does the Todero API require?

In local_trusted mode, no auth headers are needed since the server grants board access to local requests automatically. If PAPERCLIP_API_KEY is set, include it as a Bearer token in the Authorization header on all requests.

How do I monitor AI agent costs and budgets in Todero?

Use the costs endpoints to fetch an overall summary, breakdown by agent, or breakdown by project, with optional date ranges. The Skill presents spending against monthly budgets as percentages so you can spot overruns.

Can I edit an agent's system prompt after hiring?

Yes, through chat-described changes applied via the API, direct file edits when the agent uses an instructions file path, or the web UI. The Skill always re-fetches the current config before modifying it and can show the full config revision history.