linkedin-post-research

Installation
SKILL.md

LinkedIn Post Research

Search LinkedIn for posts matching keywords via the Crustdata API, deduplicate results, and output sorted by engagement.

Quick Start

Requires GOOSEWORKS_API_KEY environment variable (or CRUSTDATA_API_TOKEN as fallback). No external dependencies — uses Python stdlib only.

# Single keyword search
python3 skills/linkedin-post-research/scripts/search_posts.py \
  --keyword "AI sourcing" \
  --time-frame past-week
Installs
5
GitHub Stars
9
First Seen
Jul 10, 2026
linkedin-post-research — gooseworks-ai/gooseworks-skills