healthypress
v0.2.3Run a private WordPress.com site as a personal health record: creates a dedicated privacy-hardened site with a closed health taxonomy, then records each event as a private, dated, tagged post. Records and organizes; never diagnoses or advises.
By AutomatticLicense: GPL-3.0-or-later1 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install healthypress for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install healthypress@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Automattic/Agent-Use-CasesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/healthypress/.
Plugin files
├── .claude-plugin/plugin.json├── skills/health-record/SKILL.md├── skills/log/SKILL.md├── skills/setup/SKILL.md└── .mcp.json
Included Skills3
The content model and WordPress.com MCP mechanics for running a WordPress site as a personal health record - what becomes a post, the closed category taxonomy, namespaced entity tags, title/excerpt/date rules, the sectioned post body, plus the facade pattern, runtime schema discovery, post status and date defaults, write confirmation, site visibility, and trash vs. delete. Use whenever the user wants to log, record, file, or organize anything health related ("log my headache", "add my lab results", "I started a new medication", "record yesterday's visit"), whenever reading health records back out of the site, and whenever a WordPress.com MCP call returns an unexpected parameter, permission, or validation error.
Record one health event — interview, classify, tag, date, compose, confirm, save as private. Use whenever the user wants to log, record, or file a health event (a symptom, visit, lab result, medication change, diagnosis) on a site that already has HealthyPress set up.
Create a new private WordPress.com site as a personal health record — privacy gate first, then taxonomy and the Health Summary page. Use when the user wants to start a private health journal, set up HealthyPress, or create a dedicated site for tracking their health.
MCP servers1
- url
- https://public-api.wordpress.com/wpcom/v2/mcp/v1
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "healthypress",
"description": "Run a private WordPress.com site as a personal health record: creates a dedicated privacy-hardened site with a closed health taxonomy, then records each event as a private, dated, tagged post. Records and organizes; never diagnoses or advises.",
"version": "0.2.3",
"author": {
"name": "Automattic"
},
"homepage": "https://github.com/Automattic/Agent-Use-Cases/tree/trunk/plugins/healthypress",
"repository": "https://github.com/Automattic/Agent-Use-Cases",
"license": "GPL-3.0-or-later",
"keywords": [
"wordpress",
"wordpress-com",
"health-record",
"personal-data",
"mcp"
],
"skills": [
"./skills/setup",
"./skills/log",
"./skills/health-record"
],
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[healthypress on Agent Plugins Marketplace](https://pluginsmp.com/plugins/healthypress)