{
  "markdown": "# Personhood Claude Code plugin + marketplace\n\nThis repo is a self-contained Claude Code **plugin marketplace**. It ships one\nplugin, `personhood-humanize`, which bundles the hosted **Personhood MCP\nconnector** (remote streamable-HTTP server at\n`https://api.givepersonhood.com/mcp`) and a **skill** that fires on\nhumanize intents and documents how to use it.\n\n## Layout\n\n```\n.\n├── .claude-plugin/\n│   └── marketplace.json                     # marketplace catalog (lists the plugin)\n├── plugins/\n│   └── personhood-humanize/\n│       ├── .claude-plugin/\n│       │   └── plugin.json                   # plugin manifest (references .mcp.json)\n│       ├── .mcp.json                         # bundled remote MCP connector\n│       └── skills/\n│           └── personhood-humanize/\n│               └── SKILL.md                  # the humanize skill\n└── README.md\n```\n\n## Install\n\n```shell\n/plugin marketplace add Astral-Agent/personhood-mcp\n/plugin install personhood-humanize@personhood\n```\n\nOr from a local checkout:\n\n```shell\n/plugin marketplace add .\n/plugin install personhood-humanize@personhood\n```\n\n## Authentication\n\nThe bundled connector reads your API key from the `PERSONHOOD_API_KEY` environment\nvariable (no secret is stored in the plugin):\n\n```bash\nexport PERSONHOOD_API_KEY=\"<your-personhood-api-key>\"\n```\n\nCreate the key (it starts with the `hmz_live_` prefix) in Personhood settings, then\nrestart the client. See the skill's `SKILL.md` for tool usage and manual setup for\nother MCP clients (Cursor, etc.).\n",
  "bytes": 1516,
  "sha": "52c06e7bf8c6b09084993988cae30f427d4299c2fa930ab14de3bbf9a4ba6eec",
  "repo_slug": "astral-agent/personhood-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_givepersonhood_personhood_91f0e812/readme"
}