Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meetcuria.com/llms.txt

Use this file to discover all available pages before exploring further.

Curia ships with 50+ skills organized into functional categories. Every skill declares an action_risk level that determines the minimum autonomy score required to invoke it without explicit CEO approval.

Contact management

Skillaction_riskDescription
contact-createlowCreate a new contact record
contact-lookupnoneLook up a contact by name (supports partial matching)
contact-listnoneList all contacts
contact-renamelowRename a contact
contact-set-rolelowSet a contact’s role (e.g., CFO, board member)
contact-set-trustlowSet a contact’s trust level
contact-link-identitylowLink a channel identity (email, phone) to a contact
contact-unlink-identitylowRemove a channel identity from a contact
contact-grant-permissionlowGrant a specific permission to a contact
contact-revoke-permissionlowRevoke a permission from a contact
contact-mergelowMerge duplicate contacts (supports dry-run preview)
contact-find-duplicatesnoneScan for potential duplicate contacts

Email

Skillaction_riskDescription
email-sendmediumSend a new email to specified recipients
email-replymediumReply to an existing email thread
email-listnoneList recent messages in an inbox
email-getnoneFetch the full body of a specific message
email-draft-savelowSave a draft reply for CEO review
send-draftmediumSend a previously saved draft
email-archivelowArchive a message
context-for-emailnoneAssemble context for composing an email

Calendar

Skillaction_riskDescription
calendar-list-calendarsnoneList all registered calendars
calendar-registerlowRegister a new calendar
calendar-list-eventsnoneList events in a date range
calendar-create-eventhighCreate a new calendar event
calendar-update-eventhighUpdate an existing event
calendar-delete-eventhighDelete a calendar event
calendar-find-free-timenoneFind available time slots
calendar-check-conflictsnoneCheck for scheduling conflicts

Memory and knowledge graph

Skillaction_riskDescription
memory-storelowStore a fact in the knowledge graph
memory-querynoneQuery the knowledge graph
query-relationshipsnoneLook up stored relationships for an entity
delete-relationshiplowRemove a relationship from the knowledge graph
entity-contextnoneAssemble entity context (facts, relationships, history) for a contact
extract-factslowExtract structured facts from text (system skill)
extract-relationshipslowExtract relationships from text (system skill)

Scheduling

Skillaction_riskDescription
scheduler-createhighCreate a recurring or one-shot scheduled task
scheduler-listnoneList active scheduled jobs
scheduler-cancelhighCancel a scheduled job
scheduler-reportnoneGenerate a report on scheduled task activity (system skill)

Communication

Skillaction_riskDescription
signal-sendmediumSend a Signal message
bullpenlowOpen or contribute to an inter-agent discussion thread

Web research

Skillaction_riskDescription
web-searchnoneSearch the web via Tavily
web-fetchnoneFetch and extract content from a URL
web-browsernoneInteract with JavaScript-rendered pages via Playwright

Templates

Skillaction_riskDescription
template-meeting-requestmediumGenerate a meeting request email
template-reschedulemediumGenerate a reschedule request
template-cancelmediumGenerate a cancellation notice
template-doc-requestmediumGenerate a document request

Autonomy

Skillaction_riskDescription
get-autonomynoneRead the current autonomy score and history
set-autonomycriticalChange the autonomy score (CEO only)

Knowledge bases

Skillaction_riskDescription
knowledge-company-overviewnoneRetrieve company overview information
knowledge-meeting-linksnoneLook up meeting links and video call URLs
knowledge-travel-preferencesnoneRetrieve travel preferences
knowledge-loyalty-programsnoneLook up loyalty program details

System and utility

Skillaction_riskDescription
delegatenoneDelegate a task to a specialist agent
held-messages-listnoneList messages held for CEO review
held-messages-processlowProcess a held message (identify, dismiss, or block)
executive-profile-getnoneGet the CEO’s writing voice profile
executive-profile-updatelowUpdate the CEO’s writing voice profile
config-storelowRead or write operational configuration
image-generatelowGenerate an image
skill-registrynoneSearch all registered skills by keyword

Building custom skills

How to create, test, and register a new skill.

Skill manifest schema

Complete reference for the skill.json manifest format.