🦀 ClawHub
YoinkIt
by @seomikewaltman
Search, analyze, and transcribe content across 13 social platforms — trending topics, video transcripts, post metadata, and multi-platform research workflows.
⚙️ Configuration
Set your API token in OpenClaw config:
# Via chat command
/config set skills.entries.yoinkit.env.YOINKIT_API_TOKEN="your-token-here"
Or edit ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"yoinkit": {
"env": {
"YOINKIT_API_TOKEN": "your-token-here",
"YOINKIT_API_URL": "https://yoinkit.ai/api/v1/openclaw"
}
}
}
}
}
> Local testing: Set YOINKIT_API_URL to http://localhost:8000/api/v1/openclaw to test against a local server. Defaults to production if not set.
TERMINAL
clawhub install yoinkit