From truenas-manager
Use this skill when the user asks to "manage services", "check system info", "list disks", "manage users", "manage VMs", "manage apps", "restart a service", "check alerts", "manage network", "set up replication", or any TrueNAS system administration task.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin truenas-managerThis skill uses the workspace's default tool permissions.
Use the `truenas-manager` MCP server tools for system-level management.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Use the truenas-manager MCP server tools for system-level management.
truenas_system_info — hostname, version, uptime, hardware infotruenas_system_version — version stringtruenas_alert_list — active system alertstruenas_alert_dismiss — dismiss a resolved alertAlways confirm before calling truenas_reboot or truenas_shutdown.
Call truenas_service_list to see all services and their running status.
truenas_service_start / truenas_service_stop / truenas_service_restartsmb, nfs, ssh, iscsitarget, snmp, ups, smartdtruenas_service_update — enable/disable auto-start at boottruenas_disk_list — list all physical disks with model, serial, sizetruenas_disk_get — detailed info on a specific disktruenas_disk_wipe — destructive — wipe a disk (QUICK or FULL). Always confirm first.truenas_interface_list — list all network interfacestruenas_interface_get — details of a specific interfacetruenas_static_route_list — list static routestruenas_user_list — list all local userstruenas_user_create — create a new user (set smb: true for SMB access)truenas_user_update — change password, email, shell, lock/unlocktruenas_user_delete — delete a usertruenas_group_list, truenas_group_create, truenas_group_deletetruenas_replication_create with source datasets, target, and transport.auto: true for scheduled replication.truenas_replication_list — list all taskstruenas_replication_run — manually trigger a tasktruenas_replication_delete — remove a tasktruenas_vm_list — list all VMstruenas_vm_get — VM details (CPU, memory, disks)truenas_vm_start / truenas_vm_stop / truenas_vm_restarttruenas_app_list — list installed appstruenas_app_start / truenas_app_stop — manage app lifecycletruenas_app_upgrade — upgrade to latest versiontruenas_alert_list regularly for disk or pool warnings.See references/services.md for service names and common configurations.