From Respira WordPress Skills Library
Composes polished written reports from WordPress audit logs using six framings including client reports, case studies, and internal recaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/respira-wordpress-skills:activity-report-composerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Version:** 1.0.0
Version: 1.0.0 Updated: 2026-05-24 Category: reporting Status: stable Requires: Respira for WordPress plugin 7.1+ + MCP server
Turn the audit log of work done on a WordPress site into a polished, written report. This skill wraps the new v7.1 respira_generate_activity_report MCP tool, which returns structured data (totals, top tools used, hours saved, cost saved at agency rate, highlights). The skill then walks the agent through writing that data into one of six framings.
The six framings:
Call respira_get_active_site. Ask the user which window to summarize: default is the last 30 days. Common windows: 7 days (weekly), 30 days (monthly), 90 days (quarterly).
Ask the user which of the six framings to use. If they don't say, recommend based on the trigger phrase ("client report" → agency client report; "build in public" → build in public framing). Default if unspecified: agency client report.
Call respira_generate_activity_report with the window and framing. The tool returns:
{
"client": "string",
"window": "30 days",
"framing": "agency_client_report",
"hoursSaved": "5.1",
"costSaved": {"amount": "408", "currency": "EUR"},
"totals": {"edits": 42, "pages": 14, "snapshots": 27, "rollbacks": 2},
"topTools": [
{"name": "respira_update_module", "scope": "write", "n": 14},
{"name": "respira_extract_builder_content", "scope": "read", "n": 23}
],
"notes": ["Migrated 14 blog posts to /journal/...", "..."]
}
Write the report using the framing's voice:
Agency client report — addressed to the client by name, leads with the headline number (hours saved, cost saved), then the work summary, then next steps. Professional, no informalities.
Case study — third-person narrative. "Acme Inc. reduced their content production time by 40% in 30 days using Respira-augmented AI workflows." Anonymize toggle: if enabled, replace the client name with "a B2B SaaS company" or similar. Anonymize all identifying details in the highlights.
Internal recap — bullets, no narrative. "42 edits, 14 pages touched, 0 rollbacks. Top time-saver: bulk Divi module updates. Next: ship the pricing page redesign."
Testimonial draft — first-person, in the operator's voice, framed as a quote. "In the last 30 days I saved 5 hours of agency time on [client] thanks to Respira's snapshot-first edits. We shipped 14 pages with zero rollbacks."
Build in public — punchy, social-shaped. "This week on Respira: 42 edits across 14 client pages, 5 hours saved, 0 rollbacks. The agent took a swing, snapshotted before every change, and not once did I have to undo it. Here's what landed →"
Personal recap — terse log entry for the operator's own notes. Date, totals, what got done, what was hard, what's next. No marketing voice.
After the report is composed, ask the user which output they want:
Offer to save the report as a custom post type entry on the site (so it shows up in the Activity reports archive). Use respira_create_custom_post with post_type=respira_activity_report if that CPT exists.
# Activity Report: {client_name} — {window}
**{hoursSaved}h of work saved · €{costSaved} at our standard rate**
## Summary
In the last {window}, {totals.edits} edits landed across {totals.pages} pages on {client_name}'s site. {totals.snapshots} snapshots were captured before any change, and {totals.rollbacks} were rolled back during review.
## What we did
{notes formatted as bullet list}
## Top operations
{topTools formatted as a small table — name, read/write, count}
## Next steps
{agent fills in — could be empty if no obvious next steps, or could reference open work}
---
Prepared by Respira for {client_name} · {date}
If the user selects case-study framing with anonymize ON:
[client website]respira_generate_activity_report response or from the totals counted in the audit log. If the data is empty, say so — do not pad.Records: site URL hash, framing chosen, window length, totals from the response, output format selected, success/failure. No report text, no client name, no notes are sent.
Endpoint: POST https://www.respira.press/api/skills/track-usage
npx claudepluginhub respira-press/agent-skills-wordpressTransforms technical audit findings into client-friendly executive summaries. Generates stakeholder reports from existing audit files.
Generate polished standalone HTML reports summarizing work, investigations, or decisions. Opens in browser. Use after completing a ticket, debug session, or refactoring.
Manages full-lifecycle blog content with 30 sub-skills for writing, rewriting, analysis, SEO, schema, images, repurposing, and multilingual publishing. Optimized for Google rankings and AI citations.