Skip to Content
ReferenceCLI Referencemyco toolkit

myco toolkit

Discover available toolkits and tools.

Toolkits are groups of tools that skills can use. These commands help you discover what’s available.

myco toolkit list

List all available toolkits with their tool counts.

myco toolkit list

Arguments: None

Flags: None

Output example:

Toolkits (2): crm CRM — Manage contacts, companies, and deals Tools: 5 gmail Gmail — Send and manage emails Tools: 3

myco toolkit get

Show toolkit details and list its tools.

myco toolkit get <toolkit-slug>

Arguments:

ArgumentRequiredDescription
toolkit-slugYesToolkit identifier

Flags: None

Output example:

Toolkit: crm Name: CRM Description: Manage contacts, companies, and deals Tools (5): search-contacts Search for contacts by name, email, or company create-contact Create a new contact record ...

myco toolkit tool

Show full details and parameters for a specific tool.

myco toolkit tool <toolkit-slug> <tool-name>

Arguments:

ArgumentRequiredDescription
toolkit-slugYesToolkit identifier
tool-nameYesTool identifier

Flags: None

Output example:

Tool: search-contacts Toolkit: crm Title: Search Contacts Description: Search for contacts matching a query string. Returns matching records. Parameters: query (string, required) The search query limit (number, optional) Maximum results to return

Use the tool names from this output in the allowed-tools field of your SKILL.md files.