panda-analytics
Installation
SKILL.md
Social Analytics
View social media analytics and insights via the Nosy Pandas API from Claude Code.
Configuration
This skill shares the same ~/.pandas config file as panda-publish. See that skill for the full setup flow.
Required values: api_url and api_key.
Reading Configuration
# Read config values (use these instead of env vars in all curl commands)
PANDAS_API_URL="https://nosypandas.com/api"
PANDAS_API_KEY=$(grep '^api_key=' ~/.pandas 2>/dev/null | cut -d= -f2-)
Related skills