What problem does it solve?
The skill enables you to create and manage actor records—the data-bearing instances of a form template—so you can store, read, update, and filter real-world data within Simulator.Company.
Core Features & Use Cases
- Create, read, update, and delete actor records with getActor/getActorByRef/createActor/updateActor/setActorStatus/deleteActor
- Work with multiform actors where data keys are named form<formId>:<itemId> and learn how to locate the root form for leaf forms
- Ensure data is keyed by field ids (item_<digits>) by first resolving the form structure with getForm
- Use searchActors and filterActors to discover or filter actors across a workspace
- Workspace context check: accId must be known before any tool call
- Rich actor descriptions support BBCode and embedded references to other actors or apps
- Integrates with simulator-forms, simulator-graph, and simulator-finance for end-to-end workflows
Quick Start
Create an actor by resolving the root form, mapping each field to its item_<id> key, and calling createActor with formId and data.