exec-report

exec-report is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 112 tokens per session (1,978 once invoked), scanned A, original, MIT.

A single-page HTML report or dashboard built from data such as SharePoint lists, CSV files, or a description provided by the user. HTML is the webpage format that lets the report open in a browser.

In plain words
What is it for?
Use it for executive summaries, project updates, status dashboards, business reviews, one-page reports, and other data-driven overview pages.
Why use it?
It turns raw data into a focused visual summary for a chosen audience. The report structure is defined by a checked data model before the webpage is rendered.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pnp/sharepoint-skills/exec-report
Any agent
npx skills add pnp/sharepoint-skills --skill exec-report
Clone the repo
git clone --depth 1 https://github.com/pnp/sharepoint-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for exec-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/sharepoint-skills/exec-report.svg)](https://agentmods.dev/skills/pnp/sharepoint-skills/exec-report)
Your own site
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/exec-report"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/exec-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,978 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00112 $0.01978
Opus 5 $0.00056 $0.00989
Sonnet 5 $0.00022 $0.00396
Haiku 4.5 $0.00011 $0.00198

Measured 3d ago against content hash cc637b3e5d1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

exec-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Skills/exec-report/exec-report/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Exec Report

Generates a complete, self-contained HTML report by (1) interviewing the user or parsing their data, (2) constructing and validating a JSON document, then (3) rendering that JSON into HTML using assets/report-template.html. The JSON is the authoritative source of truth; the HTML is fully determined by it.


Step 1: Determine the Data Source

Check what the user has already provided before asking anything:

  • SharePoint lists: Call list_items on the relevant lists. Read all needed columns before proceeding.
  • CSV or table pasted in chat: Parse all rows. Do not ask for data you already have.
  • Verbal description only: Proceed to Step 2.

Step 2: Interview the User

If the data or intent is not fully clear, ask these questions in a single message — not one at a time:

  1. Topic: What is this report about? (e.g., "Q2 pipeline health," "IT project status," "department spend overview")
  2. Audience: Who is reading it? Exec team, department head, all-hands? This determines detail level.
  3. Narrative intent: What is the shape of the story? Pick the closest match:
    • Achievement — "we hit a goal, here's how" (lead with the win: kpi-row + trend dominate)
    • Problem — "something needs attention, here's what" (lead with urgency: status-grid or table comes first)
    • Status — "here's where everything stands" (balanced overview: status-grid early, kpi-row supporting)
  4. Headline message: What should the reader walk away knowing? This becomes the hero sentence — one sentence.
  5. Sections wanted: Any specific sections — comparison to prior period, breakdown by category, status of open items, narrative highlights?
  6. Palette: Warm paper (cream/terra-cotta), deep ink (dark/gold), clean white (white/green), or slate (gray/blue)? Default to warm paper if no preference.

If the user's prompt already signals narrative intent (e.g., "the headline is the gap," "lead with urgency," "show the wins"), skip question 3 — you already have the answer.

Read the full file on GitHub · 158 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 158 lines · 112 tokens per session scan A cc637b3e5d1a

Subscribe to this mod's changes

exec-report is a skill published in the GitHub repository pnp/sharepoint-skills (100 stars, last pushed 7d ago), licensed MIT. It adds 112 tokens to every session and 1,978 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

carta-consolidating-pnl

Consolidating P&L (Income Statement) across the entities of a firm, for any period the user picks — a month, quarter, year, or start-to-end date range. Produces TWO Excel tabs: detail P&L (Period + YTD Actual/Budget/Variance/%) and executive Summary P&L formula-linked to detail. Optional tag-view breaks Actuals down…

carta/plugins · 257 tokens

carta-consolidating-balance-sheet

Generate a consolidating Balance Sheet for all entities under a firm for a given month and write it as a side-by-side Excel tab with Assets / Liabilities / Equity sections and a Total column. Sourced from Carta MCP (firm/entity resolution + DWH SQL). TRIGGER when the user asks for "balance sheet of all entities of…

carta/plugins · 209 tokens

carta-reporting-markdown

Internal subskill for carta-reporting. Drives the full Claude Code interaction: schema preview, customization checkpoint, transform config (filtering, sorting, formulas, aggregations), output preview, and hand-off to carta-reporting-excel. Invoked by carta-reporting (Claude Code path) after the preview file lands. Not…

carta/plugins · 77 tokens

carta-cap-table:issuance-import

Internal file-ingest sub-skill for carta-issuance. Turns an uploaded spreadsheet (.xlsx/.xlsm/.csv/.tsv) or document (.pdf/.docx) into the knowns.rows the config panel already consumes, for both certificates and option grants. Not invocable directly — dispatched by carta-issuance Phase 0.25.

carta/plugins · 82 tokens

carta-reporting-excel

Internal subskill for carta-reporting. Exports Carta report data to a branded Excel file. Invoked by carta-reporting or carta-reporting-markdown when the user requests Excel output. Also the entry point when the main skill receives a message starting with "Generate Carta Excel —" (the artifact prompt bar payload).

carta/plugins · 71 tokens

excel

游戏开发 Excel 配置表管理 — SQL 查询、批量操作、结构管理、格式化。通过 CLI 可执行文件调用,加载无状态,支持 self-update。.

TangentDomain/excel-mcp-server · 38 tokens