From bulkpublish
Pull analytics, engagement metrics, and performance data from BulkPublish. Use when the user asks about post performance or engagement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bulkpublish:get-analyticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Tool | Use for | Key params |
| Tool | Use for | Key params |
|---|---|---|
get_analytics | Overall summary for a date range | startDate, endDate (ISO dates) |
get_post_metrics | Single post engagement | postId |
get_quota_usage | Plan limits and current usage | none |
list_posts | Find posts to analyze | status, from, to, channelId, search |
Returns: total posts, status breakdown (published/failed/scheduled/draft), per-platform counts, daily post counts for the range.
Returns per-platform: likes, comments, shares, impressions, reach, clicks, saves. Metrics vary by platform — not all platforms report all fields.
Returns: plan name, limits (channels, posts/day, storage, API calls), current usage for each, subscription status.
get_analytics with last 7 dayslist_posts (status: "published") then get_post_metrics for eachget_quota_usageGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub azeemkafridi/bulkpublish-ai-toolkit --plugin bulkpublish