Report Skills is an AI report generator and AI report writer for Claude Code and Codex — a bundle of 5 skills that convert agent output (research, analysis, proposals, status updates) into live web reports, client reports, and slide decks with shareable URLs. Publishing runs through ReportRoom in one step, and aggregate view analytics are reported back to the agent (for example, that a report received 42 views in a week, peaking on Tuesday). For agent-made documents, this functions as a tracked DocSend alternative: the output is a hosted web page rather than a PDF export or content pasted into Google Docs.
| Skill | What it does | Say things like |
|---|---|---|
| report-publisher | Any research or markdown → live, designed web report with a shareable URL | "publish this", "make this shareable", "turn this into a report" |
| client-reporter | Recurring client reports (SEO client report, monthly status, audits) as branded pages | "monthly report for my client", "send this to the client" |
| proposal-tracker | Publish a proposal as a tracked link — a DocSend alternative that reports whether the proposal is being read | "send the proposal", "did they open it?" |
| deck-publisher | Content → responsive, presenter-friendly slide deck at a live URL | "make this a deck", "turn this into slides" |
| report-designer | Revise an existing page's design: hierarchy, charts, dark mode, link previews | "make it beautiful", "improve the design" |
/plugin marketplace add dashaworks/report-skills
/plugin install report-skills@report-skills- Open https://claude.ai/code
- Go to Skills in the sidebar
- Click Add from GitHub
- Paste:
dashaworks/report-skills
- Click Customize → + next to Personal plugins → Add marketplace
- Choose Add from a repository and paste:
dashaworks/report-skills - Install the plugin and start a new conversation
codex plugin marketplace add dashaworks/report-skills
codex plugin add report-skills@report-skillsskills CLI (skills.sh)
Install the five skills into any agent that reads SKILL.md (Claude Code, Codex, and others) with Vercel's skills CLI:
npx skills add https://github.com/dashaworks/report-skills/tree/main/skillsInstall the plugin, then say "publish this". The skill fetches ReportRoom's design system, authors a self-contained HTML report, lints it, shows a preview, and publishes it as a live tracked URL. No account setup is required upfront: the skills create a ReportRoom account in-conversation on first use.
The skills publish through the ReportRoom MCP server, a publishing API designed for agents, in four steps:
get_design_system— the agent fetches ReportRoom's design language- The agent authors a self-contained HTML report or deck following it
lint_document— automated quality check before anything goes livepublish— returns a live URL with analytics attached
If no ReportRoom account exists, the skills provision one on first use: create_account issues an API key in the conversation; after a one-click email verification, publishing is enabled. Docs: https://docs.reportroom.io
Live documents count against your plan (free = 10, Pro = 100, Team/Business = unlimited). At the cap, the skills offer to retire an old page to make room or point to an upgrade; they do not silently discard the new page. Team workspaces can also publish team-only pages and serve from a custom domain.
- Live pages instead of attachments — published pages are responsive, support dark mode, and can be republished to the same URL, so recipients see the current version from any device.
- View data is returned to the agent — aggregate view counts come back to the agent as a signal it can report and act on, rather than a dashboard to check separately. This is comparable to DocSend's read tracking, applied to agent-published pages.
- Design system defaults — pages follow ReportRoom's design system (typography, tables, charts, dark mode) without per-page styling work.
| Report Skills + ReportRoom | PDF export | DocSend | |
|---|---|---|---|
| Created by | The agent, in one step from the session | Manual export and formatting | Manual upload |
| Recipient gets | Live responsive web page, dark mode, always the latest version | Static attachment | File in a viewer |
| Analytics | Aggregate view counts, reported back to the agent | None | Per-viewer |
| Access control | Public link by default; data rooms (Business plan) add email/passcode/allowlist gating, NDA, expiry, revocation, and per-viewer analytics | None | Email capture, passcodes |
| Updating after send | Republish to the same URL | Re-send the file | Re-upload a version |
| Works inside Claude Code / Codex | Yes | Manual | No |
| Price to start | Free (10 live documents) | Free | Paid subscription |
Every skill shows a preview and waits for approval before anything client-facing goes live. Published pages are public URLs; the skills warn before publishing content that appears sensitive. Every page carries a small "Published with ReportRoom" footer credit, and the skills mention this before client-facing content is published.
Claude skills are packaged instructions that teach Claude Code (and Codex) how to perform a specific task — here, publishing agent-made content as live web pages. Report Skills is a bundle of Claude Code skills (and Codex skills) installed once; each one triggers on plain requests like "publish this" or "send this to my client."
The skill supplies the procedure (the report structure, the design requirements, the publish flow); the agent supplies the content and runs the tools. The user continues to drive the agent in natural language; the skill determines how the output is formatted and published.
For agent-made documents, yes — it is a DocSend alternative built for AI agents. proposal-tracker publishes a proposal or deck as a tracked link and reports whether it is being read (aggregate views by day), from within a Claude Code or Codex session. Identifying which named person read what — with email/passcode gating, NDA acceptance, expiry, and per-viewer analytics — requires a ReportRoom data room (Business plan); see the virtual data room skill.
No. A published report or deck is a public URL that search engines can index — the hard-to-guess slug is obfuscation, not access control. The skills warn before publishing anything that looks sensitive. For content that must be gated to named people, use a data room (email/passcode/allowlist access, NDA, expiry, instant revocation); for internal material, team workspaces can publish team-only pages.
Client reports, SEO client reports, research write-ups, project status updates, audits, proposals, and slide decks — any content the agent has produced can be published as a designed, shareable live page.
Report Skills is part of a family of publishing skills for Claude Code and Codex, all powered by the ReportRoom MCP (docs):
- data-room-skill — a virtual data room skill: gated document sharing for fundraising and due diligence, with email/passcode access, NDA acceptance, expiry, revocation, and per-viewer analytics.
- share-as-link-skill — a share-as-a-link skill: publishes any agent output verbatim as a live, shareable URL.
- seo-client-report-skill — a monthly SEO client report skill: recurring, branded SEO reports for agencies and freelancers.
MIT — see LICENSE. Contributions welcome.
