create-my-tools-profile

Installation
SKILL.md

Create my tools profile

Scan the user's configured Zapier MCP tools and generate a personalized instruction file that teaches the AI assistant what tools are available and when to use them. Works across clients (Cursor, Claude, Windsurf, etc.).

This is the "post-onboarding" step: the user has already added tools via the setup skill, and now we crystallize that into persistent instructions.

Prerequisite: Verify tools exist

First, determine the mode by checking if list_enabled_zapier_actions is available as a tool.

Agentic mode: Call list_enabled_zapier_actions. If it returns an empty list, stop here and redirect — call get_zapier_skill with name "zapier-mcp-onboarding" to get tools configured first. Do not continue with the steps below.

Classic mode: Check that action tools are available (tools like slack_send_channel_message, gmail_find_email — not just the built-in get_configuration_url). If no action tools are configured, stop here and trigger the zapier-setup skill instead. Do not continue with the steps below.

If no tools exist at all:

"You don't have any tools set up yet, so there's nothing to build a profile from. Let's get some tools configured first."

Step 1: Inventory enabled tools

Related skills
Installs
8
GitHub Stars
41
First Seen
Mar 8, 2026