spot-people-posting-about-specific-things

Installation
SKILL.md

Spot People Posting About Specific Things (Daily)

Spot specific people posting about a topic, milestone, or announcement on social media. A person posting about a challenge gives you the decision-maker, the context, and the timing in one signal — stronger than company-level posts.

Inferred pain-points from social events are leading indicators of buying behavior.

API Calls

This skill bundles two scripts in the same directory as this SKILL.md file. Never read or reference API credentials directly.

  • signup.sh — handles authentication. Writes credentials to .env internally. Never exposes the API key.
  • api.sh — handles all authenticated API calls. Reads credentials from .env internally.

First, resolve the script paths relative to this file's location:

SKILL_DIR="$(dirname "$(find ~/.agents/skills -name SKILL.md -path "*/spot-people-posting-about-specific-things/*" 2>/dev/null | head -1)")"
API="$SKILL_DIR/api.sh"
SIGNUP="$SKILL_DIR/signup.sh"
Related skills
Installs
1
GitHub Stars
7
First Seen
Apr 17, 2026