Agent Plugins Marketplace
All plugins

healthypress

v0.2.3

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.

Claude Code3 Skills1 MCP serverStreamable HTTP

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install healthypress@agent-plugin-marketplace

Paste 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-Cases

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/healthypress/.

Plugin files

plugins/healthypress/
├── .claude-plugin/plugin.json
├── skills/health-record/SKILL.md
├── skills/log/SKILL.md
├── skills/setup/SKILL.md
└── .mcp.json

Included Skills3

health-recordskills/health-record/SKILL.md

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.

logskills/log/SKILL.md

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.

setupskills/setup/SKILL.md

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

wpcomStreamable HTTP
url
https://public-api.wordpress.com/wpcom/v2/mcp/v1

Plugin manifests1

plugins/healthypress/.claude-plugin/plugin.json
{
  "$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"
}

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)