From wizbi-tools
Reference guide for all WizBI Tools — what each tool does, how to call it, and when to use it. Use when the user asks about a specific tool, wants to know what's available, or needs help with Twilio, Meta Ads, Google Workspace, Israeli banks, web search, translation, or utility functions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wizbi-tools:wizbi-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All tools are available via the WizBI Tools MCP server at `https://tools.wizbi.ai/mcp`.
All tools are available via the WizBI Tools MCP server at https://tools.wizbi.ai/mcp.
Authentication is handled automatically by Claude via OAuth 2.1 → wz_ token.
When to use: Sending SMS, WhatsApp messages, making/receiving calls, phone verification.
Tools available:
send_sms — Send SMS to any numbersend_whatsapp — Send WhatsApp message (requires Twilio WhatsApp sender)make_call — Initiate a phone call with TwiML instructionslist_messages / get_message — Read sent/received SMSlist_calls / get_call — Call history and detailssend_verification / check_verification — Phone number OTP verification (Verify service)list_phone_numbers — Your Twilio numbersget_balance — Account balance and usageRequires: Twilio credentials (Account SID + Auth Token). Connect via /api/plugins or ask "connect Twilio".
When to use: Analyzing Facebook/Instagram campaigns, checking ad performance, WhatsApp funnel analytics.
Tools available:
list_ad_accounts — List all ad accounts you have access tolist_campaigns — Campaigns in an accountlist_adsets — Ad sets within a campaignlist_ads — Individual adsget_campaign_insights — Performance metrics (impressions, clicks, spend, ROAS)analyze_whatsapp_funnel — WhatsApp Click-to-Chat funnel analysisRequires: Meta Ads connection (Facebook OAuth). Connect via "connect Meta Ads".
When to use: Reading/sending email, checking/creating calendar events.
Tools available:
list_emails — List emails in inbox (with filters)read_email — Read full email contentreply_to_email — Reply to an email threadsend_email — Compose and send new emaillist_events — Calendar events (date range, calendar)create_event — Create calendar event with attendeesdelete_event — Remove eventfind_free_time — Find available slots across calendarsRequires: Google OAuth (Gmail + Calendar scopes). Connect via "connect Google".
When to use: Checking account balance, recent transactions, financial overview.
Tools available:
scrape_hapoalim — Bank Hapoalim account datascrape_isracard — Isracard credit card transactionsscrape_all_accounts — All connected accounts in one callget_connection_status — Check which banks are connectedsave_hapoalim_credentials / save_isracard_credentials — Store credentialsNote: Credentials are stored encrypted. Uses screen-scraping (not official API).
When to use: Searching the internet, reading web pages, extracting data, taking screenshots.
Tools available:
search_web — Web search (returns top results with snippets)search_semantic — Semantic/meaning-based searchsearch_research — Deep research search with sourcesscrape_page — Read full content of any URLextract_structured — Extract structured data (tables, lists) from a pageget_links — Extract all links from a pagescreenshot — Take a screenshot of any URLto_pdf — Convert URL to PDFfetch_url — Raw HTTP fetchcheck_url — Check if URL is accessibleshorten_url — Create short URLWhen to use: Translating text, detecting language.
Tools available:
translate — Translate text to any languagedetect_language — Detect the language of textlist_languages — List all supported languagesWhen to use: Calculations, unit conversions, time, passwords.
Tools available:
calculate — Math expression evaluatorcalculate_percentage — Percentage calculationscalculate_duration — Duration between datesconvert_units — Unit conversion (length, weight, temperature, etc.)get_current_time — Current time in any timezonecompare_timezones — Time across multiple timezonesrandom_number — Generate random numbersgenerate_password — Secure password generatorWhen to use: Managing API keys and OAuth connections to external services.
Tools available:
list_connections — See all your connected servicesmanage_connection — Add, update, or remove a connectiontest_connection — Verify a connection is workingWhen to use: Browsing available tools, enabling/disabling plugins.
Tools available:
browse_library — Browse all available pluginslist_plugins — Your enabled pluginsenable_plugin / disable_plugin — Toggle plugins on/offget_plugin_info — Details about a specific pluginwz_ token securely after first loginnpx claudepluginhub wizbi-ai/marketplace --plugin wizbi-toolsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.