ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

coffee-chat

Generate a personalized coffee chat playbook for networking conversations. Use when: - User wants to prepare for a coffee chat with someone they met on LinkedIn - Need to gather intelligence on a professional contact before meeting - Creating conversation guides for networking meetings Triggers: "coffee chat", "networking prep", "coffee chat prep", "chat playbook", "meeting prep" This skill: 1. Collects target person's name and LinkedIn URL 2. Researches company and industry 3. Finds founder/employee backgrounds 4. Generates a comprehensive coffee chat playbook with detailed research

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gloriathepenguin/coffee-chat
Or

Coffee Chat Playbook Generator

This skill helps you prepare for professional coffee chats by gathering intelligence on the person and generating personalized conversation guides.


Prerequisites

Before using this skill, set up the following. Only Apify CLI is required for X scraping — everything else is optional.

1. Apify CLI (required for X/Twitter scraping)

Apify CLI is used to run the tweet scraper actor.

Install:

npm install -g apify-cli

Authenticate:

apify login
# Paste your Apify API token when prompted
# Get your token at: https://console.apify.com/account/integrations

Verify:

apify info
# Should show your username and token

Free tier includes $5/month of compute credits. Scraping 10 tweets costs ~$0.004, well within free limits.


2. Notion Integration (optional — for saving playbooks to Notion)

Create an integration:

  1. Go to https://www.notion.so/my-integrations
  2. Click "New integration"
  3. Give it a name (e.g. "Coffee Chat Skill")
  4. Copy the Internal Integration Token

Set the API key:

export NOTION_API_KEY="secret_xxxxxxxxxxxxxxxxxxxx"
# Add to your shell profile to persist:
echo 'export NOTION_API_KEY="secret_xxxxxxxxxxxxxxxxxxxx"' >> ~/.zshrc

Share your Notion page with the integration:

  1. Open the Notion page where you want playbooks saved
  2. Click "...""Add connections" → select your integration
  3. Copy the page ID from the URL:
    • URL: https://notion.so/My-Page-abc123def456...
    • Page ID: abc123def456... (the part after the last -)

Update NOTION_PAGE_ID in the Notion Push section of this skill.


3. Web Search & Fetch (required for company and background research)

This skill relies on web search and web fetch to research the target's company, industry, and background in Steps 2 & 3. Your AI agent needs access to these tools.

If using OpenClaw or Claude Code:

  • Web search and WebFetch are built-in — no setup needed

If using another agent framework, make sure it has access to:

  • A search API (e.g. Brave Search, Serper, Tavily, You.com) for querying company news, funding rounds, founder backgrounds
  • A web fetch / scrape tool for reading pages (company websites, LinkedIn profiles, news articles)

Without these tools the agent will fall back to training knowledge only, which may be outdated. Research quality will drop significantly.


4. Summary of everything you need

Tool / VariableRequiredDescription
Web search APIYes (for research)Built-in on OpenClaw/Claude Code; otherwise configure your agent's search plugin
Web fetchYes (for research)Built-in on OpenClaw/Claude Code; otherwise configure your agent's fetch tool
APIFY_API_TOKENFor X scrapingSet automatically by apify login
NOTION_API_KEYOptionalYour Notion integration token

Metadata

Stars2387
Views0
Updated2026-03-09
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-gloriathepenguin-coffee-chat": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.