Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

analytics-dashboard分析仪表板

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

198

周安装

8

GitHub Stars

520

下载量

62
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:analytics-dashboard(分析仪表板)
来源仓库:https://github.com/charlie947/social-media-skills
仓库路径:skills/analytics-dashboard
安装命令:
npx skills add https://github.com/charlie947/social-media-skills --skill analytics-dashboard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/charlie947/social-media-skills --skill analytics-dashboard

简介

用于 LinkedIn 分析数据导出后的整理、指标计算与可视化准备。

  • 适合清洗字段、汇总曝光与互动数据、识别内容表现异常或生成统计说明。
  • 需上传 LinkedIn Analytics 导出的 Excel 文件,按指引设置日期范围后操作。
  • 涉及敏感信息时应脱敏处理,批量写回前确认权限与数据安全边界。
  • analytics-dashboard 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Analytics Dashboard

CRITICAL: Auto-start on load

When this skill triggers, go straight to Step 1.

Step 1. Get the export file

Ask:

Upload your LinkedIn Analytics export file (xlsx). Not sure how to get it? Go to LinkedIn Analytics, set your date range (30, 60, or 90 days works well), and click Export in the top right.

Wait for the file upload.

Step 2. Parse the data

Read every sheet in the file. Expect these sheets:

  • DISCOVERY: overall impressions and reach
  • ENGAGEMENT: daily impressions and engagements over time
  • TOP POSTS: top 50 posts, ranked by engagements and by impressions (two tables to merge)
  • FOLLOWERS: daily new followers plus total count
  • DEMOGRAPHICS: job titles, locations, industries, seniority, company size, top companies

Clean any messy headers. Merge the two TOP POSTS tables (by engagements and by impressions) into one unified dataset per post. De-duplicate.

Step 3. Build the interactive dashboard

Create a single React artifact. Dark theme (background #0f1117), accent colours for charts. Use Recharts for all visualisations.

Include these panels in this order:

Headline metrics (top row cards)

  • Total impressions
  • Total reach
  • Total new followers
  • Average daily impressions
  • Average daily engagements
  • Average engagement rate (engagements / impressions)
  • Total posts tracked

Engagement trend (line chart)

  • Daily impressions (left y-axis) and engagements (right y-axis) over the full date range
  • Highlight the top 3 spike days with markers

Follower growth (area chart)

  • Daily new followers
  • 7-day moving average trendline overlaid
  • Cumulative follower gain

Post performance scatter

  • X axis: impressions. Y axis: engagements
  • Colour-code posts into four quadrants:

- Stars: high reach + high engagement - Viral but shallow: high reach + low engagement - Niche gold: low reach + high engagement - Underperformers: low reach + low engagement

  • Hoverable dots showing post URL and date

Day-of-week heatmap

  • Average impressions and engagements by day of week
  • Highlight the strongest days

Audience breakdown (bar charts)

  • Job titles
  • Industries
  • Seniority
  • Company size
  • Top locations

Formatting rules

  • Format numbers: 67K not 67000, 1.2M not 1200000
  • Total follower count prominent at the top
  • Responsive layout (works on laptop and large display)
  • Dark background, high contrast chart colours

Step 4. Written strategic analysis

Below the dashboard, write a concise analysis with these sections:

Performance Summary

  • Trajectory: growing, plateauing, or declining (use trendlines)
  • Current engagement rate and how it compares to LinkedIn benchmarks for accounts this size

Top Post Patterns

  • Analyse top 10 by impressions and top 10 by engagements
  • Patterns: posting day, time of month, content themes
  • High impressions + low engagement: what does that signal?
  • Low impressions + high engagement: what does that signal?

Audience-Content Fit

  • Who the core audience is, based on demographics
  • Which content topics and formats would resonate
  • Segments to lean into or away from

Growth Velocity

  • Average daily follower growth
  • 30, 60, 90 day projections at current pace
  • Acceleration or deceleration trends

Day and Timing Strategy

  • Best days for impressions
  • Best days for engagement
  • Optimal posting schedule based on the data

5 Specific Content Recommendations

Each one includes:

  • Content angle or topic
  • Why the data supports it
  • Which audience segment it targets
  • Expected impact based on patterns in the data

Step 5. Offer the next move

After the analysis:

Want me to draft one of these 5 recommendations as a full post? Call the post-writer or post-formatter skill with the recommendation number.

Rules

  • Use numbers, not adjectives. "Engagement rate is 2.3%" beats "engagement is healthy".
  • Keep the analysis direct. No fluff, no filler.
  • Never invent metrics not present in the export.
  • Flag data quality issues (missing columns, odd date ranges) instead of silently working around them.
  • Never use em dashes.
  • British English unless voice.md specifies otherwise.
  • Recommend running this monthly. Patterns only surface over time.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.86%
按下载量换算23

Claude

29.8%
按下载量换算18

Cursor

16.77%
按下载量换算10

Gemini CLI

8.45%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills