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.
Add User To Group
nextcloud:add_user_to_group
Add a user to a group. Requires admin privileges or group admin rights.
Write
Medium risk
Copy File
nextcloud:copy_file
Create a copy of a file or folder at a new location.
Write
Low risk
Create Folder
nextcloud:create_folder
Create a new folder at the specified path. Parent directories will be created if they don't exist.
Write
Medium risk
Create Group
nextcloud:create_group
Create a new group in Nextcloud. Requires admin privileges.
Write
Medium risk
Create Share
nextcloud:create_share
Create a share for a file or folder with a user, group, or as a public link.
Write
Medium risk
Create User
nextcloud:create_user
Create a new user account in Nextcloud. Requires admin privileges.
Write
Medium risk
Delete File
nextcloud:delete_file
Permanently delete a file or folder. WARNING: This action cannot be undone!
Write
High risk
Delete Share
nextcloud:delete_share
Delete a share by ID. This will revoke access for the shared user/group or disable the public link.
Write
High risk
Delete User
nextcloud:delete_user
Permanently delete a user account and all their files. WARNING: This action cannot be undone!
Write
High risk
Get File Info
nextcloud:get_file_info
Get detailed information about a file or folder including size, modification date, and permissions.
Read
Low risk
Get User Info
nextcloud:get_user_info
Get detailed information about a user including display name, email, and quota usage.
Read
Low risk
List Files
nextcloud:list_files
List files and folders in a directory with metadata like size and modification date.
Read
Low risk
List Groups
nextcloud:list_groups
List all groups in the Nextcloud instance.
Read
Low risk
List Shares
nextcloud:list_shares
List all shares created by you or shared with you.
Read
Low risk
List Users
nextcloud:list_users
List all users in the Nextcloud instance with basic information.
Read
Low risk
Move File
nextcloud:move_file
Move or rename a file or folder to a new location.
Write
Low risk
Search Files
nextcloud:search_files
Search for files and folders by name across the user's Nextcloud storage.
Read
Low risk