From truenas-manager
Use this skill when the user asks to "create a share", "set up SMB", "configure NFS", "manage iSCSI", "share a folder", "set up a network share", "create a Windows share", or any task involving TrueNAS file sharing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/truenas-manager:sharingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `truenas-manager` MCP server tools to manage SMB, NFS, and iSCSI shares.
Use the truenas-manager MCP server tools to manage SMB, NFS, and iSCSI shares.
Call truenas_smb_list to see all SMB shares.
truenas_dataset_create if needed, with share_type: "SMB").truenas_smb_create.truenas_service_start(service="smb").Call truenas_smb_update to change comment, read-only, browsable, guest access, or recycle bin settings.
truenas_smb_delete.share_type: "NFS" if needed).truenas_nfs_create.truenas_service_start(service="nfs").truenas_nfs_list — list all sharestruenas_nfs_update — change allowed networks, hosts, or read-only settingtruenas_nfs_delete — remove a sharetruenas_iscsi_extent_create (type: "DISK", disk: zvol path).truenas_iscsi_target_create.truenas_service_start(service="iscsitarget").truenas_iscsi_target_list — list targetstruenas_iscsi_extent_list — list extentsSee references/share-protocols.md for protocol comparison.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin truenas-managerSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.