### Display Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/ai-and-ml/hugging-face.mdx Renders the setup steps for a given agent and integration slug, providing a guided walkthrough for users. ```javascript ``` -------------------------------- ### Display Hostinger Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/developer-tools/hostinger.mdx Renders the setup steps required to integrate Hostinger with OpenClaw, providing a guided walkthrough for users. ```jsx ``` -------------------------------- ### Mailchimp Tool Quick Start Examples Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/mailchimp-marketing/SKILL.md Demonstrates basic Mailchimp operations using ClawLink tools. These examples show how to retrieve lists, list campaigns, and get account information. ```bash # Get lists (audiences) clawlink_call_tool --tool "mailchimp_get_lists_info" --params '{}' ``` ```bash # List campaigns clawlink_call_tool --tool "mailchimp_list_campaigns" --params '{}' ``` ```bash # Get account info clawlink_call_tool --tool "mailchimp_get_account_info" --params '{}' ``` -------------------------------- ### Displaying Setup Steps for OpenClaw Instantly Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/marketing/instantly.mdx Renders the setup steps required to integrate OpenClaw with Instantly, providing a guided walkthrough for users. ```javascript ``` -------------------------------- ### Displaying Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/marketing/reddit-ads.mdx Renders a series of setup steps for a given agent and integration. This component is used to guide users through the configuration process. ```javascript ``` -------------------------------- ### RunPod Quick Start Commands Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/runpod-compute/SKILL.md Execute common RunPod operations using the `clawlink_call_tool` command. These examples demonstrate listing GPU types, getting user info, and retrieving pod details. ```bash # List available GPU types clawlink_call_tool --tool "runpod_get_gpu_types" ``` ```bash # Get current user info clawlink_call_tool --tool "runpod_get_myself" ``` ```bash # Get pod details clawlink_call_tool --tool "runpod_get_pod" --params '{"pod_id": "YOUR_POD_ID"}' ``` -------------------------------- ### Display Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/storage-and-databases/dropbox.mdx Renders the setup steps for integrating a service with an agent. This component likely guides the user through the connection process. ```javascript ``` -------------------------------- ### Prompting for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/boldsign.mdx Displays a prompt to guide users through installing the necessary skill for the Boldsign integration. ```jsx ``` -------------------------------- ### Display Setup Steps for Hermes Productboard Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/productboard.mdx Renders the setup steps required to integrate Productboard with Hermes Agent. This component guides users through the configuration process. ```javascript ``` -------------------------------- ### Display Setup Steps for Linear Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/developer-tools/linear.mdx Renders the setup steps required to integrate Linear with OpenClaw, providing a guided walkthrough. ```typescript ``` -------------------------------- ### Displaying Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/developer-tools/vercel.mdx Renders the setup steps for integrating Hermes Agent with Vercel. This component is part of the preview elements and guides users through the configuration process. ```javascript ``` -------------------------------- ### Setup Steps for Postmark Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/postmark.mdx Renders the setup steps required for integrating Postmark with Hermes Agent. This component provides a visual guide for users to follow during the setup process. ```jsx ``` -------------------------------- ### Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/support/zoho-desk.mdx Renders the setup steps for integrating Zoho Desk with OpenClaw. ```javascript ``` -------------------------------- ### Quick Start Kibana Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/kibana-observability/SKILL.md Examples of using ClawLink to call Kibana tools for listing data views, getting alert types, and listing cases. These commands require the Kibana plugin to be installed and configured. ```bash # List data views clawlink_call_tool --tool "kibana_get_data_views" --params '{}' # Get alert types clawlink_call_tool --tool "kibana_get_alert_types" --params '{}' # List cases clawlink_call_tool --tool "kibana_get_cases" --params '{}' ``` -------------------------------- ### Skill Installation Prompt Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/mural.mdx Displays a prompt for installing the Mural skill, guiding users through the initial setup process. ```javascript ``` -------------------------------- ### PagerDuty Skill Install Prompt Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/developer-tools/pagerduty.mdx Displays a prompt for installing the PagerDuty skill, guiding users through the setup process. ```javascript ``` -------------------------------- ### Stripe Tool Quick Start Examples Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/stripe-payments/SKILL.md Examples demonstrating how to call Stripe tools via ClawLink for listing customers, retrieving payment intents, and listing subscriptions. Ensure the Stripe integration is active. ```bash clawlink_call_tool --tool "stripe_list_customers" --params '{"limit": 10}' ``` ```bash clawlink_call_tool --tool "stripe_get_payment_intent" --params '{"payment_intent_id": "pi_1234567890"}' ``` ```bash clawlink_call_tool --tool "stripe_list_subscriptions" --params '{"limit": 10}' ``` -------------------------------- ### Display Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/microsoft-apps/microsoft-teams.mdx Renders the setup steps for a given agent and integration slug. This component guides users through the integration process. ```jsx ``` -------------------------------- ### Display Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/marketing/activecampaign.mdx Renders the setup steps required to integrate ActiveCampaign with Hermes Agent. This component provides a guided walkthrough for users. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/developer-tools/linear.mdx Displays a prompt to install the Linear skill for OpenClaw, guiding users through the setup process. ```typescript ``` -------------------------------- ### Display Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/slack.mdx Renders the setup steps for integrating an agent with a specific service. ```javascript ``` -------------------------------- ### Setup Steps for Hermes Agent Postiz Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/social-media/postiz.mdx Renders the setup steps required to integrate Postiz with the Hermes Agent. This component guides the user through the connection process. ```javascript ``` -------------------------------- ### Install Skill Prompt for YNAB Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/payments-and-finance/ynab.mdx Displays a prompt to install the YNAB skill for OpenClaw, guiding users through the initial setup. ```javascript ``` -------------------------------- ### Display Hostinger Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/developer-tools/hostinger.mdx Shows the setup steps required to integrate Hostinger with the Hermes agent. ```javascript ``` -------------------------------- ### Displaying Setup Steps for Hermes Agent Kit Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/marketing/kit.mdx Renders the setup steps for integrating the Kit with the Hermes agent. This component likely provides a guided walkthrough for users. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/e-commerce/shippo.mdx Displays a prompt to install the Shippo skill for OpenClaw. This component guides the user through the initial setup process. ```jsx ``` -------------------------------- ### Display setup steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/support/freshdesk.mdx Renders the setup steps required for integrating Freshdesk with Hermes Agent. ```typescript ``` -------------------------------- ### Install Firecrawl Skill Prompt Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/data-and-analytics/firecrawl.mdx Displays a prompt for installing the Firecrawl skill within OpenClaw. This guides users through the initial setup. ```tsx ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/social-media/linkedin.mdx Displays a prompt to install a skill for a given agent and integration slug, typically used in setup guides. ```jsx ``` -------------------------------- ### Show Setup Steps for OpenClaw Timely Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/timely.mdx Renders the setup steps required to integrate Timely with OpenClaw. ```javascript ``` -------------------------------- ### Display Skill Installation Prompt Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/ai-and-ml/hugging-face.mdx Shows a prompt for installing a skill for a specific agent and slug, guiding users through the setup process. ```javascript ``` -------------------------------- ### Display Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/payments-and-finance/freeagent.mdx Renders the setup steps for the FreeAgent integration in OpenClaw. ```typescript ``` -------------------------------- ### Composio Tool Import Examples Source: https://github.com/clawlink-hq/clawlink/blob/main/docs/composio-integration-setup-guide.md Examples of running the import script with different toolkit and integration slugs. ```bash npm run import:composio-tools -- --toolkit gmail --integration gmail ``` ```bash npm run import:composio-tools -- --toolkit apollo --integration apollo ``` ```bash npm run import:composio-tools -- --toolkit clickup --integration clickup ``` ```bash npm run import:composio-tools -- --toolkit instantly --integration instantly ``` -------------------------------- ### Prompting for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/crm-and-sales/highlevel.mdx Displays a prompt for installing a skill related to the OpenClaw and HighLevel integration. This is used to guide users through the setup process. ```jsx ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/timely.mdx Renders the setup steps for integrating an agent with a specific service. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/boldsign.mdx Displays a prompt to guide the user through installing the Boldsign skill for the Hermes agent. This is part of the initial setup guidance. ```jsx ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/marketing/activecampaign.mdx Displays a prompt for installing the ActiveCampaign skill for Hermes Agent. This component guides users through the initial setup process. ```javascript ``` -------------------------------- ### Quick Start: Exist Integration Examples Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/exist/SKILL.md Demonstrates how to call Exist tools for retrieving user profile, attributes with values, and discovering correlations. ```javascript // 1. Get your profile clawlink_call_tool({ tool: "exist_get_user_profile", parameters: {} }) // 2. See your tracked attributes clawlink_call_tool({ tool: "exist_get_attributes_with_values", parameters: {} }) // 3. Discover correlations clawlink_call_tool({ tool: "exist_get_correlations", parameters: {} }) ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/events-and-scheduling/ticketmaster.mdx Displays a prompt for installing the Ticketmaster skill for Hermes Agent. This is a UI element to guide users through the setup process. ```javascript ``` -------------------------------- ### Example Setup Commands for ACPX Plugin Source: https://github.com/clawlink-hq/clawlink/blob/main/docs/how-to-enable-the-acpx-plugin-in-openclaw.md A sequence of commands to enable the ACPX plugin, restart the gateway, and check its status. Ensure to open a fresh chat after running these commands. ```bash openclaw config set plugins.allow '["acpx"]' --strict-json ``` ```bash openclaw gateway restart ``` ```bash openclaw gateway status --json ``` -------------------------------- ### Prompt for Installing ClickUp Skill Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/clickup.mdx Displays a prompt to guide users through installing the necessary skill for the ClickUp integration. This is part of the initial setup process. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/pandadoc.mdx Displays a prompt to guide the user through installing the PandaDoc skill for Hermes Agent. This is typically shown during the initial setup phase. ```javascript ``` -------------------------------- ### Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/basecamp.mdx Renders the setup steps for a specific agent and integration slug. ```javascript ``` -------------------------------- ### Display Skill Install Prompt for Hermes Productboard Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/productboard.mdx Shows a prompt to install the Productboard skill for the Hermes agent. This component guides users through the initial setup. ```javascript ``` -------------------------------- ### Prompting for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/developer-tools/vercel.mdx Displays a prompt for installing a specific skill, in this case, the Vercel integration for Hermes Agent. This component guides users through the initial setup. ```javascript ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/productboard.mdx Renders the steps required for setting up the integration. This component guides users through the configuration process. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/crm-and-sales/agencyzoom.mdx Displays a prompt to guide the user through installing the necessary skill for the AgencyZoom integration with Hermes Agent. This is part of the initial setup process. ```javascript ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/communication/dialpad.mdx Renders the setup steps for integrating Dialpad with OpenClaw. ```javascript ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/dialpad.mdx Displays a prompt to guide users through installing the necessary skills for the Dialpad integration with Hermes Agent. This is part of the initial setup guidance. ```jsx ``` -------------------------------- ### Display Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/ai-and-ml/heygen.mdx Shows the step-by-step guide for setting up the HeyGen integration with Hermes Agent. ```javascript ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/discord.mdx Renders the setup steps for integrating a specific agent with an integration. ```javascript ``` -------------------------------- ### Install and Enable ClawLink Hermes Plugin Source: https://github.com/clawlink-hq/clawlink/blob/main/packages/clawlink-hermes-plugin/README.md Install the ClawLink plugin for Hermes Agent and enable it. The `setup` command will then guide you through pairing your Hermes instance with your ClawLink account. ```bash hermes plugins install claw-link/hermes-plugin --enable hermes clawlink setup ``` -------------------------------- ### Display YouTube Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/social-media/youtube.mdx Renders the setup steps required for integrating YouTube with the Hermes agent. ```javascript ``` -------------------------------- ### Prompt for Installing Ticktick Skill Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/ticktick.mdx Displays a prompt to guide users through installing the Ticktick skill for OpenClaw. This component is used to facilitate the initial setup and connection process. ```javascript ``` -------------------------------- ### Quick Start: List and Search Zoom Tools Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/zoom-meetings/SKILL.md Use these commands to list all available integrations, specifically list Zoom tools, or search for a particular Zoom tool by keyword. ```bash clawlink_list_integrations ``` ```bash clawlink_list_tools --integration zoom ``` ```bash clawlink_search_tools --query "meeting" --integration zoom ``` -------------------------------- ### Prompt for Installing Postmark Skill Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/postmark.mdx Displays a prompt to guide users on installing the Postmark skill for Hermes Agent. This is part of the user onboarding or setup process for the integration. ```jsx ``` -------------------------------- ### Displaying Setup Steps for Boldsign Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/boldsign.mdx Presents the step-by-step guide for setting up the Boldsign integration with OpenClaw. ```jsx ``` -------------------------------- ### Quick Start: ClickHouse Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/clickhouse-analytics/SKILL.md Examples of calling ClickHouse tools to list databases, list tables within a database, and get a database schema overview. ```bash # List databases clawlink_call_tool --tool "clickhouse_list_databases" --params '{}' ``` ```bash # List tables in a database clawlink_call_tool --tool "clickhouse_list_tables" --params '{"database": "default"}' ``` ```bash # Get database schema overview clawlink_call_tool --tool "clickhouse_get_database_schema" --params '{"database": "default"}' ``` -------------------------------- ### Start Development Server Source: https://github.com/clawlink-hq/clawlink/blob/main/fumadocs-preview-port.md Use this command to start the local development server for real-time updates and testing. ```bash npm run dev ``` -------------------------------- ### Quick Start: Postmark Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/postmark-email/SKILL.md Examples of common Postmark operations using ClawLink tools, including getting outbound overview, searching messages, and listing templates. ```bash # Get outbound overview clawlink_call_tool --tool "postmark_get_outbound_overview" --params '{}' # Search outbound messages clawlink_call_tool --tool "postmark_search_outbound_messages" --params '{"status": "sent"}' # List templates clawlink_call_tool --tool "postmark_list_templates" --params '{}' ``` -------------------------------- ### Polymarket Discovery Workflow Example Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/polymarket-trading/SKILL.md This outlines the steps to discover available Polymarket trading tools. It involves listing integrations, then listing tools for Polymarket, and using search if necessary. ```bash clawlink_list_integrations clawlink_list_tools --integration polymarket clawlink_search_tools --query "your query" --integration polymarket ``` -------------------------------- ### Quick Start: ClawLink Google Drive Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/google-drive-files/SKILL.md Examples of how to call Google Drive tools using clawlink_call_tool for finding files, getting metadata, and listing permissions. ```bash # Find a file by name clawlink_call_tool --tool "googledrive_find_file" --params '{"query": "report.xlsx"}' ``` ```bash # Get file metadata clawlink_call_tool --tool "googledrive_get_file_metadata" --params '{"file_id": "YOUR_FILE_ID"}' ``` ```bash # List permissions clawlink_call_tool --tool "googledrive_list_permissions" --params '{"file_id": "YOUR_FILE_ID"}' ``` -------------------------------- ### Display Setup Steps for Integration Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/health-and-fitness/exist.mdx Shows the step-by-step guide for setting up the integration between Hermes Agent and Exist. ```jsx ``` -------------------------------- ### Display Coda Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/coda.mdx Presents the step-by-step guide for setting up the Coda integration with Hermes Agent. ```javascript ``` -------------------------------- ### Quick Start: RocketReach Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/rocketreach-contact-intel/SKILL.md Examples of how to call RocketReach tools via ClawLink to look up individuals, companies, and company funding information. Ensure the ClawLink plugin is installed and configured. ```bash # Look up a person by email clawlink_call_tool --tool "rocket_reach_lookup_person" --params '{"email": "ceo@company.com"}' ``` ```bash # Look up a company clawlink_call_tool --tool "rocket_reach_lookup_company" --params '{"company_name": "Acme Corp"}' ``` ```bash # Get company funding clawlink_call_tool --tool "rocket_reach_get_company_funding" --params '{"domain": "acme.com"}' ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/payments-and-finance/ynab.mdx Renders the setup steps for integrating YNAB with Hermes Agent. ```javascript ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/productivity/mural.mdx Presents the steps required to set up the Mural integration with OpenClaw. ```javascript ``` -------------------------------- ### Quick Start: Strava Tool Calls Source: https://github.com/clawlink-hq/clawlink/blob/main/clawhub-skills/strava-activities/SKILL.md Examples of using the `clawlink_call_tool` command to interact with Strava activities. Use these to get athlete profiles, list recent activities, or retrieve details for a specific activity. ```bash # Get athlete profile clawlink_call_tool --tool "strava_get_athlete" --params '{}' ``` ```bash # List recent activities clawlink_call_tool --tool "strava_list_activities" --params '{"limit": 10}' ``` ```bash # Get activity details clawlink_call_tool --tool "strava_get_activity" --params '{"activity_id": "ACTIVITY_ID"}' ``` -------------------------------- ### Install Prompt for Ticketmaster Skill Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/events-and-scheduling/ticketmaster.mdx Provides a prompt for installing the Ticketmaster skill for OpenClaw. This component guides users through the installation process. ```jsx ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/health-and-fitness/exist.mdx Displays a prompt to guide users through installing the necessary skill for the integration. ```jsx ``` -------------------------------- ### Prompt for Skill Installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/communication/slack.mdx Displays a prompt to guide users through installing a specific skill for an agent. ```javascript ``` -------------------------------- ### Setup Steps Component Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/productivity/mural.mdx Renders the setup steps for integrating Mural with Hermes Agent. ```javascript ``` -------------------------------- ### Install Skill Prompt for Splitwise Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/payments-and-finance/splitwise.mdx Use this prompt to guide users through installing the Splitwise skill for OpenClaw. ```javascript import { SkillInstallPrompt } from "@/components/preview/SkillInstallPrompt"; ``` -------------------------------- ### Apify Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/openclaw/developer-tools/apify.mdx This component displays the steps required to set up the Apify integration. It's a crucial part of the onboarding process for new users. ```javascript import { SetupSteps } from "@/components/preview/IntegrationPreviewElements"; ``` -------------------------------- ### Setup Steps Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/crm-and-sales/capsule-crm.mdx Shows the setup steps for integrating Capsule CRM with Hermes Agent. ```javascript ``` -------------------------------- ### Prompt for skill installation Source: https://github.com/clawlink-hq/clawlink/blob/main/content/hermes/support/freshdesk.mdx Displays a prompt to guide the user through installing the necessary skills for the Freshdesk integration. ```typescript ```