Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问许可证需确认审计通过

pdf-reportPDF report 文档

Agent Skill

pdf-report 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,011

周安装

43

GitHub Stars

67

下载量

354
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill pdf-report

简介

pdf-report 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合整理仓库状态与协作事项。

  • 适用于围绕代码变更、项目进度或团队协作进行信息归纳的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态及是否涉及联网、命令执行或文件读写操作。
  • pdf-report 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/dm:pdf-report

Purpose

Generate professionally branded marketing reports as structured, downloadable documents. Supports executive summaries, campaign performance reports, channel reports, competitor reports, and monthly/quarterly reviews. Reports include brand theming (colors, logos, fonts) and are structured for the intended audience (C-suite, marketing team, or client). Designed to eliminate manual report assembly by pulling live data from connected sources, applying brand-consistent formatting, and producing audience-appropriate deliverables that are ready to share without further editing.

Input Required

The user must provide (or will be prompted for):

  • Report type: executive-summary (1-page strategic overview with 3-5 headline KPIs), campaign-report (full campaign performance with channel breakdowns and A/B results), channel-report (deep-dive into a single channel — paid, organic, email, social), competitor-report (competitive landscape with share-of-voice and positioning), or monthly-review / quarterly-review (period-over-period performance with trend analysis and forward plan)
  • Data sources and metrics to include: Which campaigns, channels, or metric categories to pull into the report — e.g., "all paid media campaigns from Q4", "email + social metrics", "top 5 competitors". Specific KPIs can be requested (ROAS, CAC, LTV, conversion rate, pipeline) or left to auto-select based on report type and business model
  • Time period: The reporting window — specific dates, relative periods (last 30 days, Q4 2024, YTD), or comparison periods (this month vs. last month, Q4 vs. Q3). For reviews, the primary period and comparison period are both required
  • Intended audience: c-suite (executive summary focus — strategic insights, trend arrows, recommendations), team (full operational detail — granular metrics, test results, action items), or client (branded presentation format — objectives recap, performance against goals, competitive context, next steps)
  • Brand theme preferences (optional): Override stored brand theme — custom color palette, logo placement, font selection, header/footer content. If omitted, uses the brand profile's stored report theme from pdf-generator.py brand-theme

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, industry context, and report theme (colors, logo URL, fonts from brand profile or pdf-generator.py brand-theme). Check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load visual and tone restrictions. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Gather report data from relevant sources: Pull data based on report type — campaign-tracker.py for campaign performance data and status, performance-monitor.py for performance metrics and threshold comparisons, competitor-tracker.py for competitive intelligence data, analytics MCPs (Google Analytics, Google Ads, Meta) for live channel metrics. Cross-reference data freshness timestamps and flag any stale sources (older than the reporting period).
  3. Structure report by audience: Apply audience-specific report architecture. For C-suite: 1-page executive summary with 3-5 headline KPIs displayed as metric cards with trend arrows, a strategic narrative paragraph, and 2-3 prioritized recommendations. For Team: full metrics tables with channel-by-channel breakdowns, A/B test results with statistical significance indicators, pacing against targets, and numbered action items with owners. For Client: branded cover page with report title and period, executive summary section, performance by stated objective with goal vs. actual, competitive context section, and next period plan with proposed initiatives and expected impact.
  4. Generate report content with visualizations: Write narrative analysis sections connecting data to business outcomes. Describe data visualizations with specifications (chart type, data series, axis labels, colors from brand theme) — bar charts for channel comparisons, line charts for trends over time, pie charts for budget allocation, funnel charts for conversion paths. Format data tables with conditional highlighting (green for above target, red for below). Include methodology notes for any calculated metrics.
  5. Save structured report: Execute pdf-generator.py generate-report with the complete report payload — content sections, visualization specs, data tables, brand theme configuration, metadata (report type, period, audience, generation timestamp). The script produces the formatted document with brand theming applied.
  6. Present report preview for review: Display a structured preview of the report — table of contents, section summaries, key metrics highlighted, and visualization descriptions — for user review before finalizing. Allow the user to request adjustments to sections, add or remove metrics, change emphasis, or modify the narrative tone before the final version is saved.

Output

A structured report delivery containing:

  • Structured report document: The branded report with all sections, data visualizations, and narrative analysis — formatted according to audience type and brand theme with consistent typography, color usage, and layout
  • Report ID: Unique identifier for retrieval, versioning, and reference in future reports or notifications
  • Sections summary: Table of contents with section titles and page references — executive summary, performance metrics, channel breakdowns, competitive analysis, recommendations, next steps (sections vary by report type)
  • Data freshness indicator: Per-source timestamp showing when each data source was last updated — flags any sources older than the reporting period or with known data gaps
  • Report metadata: Generation date, reporting period, report type, intended audience, brand theme applied, data sources used, and version number

Agents Used

  • analytics-analyst — Data gathering from campaign trackers, performance monitors, and analytics MCPs, metric analysis with period-over-period comparisons and target pacing, data visualization planning with chart type selection and data series mapping, and narrative insight generation connecting metrics to business outcomes and strategic recommendations
  • execution-coordinator — Report generation orchestration, brand theme application from stored profile or user overrides, PDF creation via pdf-generator.py with section assembly, visualization rendering specifications, and branded formatting, plus report storage and retrieval ID assignment

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.63%
按下载量换算123

Claude

32.85%
按下载量换算116

Cursor

18.67%
按下载量换算66

Gemini CLI

9.79%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills