{
  "markdown": "# Remote for AI\n\nOfficial Remote plugin for AI coding assistants. Access Remote's global employment platform — employments, payroll, contractors, time off, expenses, and timesheets — directly from your AI coding tool.\n\nSupports **Claude Code**, **Cursor**, **Codex**, and **Gemini CLI**.\n\n## What You Can Do\n\nThe plugin gives your AI assistant the tools and context to act on your Remote workspace. Anything available through the Remote API — employments, time off, expenses, timesheets, payroll, contractors, leave policies, and more — can be driven from natural-language prompts in your editor. The plugin handles authentication, exposes Remote MCP tools, and ships task-specific skills that encode best practices, validation, and PII guardrails so the assistant stays accurate and safe.\n\n## Installation\n\n### Claude Code\n\n```bash\n/plugin marketplace add remoteoss/remote-for-ai\n/plugin install remote@remote-plugin-marketplace\n```\n\nRestart Claude Code, then verify with:\n\n```bash\n/help    # Should list /remote:* skills\n/mcp     # Should show the `remote` MCP server\n```\n\nThe first time a Remote tool is invoked, Claude will prompt you to authenticate via OAuth in your browser.\n\n### Cursor\n\nSearch for **Remote** in `Cursor Settings > Plugins` and install. Or, for development:\n\n```bash\ngit clone https://github.com/remoteoss/remote-for-ai\nln -s \"$PWD/remote-for-ai\" ~/.cursor/plugins/local/remote\n```\n\n### Codex\n\n```bash\ncodex plugin marketplace add remoteoss/remote-for-ai\n```\n\nThen run `/plugins` from inside Codex, select **Remote**, and install.\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/remoteoss/remote-for-ai\n```\n\nThis bridges the HTTP MCP endpoint via `npx mcp-remote@latest`, since Gemini CLI currently only supports stdio MCP servers.\n\n### From Source (any client)\n\n```bash\ngit clone https://github.com/remoteoss/remote-for-ai\n\n# Claude Code\nclaude --plugin-dir ./remote-for-ai\n\n# Cursor\nln -s \"$PWD/remote-for-ai\" ~/.cursor/plugins/local/remote\n\n# Codex\ncodex --plugin-dir ./remote-for-ai\n\n# Gemini CLI\ngemini extensions install ./remote-for-ai\n```\n\n## Skills\n\nThe plugin ships a growing library of task-specific skills under [`skills/`](skills/). Each skill encodes a single workflow with the right Remote MCP tools, validation steps, and PII handling rules baked in.\n\nYou don't need to know skill names: your AI client reads their descriptions and loads the right one based on your prompt. Browse the [`skills/`](skills/) directory to see what's currently available, or run `/help` from Claude Code to list them. To add a new skill, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## MCP Server\n\nThe plugin configures the Remote MCP server (HTTP transport, OAuth 2.0) automatically on install. No API keys to copy-paste; first-call OAuth handles authentication.\n\n## Prerequisites\n\n- A [Remote account](https://remote.com).\n- One of: Claude Code, Cursor, Codex, or Gemini CLI installed.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for how to add new skills.\n\n## License\n\nMIT\n",
  "bytes": 3026,
  "sha": "5eaf01f2009c6cbc06e16a1ca99736515cce61f3fee25acfdc918cd38a488bd4",
  "repo_slug": "remoteoss/remote-for-ai",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_remoteoss_remote_for_ai_2e742df7/readme"
}