Capability Catalog

Database-backed registry of the systems Command Center can observe, propose actions for, and dispatch through approved boundaries.

Source owners

Systems

12

Callable actions

Capabilities

25

Guarded dispatch

Require approval

12

Review every time

High risk

2

Airtable

EXTERNAL API

Structured content and marketing operations tables.

1 capabilities
tymoo-agentic-os/commands/airtable.md
CapabilityHandlerRiskApproval
Run Airtable operations
Use Airtable-backed operations exposed through the Agentic OS command.
tymoo-agentic-os/commands/airtable.mdMEDIUMRequired

CIA Tasks Cron

CRON

Daily Linear digest workflow for client tasks due in the next 7 days.

1 capabilities
tymoo-agentic-os/commands/cia-tasks-report.md
CapabilityHandlerRiskApproval
Next-7-days Linear digest
Pull AI-tagged client tasks due in the next 7 days, write a daily markdown file, and email the digest.
tymoo-agentic-os/commands/cia-tasks-report.mdLOWAutomatic

Charlie Hermes API

AGENT

Running Charlie CMO agent exposed through the Hermes API.

1 capabilities
tymoo-agentic-os/commands/ask-charlie.md
CapabilityHandlerRiskApproval
Ask Charlie
Ask the running Charlie CMO agent a strategy question through Hermes.
tymoo-agentic-os/commands/ask-charlie.mdLOWAutomatic

Gmail

EXTERNAL API

Inbox, thread, draft, label, archive, and receipt-forwarding surface.

5 capabilities
tymoo-agentic-os/commands/inbox-triage.md
CapabilityHandlerRiskApproval
Archive Gmail thread
Archive approved Gmail messages or threads by removing the INBOX label.
gmail.modify(removeLabelIds=[INBOX])MEDIUMRequired
Create Gmail draft
Write an approved draft into Gmail. Sending remains out of scope for v0.
gmail.create_draftMEDIUMRequired
Forward receipt to QBO
Prepare the receipt-forwarding draft to the QBO receipts inbox, then archive the original after approval.
gmail.create_draft(receipts-tymoo@qbodocs.com)MEDIUMRequired
Propose Gmail reply
Draft a reply proposal locally in Chuck's voice without writing a Gmail draft.
tymoo-agentic-os/commands/inbox-triage.mdLOWAutomatic
Refresh Gmail inbox metadata
Read Gmail thread metadata, snippets, labels, unread state, and sender context into Command Center snapshots.
gmail.search_threads + gmail.get_threadLOWAutomatic

Google Calendar

EXTERNAL API

Calendar availability, event lookup, holds, and scheduling context.

1 capabilities
tymoo-agentic-os/agents/nia/SOUL.md
CapabilityHandlerRiskApproval
Read calendar availability
Read Chuck's calendar availability before proposing times or scheduling decisions.
gcal_list_eventsLOWAutomatic

Linear

EXTERNAL API

Client task source of truth and issue workflow system.

1 capabilities
CapabilityHandlerRiskApproval
Create Linear task
Create a new Linear issue through the Agentic OS command workflow.
tymoo-agentic-os/commands/new-task.mdMEDIUMRequired

Managed Agents

AGENT

Seven named Tymoo agents with mirrored safe profile files.

7 capabilities
tymoo-agentic-os/agents
CapabilityHandlerRiskApproval
Alex managed profile
Analyst agent profile mirror.
tymoo-agentic-os/agents/alex/README.mdLOWAutomatic
Charlie managed profile
CMO and quality agent profile mirror.
tymoo-agentic-os/agents/charlie/README.mdLOWAutomatic
Kai managed profile
Content and voice agent profile mirror.
tymoo-agentic-os/agents/kai/README.mdLOWAutomatic
Morgan managed profile
Operations and meetings agent profile mirror.
tymoo-agentic-os/agents/morgan/README.mdLOWAutomatic
Nia managed profile
Advisory agent profile mirror.
tymoo-agentic-os/agents/nia/README.mdLOWAutomatic
Piper managed profile
Business development agent profile mirror.
tymoo-agentic-os/agents/piper/README.mdLOWAutomatic
Sage managed profile
Research and practice agent profile mirror.
tymoo-agentic-os/agents/sage/README.mdLOWAutomatic

Mem0

DATABASE

Managed memory store scoped to Tymoo users and agents.

1 capabilities
tymoo-agentic-os/commands/mem0.md
CapabilityHandlerRiskApproval
Read or write memory
Read or write Mem0 memories scoped to Tymoo users and managed agents.
tymoo-agentic-os/commands/mem0.mdMEDIUMRequired

Notion

EXTERNAL API

Client knowledge base and meeting follow-up workspace.

1 capabilities
tymoo-agentic-os/tools/notion
CapabilityHandlerRiskApproval
Patch Notion content
Patch Notion pages or blocks through the ntn CLI public API wrapper.
ntn apiMEDIUMRequired

SEMRush

EXTERNAL API

Keyword, domain, and competitive research API workflows.

2 capabilities
tymoo-agentic-os/commands/semrush.md
CapabilityHandlerRiskApproval
Add SEMRush keywords
Add keywords to an existing SEMRush Position Tracking campaign.
tymoo-agentic-os/commands/semrush-add-keywords.mdMEDIUMRequired
Run SEMRush research
Run SEMRush keyword and organic research from the command registry.
tymoo-agentic-os/commands/semrush.mdLOWAutomatic

SurferSEO

EXTERNAL API

Content editor, optimization, and scoring workflows.

1 capabilities
tymoo-agentic-os/commands/surfer.md
CapabilityHandlerRiskApproval
Run SurferSEO operations
Create, update, retrieve, score, or audit SurferSEO editors.
tymoo-agentic-os/commands/surfer.mdMEDIUMRequired

Tymoo Agentic OS

INTERNAL REPO

Source-controlled command and skill registry for Tymoo AI ops.

3 capabilities
tymoo-agentic-os/commands
CapabilityHandlerRiskApproval
Close Linear task
Close a task with artifact rewrite, Notion summary update, client email draft, and Linear Done transition.
tymoo-agentic-os/commands/close-task.mdHIGHRequired
Process client meeting
Turn meeting notes into Linear updates, new tasks, Notion follow-up, email draft, and Mem0 memory.
tymoo-agentic-os/commands/process-meeting-client.mdHIGHRequired
Work on Linear task
Run the established task execution command for a Linear issue.
tymoo-agentic-os/commands/work-on-task.mdMEDIUMRequired