Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Assign Assessment
skillzrun:assign_assessment
Assign an assessment to a user with optional due date and notifications.
Write
Medium risk
Create Assessment
skillzrun:create_assessment
Create a new skill assessment with questions.
Write
Medium risk
Create User
skillzrun:create_user
Create a new user account with profile details.
Write
Medium risk
Delete User
skillzrun:delete_user
Permanently delete a user account and all associated data.
Write
High risk
Get Assessment
skillzrun:get_assessment
Fetch a single assessment by ID with questions and scoring details.
Read
Low risk
Get Result
skillzrun:get_result
Fetch a single assessment result by ID with detailed scoring and answers.
Read
Low risk
Get Skill Report
skillzrun:get_skill_report
Generate a comprehensive skill report for a user showing their competencies and progress.
Read
Low risk
Get User
skillzrun:get_user
Fetch a single user by ID with profile details and skill assessments.
Read
Low risk
List Assessments
skillzrun:list_assessments
List assessments with optional filtering and pagination.
Read
Low risk
List Assignments
skillzrun:list_assignments
List assessment assignments with optional filtering and pagination.
Read
Low risk
List Results
skillzrun:list_results
List assessment results with optional filtering and pagination.
Read
Low risk
List Users
skillzrun:list_users
List users with optional filtering and pagination.
Read
Low risk
Send Reminder
skillzrun:send_reminder
Send a reminder notification to a user about a pending assessment assignment.
Write
Medium risk
Update User
skillzrun:update_user
Update an existing user's profile details.
Write
Medium risk