Overview
- Skill Key
- cyberboyayush/kakiyo
- Author
- cyberboyayush
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cyberboyayush/kakiyo
- Latest Commit SHA
- 2bd958a59923bedb315405a002338ac8271b9a01
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 kakiyo 技能。 若已安装,则直接安装 kakiyo 技能。
# 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:**
```bash
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:**
```bash
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:**
```bash
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
```bash
mcporter call kakiyo.list_agents --output json
```
**get_agent** - Get detailed agent info
```bash
mcporter call kakiyo.get_agent agentId:"agent_123" --output json
```
**update_agent** - Modify agent settings (working hours, limits)
```bash
mcporter call kakiyo.update_agent agentId:"agent_123" workingHours:'{"start":"09:00","end":"17:00"}' --output json
```
**pause_agent** - Stop an agent temporarily
```bash
mcporter call kakiyo.pause_agent agentId:"agent_123" --output json
```
**resume_agent** - Restart a paused agent
```bash
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
```bash
mcporter call kakiyo.list_campaigns --output json
```
**get_campaign_stats** - Get performance metrics
```bash
mcporter call kakiyo.get_campaign_stats campaignId:"camp_123" --output json
```
**create_campaign** - Create new campaign
```bash
mcporter call kakiyo.create_campaign \
name:"Tech Founders Outreach" \
productId:"prod_123" \
promptId:"prompt_456" \
agentId:"agent_789" \
--output json
```...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.