Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
This skill helps you prepare for professional coffee chats by gathering intelligence on the person and generating personalized conversation guides.
Before using this skill, set up the following. Only Apify CLI is required for X scraping — everything else is optional.
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.
Create an integration:
Set the API key:
export NOTION_API_KEY="secret_xxxxxxxxxxxxxxxxxxxx"
npx skills add LeoYeAI/openclaw-master-skills --skill coffee-chatHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
The main idea is there, but the wording is messy and easy to misinterpret.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Some hints are present, but an agent still has to guess many steps.