Agent Skills
› AgriciDaniel/claude-ads
› ads-report
ads-report
GitHub将验证后的广告数据渲染为Markdown、HTML或PDF格式的报告,支持客户端汇报及审计导出。确保数据一致性、隐私合规及结构完整性,适用于付费媒体报告生成场景。
Trigger Scenarios
需要生成付费广告报告
执行客户审计报告导出
将JSON运行包转换为可视化文档
Install
npx skills add AgriciDaniel/claude-ads --skill ads-report -g -y
SKILL.md
Frontmatter
{
"name": "ads-report",
"description": "Render Markdown, HTML, or PDF paid-advertising reports from a validated Claude Ads JSON run bundle. Use for ads report, client report, audit PDF, executive audience reporting, or exporting prior audit and plan results."
}
Render Paid Media Reports
- Accept a validated versioned report bundle, never loose worker prose.
- Confirm run completeness, evidence coverage, privacy class, branding choice, requested audience, and output formats.
- Render all formats from the same canonical data and deterministic templates.
- Preserve findings, confidence, evidence references, contradictions, missing inputs, actions, owners, and measurement windows.
- Run structural checks, then visual/layout checks for HTML and PDF.
- Write atomically inside the run directory and update its manifest.
Do not include credentials, customer lists, private paths, raw research, internal agent transcripts, or promotional copy unless the operator explicitly enabled branding. Never hide partial or insufficient-evidence status in an executive summary.
Version History
- 669c760 Current 2026-07-25 07:46


