{
  "markdown": "# logi (1pass) — Claude Code plugins\n\nAgent plugins for [logi / 1pass](https://docs.1pass.dev), the passkey-first\nsign-in service.\n\n| Plugin | What it does |\n|---|---|\n| **logi-integrate** | Integrate 1pass sign-in into your app — a skill that walks the agent through RP registration and OIDC integration, plus the [`@1pass/mcp`](https://www.npmjs.com/package/@1pass/mcp) server for managing your apps, redirect URIs, and docs lookup. |\n| **logi-approval** | Agent Approval Gate — the agent asks a human for Face ID / passkey approval on their phone before performing a high-risk action. Bundles [`@logi-auth/mcp-approval`](https://www.npmjs.com/package/@logi-auth/mcp-approval). |\n\n## Install (Claude Code)\n\n```bash\nclaude plugin marketplace add dcode-co/logi-plugins\nclaude plugin install logi-integrate@logi\nclaude plugin install logi-approval@logi   # optional\n```\n\nThen set the env vars each server needs:\n\n- `logi-integrate`: `LOGI_API_KEY` — a Personal API Key from\n  [start.1pass.dev](https://start.1pass.dev) (Settings → API Keys).\n- `logi-approval`: `LOGI_AGENT_TOKEN`, `LOGI_AGENT_PUBLIC_ID`\n  (and `LOGI_AGENT_PRIVATE_KEY` for signed mode) — see the\n  [Agent Approval quickstart](https://docs.1pass.dev/agent-approval/quickstart).\n\n## Other agent clients (Cursor, Codex, Copilot, …)\n\nThe skills follow the open [Agent Skills](https://agentskills.io) format —\ncopy any `plugins/*/skills/<name>/` directory into your client's skills\ndirectory. Add the MCP servers with your client's MCP configuration using the\nsame `npx` commands found in each plugin's `.mcp.json`.\n\nSingle-file skill install without the plugin system:\n\n```bash\ncurl -fsSL https://docs.1pass.dev/skills/logi-rp-integrate/SKILL.md \\\n  -o ~/.claude/skills/logi-rp-integrate/SKILL.md --create-dirs\n```\n\n## Docs\n\n- Integration guides: https://docs.1pass.dev\n- LLM-readable docs: https://docs.1pass.dev/llms.txt\n\n## License\n\nMIT\n",
  "bytes": 1902,
  "sha": "b99ee74886d7b3ccfdae268e6a6b66b0c786e9604808c8af11c1156618aa940d",
  "repo_slug": "dcode-co/logi-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_1pass_logi_df31d112/readme"
}