Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

excel-weekly-dashboardExcel 每周仪表板

Agent Skill

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

总安装

3,120

周安装

133

GitHub Stars

公开资料未说明

下载量

1,573
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add clawdbot/skills --skill "excel-weekly-dashboard"

简介

生成每周数据仪表板与分析报告。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中周期性复盘场景。
  • 通过 npx 安装,需配置数据源与指标定义。
  • 建议提供历史数据与对比基准。excel-weekly-dashboard 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 注意指标口径一致性与可视化可读性。

SKILL.md

name
excel-weekly-dashboard
description
Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting). Use when you need a repeatable weekly KPI workbook that updates from files with minimal manual work.

Excel weekly dashboards at scale

PURPOSE

Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting).

WHEN TO USE

  • TRIGGERS:

- Build me a Power Query pipeline for this file so it refreshes weekly with no manual steps. - Turn this into a structured table with validation lists and clean data entry rules. - Create a pivot-driven weekly dashboard with slicers for year and ISO week. - Fix this Excel model so refresh does not break when new columns appear. - Design a reusable KPI pack that updates from a folder of CSVs.

  • DO NOT USE WHEN…

- You need advanced forecasting/valuation modeling (this skill is for repeatable reporting pipelines). - You need a BI tool build (Power BI/Tableau) rather than Excel. - You need web scraping as the primary ingestion method.

INPUTS

  • REQUIRED:

- Source data file(s): CSV, XLSX, DOCX-exported tables, or PDF-exported tables (provided by user). - Definition of ‘week’ (ISO week preferred) and the KPI fields required.

  • OPTIONAL:

- Data dictionary / column definitions. - Known “bad data” patterns to validate (e.g., blank PayNumber, invalid dates). - Existing workbook to refactor.

  • EXAMPLES:

- Folder of weekly CSV exports: exports/2026-W02/*.csv - Single XLSX dump with changing columns month to month

OUTPUTS

  • If asked for plan only (default): a step-by-step build plan + Power Query steps + sheet layout + validation rules.
  • If explicitly asked to generate artifacts:

- workbook_spec.md (workbook structure and named tables) - power_query_steps.pq (M code template) - refresh-checklist.md (from assets/) Success = refresh works after adding a new week’s files without manual edits, and validation catches bad rows.

WORKFLOW

  1. Identify source type(s) (CSV/XLSX/DOCX/PDF-export) and the stable business keys (e.g., PayNumber).
  2. Define the canonical table schema:

- required columns, types, allowed values, and “unknown” handling.

  1. Design ingestion with Power Query:

- Prefer Folder ingest + combine, with defensive “missing column” handling. - Normalize column names (trim, case, collapse spaces).

  1. Design cleansing & validation:

- Create a Data_Staging query (raw-normalized) and Data_Clean query (validated). - Add validation columns (e.g., IsValidPayNumber, IsValidDate, IssueReason).

  1. Build reporting layer:

- Pivot table(s) off Data_Clean - Slicers: Year, ISOWeek; plus operational dimensions

  1. Add a “Refresh Status” sheet:

- last refresh timestamp, row counts, query error flags, latest week present

  1. STOP AND ASK THE USER if:

- required KPIs/columns are unspecified, - the source files don’t include any stable key, - week definition/timezone rules are unclear, - PDF/DOCX tables are not reliably extractable without a provided export.

OUTPUT FORMAT

When producing a plan, use this template:

WORKBOOK PLAN
- Sheets:
  - Data_Staging (query output)
  - Data_Clean (query output + validation flags)
  - Dashboard (pivots/charts)
  - Refresh_Status (counts + health checks)
- Canonical Schema:
  - <Column>: <Type> | Required? | Validation
- Power Query:
  - Query 1: Ingest_<name> (Folder/File)
  - Query 2: Clean_<name>
  - Key transforms: <bullets>
- Validation rules:
  - <rule> -> <action>
- Pivot design:
  - Rows/Columns/Values
  - Slicers

If asked for artifacts, also output:

  • assets/power-query-folder-ingest-template.pq (adapted)
  • assets/refresh-checklist.md

SAFETY & EDGE CASES

  • Read-only by default: provide a plan + snippets unless the user explicitly requests file generation.
  • Never delete or overwrite user files; propose new filenames for outputs.
  • Prefer “no silent failure”: include row-count checks and visible error flags.
  • For PDF/DOCX sources, require user-provided exported tables (CSV/XLSX) or clearly mark extraction risk.

EXAMPLES

  • Input: “Folder of weekly CSVs with PayNumber/Name/Date.”

Output: Folder-ingest PQ template + schema + Refresh Status checks + pivot dashboard plan.

  • Input: “Refresh breaks when new columns appear.”

Output: Defensive missing-column logic + column normalization + typed schema plan.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

OpenCode

30.25%
按下载量换算476

windsurf

20.41%
按下载量换算321

clawdbot

16.93%
按下载量换算266

trae

11.42%
按下载量换算180

Codex

7.1%
按下载量换算112

Claude Code

2.98%
按下载量换算47

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills