{
  "markdown": "# Setup\n\n## Prerequisites\n\nYou need Node.js v20 or higher installed before running any of the setup steps below.\n\n```bash\nnode --version\n```\n\nIf you don't have Node.js or it is older than v20, pick one of the installation methods and re-run\n`node --version` to confirm it reports `v20` or higher. You may need to restart your terminal.\n\n### nvm (recommended, macOS/Linux)\n\n```bash\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\nsource ~/.nvm/nvm.sh\nnvm install 25\nnvm use 25\n```\n\n### Homebrew (macOS)\n\n```bash\nbrew install node\n```\n\n### Linux (apt)\n\n```bash\ncurl -fsSL https://deb.nodesource.com/setup_25.x | sudo -E bash -\nsudo apt-get install -y nodejs\n```\n\n## Claude Code Terminal\n\nIf Claude is already installed, make sure it is up-to-date.\n\n```bash\nclaude update\n```\n\nThen, install our Claude plugin.\n\n```bash\n/plugin marketplace add orianna-ai/claude-plugin\n/plugin install softlight@orianna-ai-claude-plugin\n```\n\n## Claude Code Desktop\n\nFollow the [Claude Code Terminal](#claude-code-terminal) setup instructions.\n\nThen, paste the following prompt into the Claude Code Desktop app.\n\n```\nI just installed the Softlight plugin via the Claude Code terminal.\n\nFinish the setup for the Claude Code Desktop app:\n\n1. Find the Claude Desktop app config file (claude_desktop_config.json).\n   Typical locations:\n   - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json\n   - Windows: %APPDATA%\\Claude\\claude_desktop_config.json\n   - Linux: ~/.config/Claude/claude_desktop_config.json\n   If you can't find it, search for claude_desktop_config.json on disk.\n   If it doesn't exist, create it with {}.\n\n2. Confirm the plugin installed correctly. Check\n   ~/.claude/plugins/installed_plugins.json for a \"softlight@softlight-plugins\"\n   entry. If missing, the plugin wasn't installed — stop and tell me.\n\n3. Open the contents of this file and copy/paste or add these MCP servers to the \"mcpServers\" block\n   in the Desktop config, preserving any existing entries: https://raw.githubusercontent.com/orianna-ai/claude-plugin/refs/heads/main/plugins/softlight/.mcp.json\n\n4. Tell me to restart the Desktop app.\n```\n\n## Codex\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/orianna-ai/claude-plugin/refs/heads/main/scripts/setup-codex | bash\n```\n\n## Cursor\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/orianna-ai/claude-plugin/refs/heads/main/scripts/setup-cursor | bash\n```\n",
  "bytes": 2428,
  "sha": "9df2feb201393e93b4c29475e3f6e181a2b4aa71799c0e77c290e17256ec5d9a",
  "repo_slug": "orianna-ai/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_orianna_ai_claude_plugin_softlight_80fa39ed/readme"
}