tfcbot/agent-video-team · Archived

publisher-analytics

Pull performance data across connected accounts. Content audit, engagement report, and growth trends using Zernio post data and Instagram Insights.

First seen Apr 12, 2026

Installation

$ npx skills add tfcbot/agent-video-team --skill publisher-analytics

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tfcbot/agent-video-team · top by installs.

npx skills add tfcbot/agent-video-team

Browse all from tfcbot/agent-video-team

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,599 B
  • docs SUMMARY.md 174 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Publisher — External Analytics

Pull performance data from Zernio and native platform insights. Vidjutsu has no analytics endpoints; /v1/posts contains draft metadata rather than publishing performance. Never send the requests below to api.vidjutsu.ai.

Base URL: https://zernio.com/api/v1 Auth header: Authorization: Bearer $ZERNIOAPIKEY

Data Sources

Zernio API — post history, scheduling status, and platform-level metrics returned with post data:

GET /posts
Authorization: Bearer $ZERNIO_API_KEY

Instagram Insights — for detailed analytics (reach, impressions, follower growth, demographics), direct the user to check Instagram's native Insights in the app or Creator Studio.

Report Types

Content Audit

  1. Pull post data from Zernio.
  2. Filter for published posts and cross-reference with Instagram Insights.
  3. Rank content by engagement (views, likes, shares, comments).
  4. Identify patterns in top-performing content.
  5. Flag underperforming content and recommend what to stop doing.

Output: Ranked list of posts with performance data and pattern analysis.

Engagement Report

  1. Pull the post list from Zernio for publishing history.
  2. Ask the user for key metrics from Instagram Insights per account.
  3. Report post frequency vs. target, engagement trends, posting gaps.
  4. Compare accounts if running multiple channels.

Output: Per-account health dashboard with trends over time.

Growth Trends

  1. Pull post history from Zernio for the reporting period.
  2. Combine with Instagram Insights data.
  3. Calculate follower growth rate, view trends, engagement trend, best day of week.
  4. Project next 30 days based on current trajectory.

Output: Growth summary with trajectory projection and recommended adjustments.

Key Behaviors

  • Run a content audit after the first 7 days. Earlier data is too noisy.
  • Engagement reports weekly. Growth trends monthly.
  • Always compare against the channel strategy.
  • If engagement is declining, recommend format or hook changes before scaling back.
  • Don't over-index on follower count. Profile visits and link clicks matter more.
  • Zernio provides post history. For deep metrics, Instagram Insights is primary.
  • Keep auth and billing separate. ZERNIOAPIKEY is not a Vidjutsu bearer

key and Zernio usage is not part of the Vidjutsu subscription.