ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

kakiyo

Official Kakiyo skill from Kakiyo.com for managing LinkedIn automation campaigns, prospects, and AI agents via Kakiyo MCP server. Use when users want to create outreach campaigns, add prospects, monitor performance, manage AI agents, or automate LinkedIn messaging. Includes 42 tools for campaigns, prospects, agents, analytics, workspaces, webhooks, and DNC management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cyberboyayush/kakiyo
Or

Kakiyo LinkedIn Automation

Official skill from Kakiyo.com to control LinkedIn outreach campaigns and AI agents through the Kakiyo MCP server.

Quick Setup (Agent-Assisted)

Check if configured:

mcporter config get kakiyo

If 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)."

Once user provides their API key, run:

mcporter config add kakiyo https://api.kakiyo.com/mcp \
  --header "Authorization:Bearer USER_API_KEY"

Replace USER_API_KEY with the key they provide.

Verify setup:

mcporter call kakiyo.verify_api_key --output json

Available Tools (42 total)

Agents (5 tools)

Manage LinkedIn automation agents.

list_agents - List all agents with status and config

mcporter call kakiyo.list_agents --output json

get_agent - Get detailed agent info

mcporter call kakiyo.get_agent agentId:"agent_123" --output json

update_agent - Modify agent settings (working hours, limits)

mcporter call kakiyo.update_agent agentId:"agent_123" workingHours:'{"start":"09:00","end":"17:00"}' --output json

pause_agent - Stop an agent temporarily

mcporter call kakiyo.pause_agent agentId:"agent_123" --output json

resume_agent - Restart a paused agent

mcporter call kakiyo.resume_agent agentId:"agent_123" --output json

Campaigns (6 tools)

Create and manage outreach campaigns.

list_campaigns - List all campaigns with status

mcporter call kakiyo.list_campaigns --output json

get_campaign_stats - Get performance metrics

mcporter call kakiyo.get_campaign_stats campaignId:"camp_123" --output json

create_campaign - Create new campaign

mcporter call kakiyo.create_campaign \
  name:"Tech Founders Outreach" \
  productId:"prod_123" \
  promptId:"prompt_456" \
  agentId:"agent_789" \
  --output json

update_campaign - Modify campaign settings

mcporter call kakiyo.update_campaign campaignId:"camp_123" name:"New Name" --output json

pause_campaign - Stop campaign

mcporter call kakiyo.pause_campaign campaignId:"camp_123" --output json

resume_campaign - Restart campaign

mcporter call kakiyo.resume_campaign campaignId:"camp_123" --output json

Prospects (9 tools)

Manage leads and conversations.

list_prospects - List prospects with basic filtering

mcporter call kakiyo.list_prospects limit:50 --output json

get_prospect - Get full prospect details and conversation

mcporter call kakiyo.get_prospect prospectId:"pros_123" --output json

add_prospect - Add single LinkedIn profile to campaign

mcporter call kakiyo.add_prospect \
  campaignId:"camp_123" \
  name:"John Doe" \
  url:"https://linkedin.com/in/johndoe" \
  --output json

Metadata

Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cyberboyayush-kakiyo": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.