memory Store, recall, and forget information across conversations. 3 tools always on Set On-Demand Edit
Tools in this skill:
memory_storeStore a fact, preference, decision, or summary in long-term memory. Use this whe... memory_recallSearch long-term memory for relevant information. Uses both semantic similarity ... memory_forgetDelete a specific memory by its ID. Use when the user asks you to forget somethi...
files Read, write, and list files; run shell commands in the workspace. 6 tools on demand Set Always On Edit
Tools in this skill:
import_documentChunk a long document and store each chunk as a separate memory. Use this to ing... file_readRead the contents of a file within the workspace directory. file_writeWrite or append content to a file within the workspace directory. file_listList files and directories within the workspace. exec_commandExecute a command within the workspace. Provide the command and arguments. Shell... create_proactive_triggerCreate a proactive trigger — a scheduled job that evaluates a condition before a...
canvas Build the live canvas workspace: write/read/list files, organize into folders (mkdir/move/delete), and wire page forms to real backends (canvas_action_create routes submissions to Strapi/HubSpot). 9 tools always on Set On-Demand Edit
Tools in this skill:
canvas_writeWrite a file to the canvas workspace. Creates parent directories automatically. ... canvas_readRead a file from the canvas workspace. canvas_listList files in the canvas workspace with sizes. canvas_mkdirCreate a folder in the canvas workspace. Use to organize canvases by department/... canvas_deleteDelete a file or folder (recursively) from the canvas workspace. Use with care —... canvas_moveMove or rename a file or folder within the canvas workspace (e.g. move 'index.ht... canvas_action_createWire a canvas form/button to a real backend so submissions are routed to a CRM/C... canvas_action_listList existing canvas action bindings (form→backend wirings). canvas_action_deleteDelete a canvas action binding by id.
icp-discovery Tools from the icp-discovery plugin. 6 tools on demand Set Always On Edit
Tools in this skill:
discover_franchisesDiscover franchise brands by NAICS code with location count estimates via Google... estimate_revenueEstimate annual revenue via SEC EDGAR + web search + employee proxy triangulatio... filter_icpFilter discovered companies against ICP criteria (revenue, locations, NAICS, exc... map_to_hqFind corporate HQ address, domain, and phone for a franchise brand via Google Kn... enrich_contactsFind VP Marketing / CMO contacts at a company HQ via Hunter.io domain search (pr... export_resultsExport qualified ICP leads to CSV, JSON, or Strapi CMS
slack Post messages and add reactions in Slack. 2 tools on demand Set Always On Edit
Tools in this skill:
slack_post_messagePost a message to a Slack channel slack_add_reactionAdd an emoji reaction to a message
web-pilot Browse the web: navigate, click, fill forms, take screenshots. 6 tools on demand Set Always On Edit
Tools in this skill:
browser_navigateNavigate to a URL in the browser browser_get_textGet the visible text content of the current page or a specific selector browser_clickClick on an element matching the given CSS selector browser_fillFill in a form field with text browser_screenshotTake a screenshot of the current page browser_evaluateExecute JavaScript in the browser page context and return the result. Requires a...
mcp:n8n-mcp Tools from MCP server "n8n-mcp". 27 tools on demand Set Always On Edit
Tools in this skill:
mcp__n8n-mcp__search_workflowsSearch for workflows with optional filters. Returns a preview of each workflow. mcp__n8n-mcp__execute_workflowExecute a workflow by ID. Returns the execution ID immediately without waiting f... mcp__n8n-mcp__get_executionGet execution details by execution ID and workflow ID. By default returns metada... mcp__n8n-mcp__search_executionsSearch for workflow executions with optional filters. Returns execution metadata... mcp__n8n-mcp__get_workflow_detailsGet detailed information about a specific workflow including trigger details mcp__n8n-mcp__publish_workflowPublish (activate) a workflow to make it available for production execution. Thi... mcp__n8n-mcp__unpublish_workflowUnpublish (deactivate) a workflow to stop it from being available for production... mcp__n8n-mcp__prepare_test_pin_dataPrepare test pin data for a workflow. Trigger nodes, nodes with credentials, and... mcp__n8n-mcp__test_workflowTest a workflow using pin data to bypass external services. Trigger nodes, nodes... mcp__n8n-mcp__list_credentialsList credentials the current user can access. Use this to find a credential ID b... mcp__n8n-mcp__search_data_tablesSearch for data tables accessible to the current user. Use this to find a data t... mcp__n8n-mcp__create_data_tableCreate a new data table with the specified columns. Use search_projects to find ... mcp__n8n-mcp__rename_data_tableRename an existing data table. mcp__n8n-mcp__add_data_table_columnAdd a new column to an existing data table. mcp__n8n-mcp__delete_data_table_columnDelete a column from a data table. This permanently removes the column and all i... mcp__n8n-mcp__rename_data_table_columnRename a column in a data table. mcp__n8n-mcp__add_data_table_rowsInsert rows into an existing data table. Each row is an object mapping column na... mcp__n8n-mcp__search_nodesSearch for n8n nodes by service name, trigger type, or utility function. Returns... mcp__n8n-mcp__get_node_typesGet TypeScript type definitions for n8n nodes. Returns exact parameter names and... mcp__n8n-mcp__get_suggested_nodesRequired workflow-planning step. Get curated node recommendations for workflow t... mcp__n8n-mcp__validate_workflowValidate n8n Workflow SDK code. Required before creating or updating workflows f... mcp__n8n-mcp__create_workflow_from_codeCreate a workflow in n8n from validated SDK code. This tool expects code that al... mcp__n8n-mcp__search_projectsSearch for projects accessible to the current user. Call this whenever the user ... mcp__n8n-mcp__search_foldersSearch for folders within a project. Use this to find a folder ID before creatin... mcp__n8n-mcp__archive_workflowArchive a workflow in n8n by its ID. mcp__n8n-mcp__update_workflowApply a small list of operations to an existing workflow (see the operations inp... mcp__n8n-mcp__get_sdk_referenceRequired reference for building n8n Workflow SDK code. Call this BEFORE writing ...
strapi Tools from the strapi plugin. 5 tools on demand Set Always On Edit
Tools in this skill:
strapi_listList content entries from Strapi CMS. Use this to retrieve blog posts, pages, or... strapi_getGet a single content entry from Strapi CMS by content type and ID. strapi_createCreate a new content entry in Strapi CMS. Provide the content type and data fiel... strapi_updateUpdate an existing content entry in Strapi CMS by content type and ID. strapi_content_typesList all available content types in Strapi CMS. Use this first to discover what ...
core Spawn sub-agents and activate skills. 2 tools always on Set On-Demand Edit
Tools in this skill:
activate_skillLoad a skill to gain access to its tools. Available skills: files, icp-discovery... spawn_agentSpawn a specialized agent that runs autonomously with its own tools and context....