{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kakiyo",
    "name": "Kakiyo Skill",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/CyberBoyAyush/kakiyo",
    "canonicalUrl": "https://clawhub.ai/CyberBoyAyush/kakiyo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kakiyo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kakiyo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kakiyo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/kakiyo",
    "agentPageUrl": "https://openagent3.xyz/skills/kakiyo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kakiyo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kakiyo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Kakiyo LinkedIn Automation",
        "body": "Official skill from Kakiyo.com to control LinkedIn outreach campaigns and AI agents through the Kakiyo MCP server."
      },
      {
        "title": "Quick Setup (Agent-Assisted)",
        "body": "Check if configured:\n\nmcporter config get kakiyo\n\nIf not configured, prompt user: \"I need your Kakiyo API key to set this up. Get it from https://app.kakiyo.com → Settings → API Keys → Create API Key (40 characters).\"\n\nOnce user provides their API key, run:\n\nmcporter config add kakiyo https://api.kakiyo.com/mcp \\\n  --header \"Authorization:Bearer USER_API_KEY\"\n\nReplace USER_API_KEY with the key they provide.\n\nVerify setup:\n\nmcporter call kakiyo.verify_api_key --output json"
      },
      {
        "title": "Agents (5 tools)",
        "body": "Manage LinkedIn automation agents.\n\nlist_agents - List all agents with status and config\n\nmcporter call kakiyo.list_agents --output json\n\nget_agent - Get detailed agent info\n\nmcporter call kakiyo.get_agent agentId:\"agent_123\" --output json\n\nupdate_agent - Modify agent settings (working hours, limits)\n\nmcporter call kakiyo.update_agent agentId:\"agent_123\" workingHours:'{\"start\":\"09:00\",\"end\":\"17:00\"}' --output json\n\npause_agent - Stop an agent temporarily\n\nmcporter call kakiyo.pause_agent agentId:\"agent_123\" --output json\n\nresume_agent - Restart a paused agent\n\nmcporter call kakiyo.resume_agent agentId:\"agent_123\" --output json"
      },
      {
        "title": "Campaigns (6 tools)",
        "body": "Create and manage outreach campaigns.\n\nlist_campaigns - List all campaigns with status\n\nmcporter call kakiyo.list_campaigns --output json\n\nget_campaign_stats - Get performance metrics\n\nmcporter call kakiyo.get_campaign_stats campaignId:\"camp_123\" --output json\n\ncreate_campaign - Create new campaign\n\nmcporter call kakiyo.create_campaign \\\n  name:\"Tech Founders Outreach\" \\\n  productId:\"prod_123\" \\\n  promptId:\"prompt_456\" \\\n  agentId:\"agent_789\" \\\n  --output json\n\nupdate_campaign - Modify campaign settings\n\nmcporter call kakiyo.update_campaign campaignId:\"camp_123\" name:\"New Name\" --output json\n\npause_campaign - Stop campaign\n\nmcporter call kakiyo.pause_campaign campaignId:\"camp_123\" --output json\n\nresume_campaign - Restart campaign\n\nmcporter call kakiyo.resume_campaign campaignId:\"camp_123\" --output json"
      },
      {
        "title": "Prospects (9 tools)",
        "body": "Manage leads and conversations.\n\nlist_prospects - List prospects with basic filtering\n\nmcporter call kakiyo.list_prospects limit:50 --output json\n\nget_prospect - Get full prospect details and conversation\n\nmcporter call kakiyo.get_prospect prospectId:\"pros_123\" --output json\n\nadd_prospect - Add single LinkedIn profile to campaign\n\nmcporter call kakiyo.add_prospect \\\n  campaignId:\"camp_123\" \\\n  name:\"John Doe\" \\\n  url:\"https://linkedin.com/in/johndoe\" \\\n  --output json\n\nadd_prospects_batch - Add multiple prospects at once\n\nmcporter call kakiyo.add_prospects_batch \\\n  campaignId:\"camp_123\" \\\n  prospects:'[{\"name\":\"Jane\",\"url\":\"https://linkedin.com/in/jane\"}]' \\\n  --output json\n\nsearch_prospects - Advanced search with filters\n\nmcporter call kakiyo.search_prospects status:replied limit:20 --output json\n\nlist_campaign_prospects - Get all prospects in a campaign\n\nmcporter call kakiyo.list_campaign_prospects campaignId:\"camp_123\" --output json\n\npause_prospect - Pause outreach to specific person\n\nmcporter call kakiyo.pause_prospect prospectId:\"pros_123\" --output json\n\nresume_prospect - Resume conversation\n\nmcporter call kakiyo.resume_prospect prospectId:\"pros_123\" --output json\n\nqualify_prospect - Mark prospect as qualified lead\n\nmcporter call kakiyo.qualify_prospect prospectId:\"pros_123\" --output json"
      },
      {
        "title": "Analytics (2 tools)",
        "body": "Monitor performance and metrics.\n\nget_analytics_overview - Team-wide metrics across all campaigns\n\nmcporter call kakiyo.get_analytics_overview --output json\n\nget_campaign_analytics - Detailed metrics for specific campaign\n\nmcporter call kakiyo.get_campaign_analytics campaignId:\"camp_123\" --output json"
      },
      {
        "title": "Products (1 tool)",
        "body": "View products/services for campaigns.\n\nlist_products - List all products\n\nmcporter call kakiyo.list_products --output json"
      },
      {
        "title": "Prompts (1 tool)",
        "body": "View AI message templates.\n\nlist_prompts - List all prompt templates\n\nmcporter call kakiyo.list_prompts --output json"
      },
      {
        "title": "Models (1 tool)",
        "body": "View available AI models.\n\nlist_models - List AI models for message generation\n\nmcporter call kakiyo.list_models --output json"
      },
      {
        "title": "Webhooks (5 tools)",
        "body": "Configure event notifications.\n\nlist_webhooks - List configured webhooks\n\nmcporter call kakiyo.list_webhooks --output json\n\ncreate_webhook - Set up new webhook\n\nmcporter call kakiyo.create_webhook \\\n  url:\"https://example.com/webhook\" \\\n  events:'[\"prospect.replied\",\"prospect.qualified\"]' \\\n  --output json\n\nupdate_webhook - Modify webhook settings\n\nmcporter call kakiyo.update_webhook webhookId:\"wh_123\" url:\"https://new-url.com\" --output json\n\ndelete_webhook - Remove webhook\n\nmcporter call kakiyo.delete_webhook webhookId:\"wh_123\" --output json\n\nlist_webhook_events - List available event types\n\nmcporter call kakiyo.list_webhook_events --output json"
      },
      {
        "title": "Do Not Contact (4 tools)",
        "body": "Manage blocklist.\n\nlist_dnc - List all blocked LinkedIn URLs\n\nmcporter call kakiyo.list_dnc --output json\n\nadd_dnc - Block a profile from all campaigns\n\nmcporter call kakiyo.add_dnc url:\"https://linkedin.com/in/blocked\" --output json\n\nremove_dnc - Unblock a profile\n\nmcporter call kakiyo.remove_dnc url:\"https://linkedin.com/in/unblock\" --output json\n\ncheck_dnc - Check if URL is blocked\n\nmcporter call kakiyo.check_dnc url:\"https://linkedin.com/in/check\" --output json"
      },
      {
        "title": "Workspaces (7 tools)",
        "body": "Manage client workspaces (for agencies).\n\nlist_workspaces - List all client workspaces\n\nmcporter call kakiyo.list_workspaces --output json\n\ncreate_workspace - Create new client workspace\n\nmcporter call kakiyo.create_workspace name:\"Acme Corp\" --output json\n\ndelete_workspace - Delete workspace\n\nmcporter call kakiyo.delete_workspace workspaceId:\"ws_123\" --output json\n\ninvite_client - Invite client user via email\n\nmcporter call kakiyo.invite_client workspaceId:\"ws_123\" email:\"client@example.com\" --output json\n\nremove_client - Remove client from workspace\n\nmcporter call kakiyo.remove_client workspaceId:\"ws_123\" userId:\"user_123\" --output json\n\nassign_agent_to_workspace - Assign agent to client\n\nmcporter call kakiyo.assign_agent_to_workspace workspaceId:\"ws_123\" agentId:\"agent_123\" --output json\n\nunassign_agent_from_workspace - Remove agent from workspace\n\nmcporter call kakiyo.unassign_agent_from_workspace workspaceId:\"ws_123\" agentId:\"agent_123\" --output json"
      },
      {
        "title": "Authentication (1 tool)",
        "body": "Verify connection.\n\nverify_api_key - Check if API key is valid\n\nmcporter call kakiyo.verify_api_key --output json"
      },
      {
        "title": "Check Campaign Performance",
        "body": "\"How are my LinkedIn campaigns doing?\"\n\nmcporter call kakiyo.get_analytics_overview --output json"
      },
      {
        "title": "Find Replied Prospects",
        "body": "\"Show me everyone who replied this week\"\n\nmcporter call kakiyo.search_prospects status:replied --output json"
      },
      {
        "title": "Add Prospects to Campaign",
        "body": "\"Add these LinkedIn profiles to my Tech Founders campaign\"\n\nGet campaign ID: mcporter call kakiyo.list_campaigns\nAdd prospects: mcporter call kakiyo.add_prospects_batch campaignId:\"...\" prospects:'[...]'"
      },
      {
        "title": "Pause Agent for Weekend",
        "body": "\"Stop my agent for the weekend\"\n\nmcporter call kakiyo.pause_agent agentId:\"agent_123\" --output json"
      },
      {
        "title": "Agency: Setup New Client",
        "body": "\"Create workspace for new client Acme Corp and assign Agent-1\"\n\nmcporter call kakiyo.create_workspace name:\"Acme Corp\" --output json\nmcporter call kakiyo.assign_agent_to_workspace workspaceId:\"ws_xxx\" agentId:\"agent_123\" --output json"
      },
      {
        "title": "Troubleshooting",
        "body": "\"Server not found\" error:\nRun setup again with correct API key from https://app.kakiyo.com\n\nCheck configuration:\n\nmcporter config get kakiyo\n\nTest connection:\n\nmcporter call kakiyo.verify_api_key --output json\n\nRe-configure:\n\nmcporter config remove kakiyo\nmcporter config add kakiyo https://api.kakiyo.com/mcp \\\n  --header \"Authorization:Bearer YOUR_API_KEY\""
      },
      {
        "title": "Best Practices",
        "body": "Check analytics regularly - Monitor response rates and adjust messaging\nUse DNC list - Respect people who opt out\nPause agents during holidays - Avoid sending during off-hours\nQualify leads promptly - Mark prospects as qualified for tracking\nSet up webhooks - Get real-time notifications for important events"
      },
      {
        "title": "Additional Resources",
        "body": "Documentation: https://docs.kakiyo.com\nDashboard: https://app.kakiyo.com\nMCP Server Details: https://docs.kakiyo.com/mcp-server\nAPI Reference: https://docs.kakiyo.com/api-reference"
      }
    ],
    "body": "Kakiyo LinkedIn Automation\n\nOfficial skill from Kakiyo.com to control LinkedIn outreach campaigns and AI agents through the Kakiyo MCP server.\n\nQuick Setup (Agent-Assisted)\n\nCheck if configured:\n\nmcporter config get kakiyo\n\n\nIf not configured, prompt user: \"I need your Kakiyo API key to set this up. Get it from https://app.kakiyo.com → Settings → API Keys → Create API Key (40 characters).\"\n\nOnce user provides their API key, run:\n\nmcporter config add kakiyo https://api.kakiyo.com/mcp \\\n  --header \"Authorization:Bearer USER_API_KEY\"\n\n\nReplace USER_API_KEY with the key they provide.\n\nVerify setup:\n\nmcporter call kakiyo.verify_api_key --output json\n\nAvailable Tools (42 total)\nAgents (5 tools)\n\nManage LinkedIn automation agents.\n\nlist_agents - List all agents with status and config\n\nmcporter call kakiyo.list_agents --output json\n\n\nget_agent - Get detailed agent info\n\nmcporter call kakiyo.get_agent agentId:\"agent_123\" --output json\n\n\nupdate_agent - Modify agent settings (working hours, limits)\n\nmcporter call kakiyo.update_agent agentId:\"agent_123\" workingHours:'{\"start\":\"09:00\",\"end\":\"17:00\"}' --output json\n\n\npause_agent - Stop an agent temporarily\n\nmcporter call kakiyo.pause_agent agentId:\"agent_123\" --output json\n\n\nresume_agent - Restart a paused agent\n\nmcporter call kakiyo.resume_agent agentId:\"agent_123\" --output json\n\nCampaigns (6 tools)\n\nCreate and manage outreach campaigns.\n\nlist_campaigns - List all campaigns with status\n\nmcporter call kakiyo.list_campaigns --output json\n\n\nget_campaign_stats - Get performance metrics\n\nmcporter call kakiyo.get_campaign_stats campaignId:\"camp_123\" --output json\n\n\ncreate_campaign - Create new campaign\n\nmcporter call kakiyo.create_campaign \\\n  name:\"Tech Founders Outreach\" \\\n  productId:\"prod_123\" \\\n  promptId:\"prompt_456\" \\\n  agentId:\"agent_789\" \\\n  --output json\n\n\nupdate_campaign - Modify campaign settings\n\nmcporter call kakiyo.update_campaign campaignId:\"camp_123\" name:\"New Name\" --output json\n\n\npause_campaign - Stop campaign\n\nmcporter call kakiyo.pause_campaign campaignId:\"camp_123\" --output json\n\n\nresume_campaign - Restart campaign\n\nmcporter call kakiyo.resume_campaign campaignId:\"camp_123\" --output json\n\nProspects (9 tools)\n\nManage leads and conversations.\n\nlist_prospects - List prospects with basic filtering\n\nmcporter call kakiyo.list_prospects limit:50 --output json\n\n\nget_prospect - Get full prospect details and conversation\n\nmcporter call kakiyo.get_prospect prospectId:\"pros_123\" --output json\n\n\nadd_prospect - Add single LinkedIn profile to campaign\n\nmcporter call kakiyo.add_prospect \\\n  campaignId:\"camp_123\" \\\n  name:\"John Doe\" \\\n  url:\"https://linkedin.com/in/johndoe\" \\\n  --output json\n\n\nadd_prospects_batch - Add multiple prospects at once\n\nmcporter call kakiyo.add_prospects_batch \\\n  campaignId:\"camp_123\" \\\n  prospects:'[{\"name\":\"Jane\",\"url\":\"https://linkedin.com/in/jane\"}]' \\\n  --output json\n\n\nsearch_prospects - Advanced search with filters\n\nmcporter call kakiyo.search_prospects status:replied limit:20 --output json\n\n\nlist_campaign_prospects - Get all prospects in a campaign\n\nmcporter call kakiyo.list_campaign_prospects campaignId:\"camp_123\" --output json\n\n\npause_prospect - Pause outreach to specific person\n\nmcporter call kakiyo.pause_prospect prospectId:\"pros_123\" --output json\n\n\nresume_prospect - Resume conversation\n\nmcporter call kakiyo.resume_prospect prospectId:\"pros_123\" --output json\n\n\nqualify_prospect - Mark prospect as qualified lead\n\nmcporter call kakiyo.qualify_prospect prospectId:\"pros_123\" --output json\n\nAnalytics (2 tools)\n\nMonitor performance and metrics.\n\nget_analytics_overview - Team-wide metrics across all campaigns\n\nmcporter call kakiyo.get_analytics_overview --output json\n\n\nget_campaign_analytics - Detailed metrics for specific campaign\n\nmcporter call kakiyo.get_campaign_analytics campaignId:\"camp_123\" --output json\n\nProducts (1 tool)\n\nView products/services for campaigns.\n\nlist_products - List all products\n\nmcporter call kakiyo.list_products --output json\n\nPrompts (1 tool)\n\nView AI message templates.\n\nlist_prompts - List all prompt templates\n\nmcporter call kakiyo.list_prompts --output json\n\nModels (1 tool)\n\nView available AI models.\n\nlist_models - List AI models for message generation\n\nmcporter call kakiyo.list_models --output json\n\nWebhooks (5 tools)\n\nConfigure event notifications.\n\nlist_webhooks - List configured webhooks\n\nmcporter call kakiyo.list_webhooks --output json\n\n\ncreate_webhook - Set up new webhook\n\nmcporter call kakiyo.create_webhook \\\n  url:\"https://example.com/webhook\" \\\n  events:'[\"prospect.replied\",\"prospect.qualified\"]' \\\n  --output json\n\n\nupdate_webhook - Modify webhook settings\n\nmcporter call kakiyo.update_webhook webhookId:\"wh_123\" url:\"https://new-url.com\" --output json\n\n\ndelete_webhook - Remove webhook\n\nmcporter call kakiyo.delete_webhook webhookId:\"wh_123\" --output json\n\n\nlist_webhook_events - List available event types\n\nmcporter call kakiyo.list_webhook_events --output json\n\nDo Not Contact (4 tools)\n\nManage blocklist.\n\nlist_dnc - List all blocked LinkedIn URLs\n\nmcporter call kakiyo.list_dnc --output json\n\n\nadd_dnc - Block a profile from all campaigns\n\nmcporter call kakiyo.add_dnc url:\"https://linkedin.com/in/blocked\" --output json\n\n\nremove_dnc - Unblock a profile\n\nmcporter call kakiyo.remove_dnc url:\"https://linkedin.com/in/unblock\" --output json\n\n\ncheck_dnc - Check if URL is blocked\n\nmcporter call kakiyo.check_dnc url:\"https://linkedin.com/in/check\" --output json\n\nWorkspaces (7 tools)\n\nManage client workspaces (for agencies).\n\nlist_workspaces - List all client workspaces\n\nmcporter call kakiyo.list_workspaces --output json\n\n\ncreate_workspace - Create new client workspace\n\nmcporter call kakiyo.create_workspace name:\"Acme Corp\" --output json\n\n\ndelete_workspace - Delete workspace\n\nmcporter call kakiyo.delete_workspace workspaceId:\"ws_123\" --output json\n\n\ninvite_client - Invite client user via email\n\nmcporter call kakiyo.invite_client workspaceId:\"ws_123\" email:\"client@example.com\" --output json\n\n\nremove_client - Remove client from workspace\n\nmcporter call kakiyo.remove_client workspaceId:\"ws_123\" userId:\"user_123\" --output json\n\n\nassign_agent_to_workspace - Assign agent to client\n\nmcporter call kakiyo.assign_agent_to_workspace workspaceId:\"ws_123\" agentId:\"agent_123\" --output json\n\n\nunassign_agent_from_workspace - Remove agent from workspace\n\nmcporter call kakiyo.unassign_agent_from_workspace workspaceId:\"ws_123\" agentId:\"agent_123\" --output json\n\nAuthentication (1 tool)\n\nVerify connection.\n\nverify_api_key - Check if API key is valid\n\nmcporter call kakiyo.verify_api_key --output json\n\nCommon Usage Patterns\nCheck Campaign Performance\n\n\"How are my LinkedIn campaigns doing?\"\n\nmcporter call kakiyo.get_analytics_overview --output json\n\nFind Replied Prospects\n\n\"Show me everyone who replied this week\"\n\nmcporter call kakiyo.search_prospects status:replied --output json\n\nAdd Prospects to Campaign\n\n\"Add these LinkedIn profiles to my Tech Founders campaign\"\n\nGet campaign ID: mcporter call kakiyo.list_campaigns\nAdd prospects: mcporter call kakiyo.add_prospects_batch campaignId:\"...\" prospects:'[...]'\nPause Agent for Weekend\n\n\"Stop my agent for the weekend\"\n\nmcporter call kakiyo.pause_agent agentId:\"agent_123\" --output json\n\nAgency: Setup New Client\n\n\"Create workspace for new client Acme Corp and assign Agent-1\"\n\nmcporter call kakiyo.create_workspace name:\"Acme Corp\" --output json\nmcporter call kakiyo.assign_agent_to_workspace workspaceId:\"ws_xxx\" agentId:\"agent_123\" --output json\n\nTroubleshooting\n\n\"Server not found\" error: Run setup again with correct API key from https://app.kakiyo.com\n\nCheck configuration:\n\nmcporter config get kakiyo\n\n\nTest connection:\n\nmcporter call kakiyo.verify_api_key --output json\n\n\nRe-configure:\n\nmcporter config remove kakiyo\nmcporter config add kakiyo https://api.kakiyo.com/mcp \\\n  --header \"Authorization:Bearer YOUR_API_KEY\"\n\nBest Practices\nCheck analytics regularly - Monitor response rates and adjust messaging\nUse DNC list - Respect people who opt out\nPause agents during holidays - Avoid sending during off-hours\nQualify leads promptly - Mark prospects as qualified for tracking\nSet up webhooks - Get real-time notifications for important events\nAdditional Resources\nDocumentation: https://docs.kakiyo.com\nDashboard: https://app.kakiyo.com\nMCP Server Details: https://docs.kakiyo.com/mcp-server\nAPI Reference: https://docs.kakiyo.com/api-reference"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CyberBoyAyush/kakiyo",
    "publisherUrl": "https://clawhub.ai/CyberBoyAyush/kakiyo",
    "owner": "CyberBoyAyush",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kakiyo",
    "downloadUrl": "https://openagent3.xyz/downloads/kakiyo",
    "agentUrl": "https://openagent3.xyz/skills/kakiyo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kakiyo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kakiyo/agent.md"
  }
}