{"id":50875468,"url":"https://github.com/remoteoss/remote-for-ai","last_synced_at":"2026-06-15T09:30:59.493Z","repository":{"id":360459367,"uuid":"1225427837","full_name":"remoteoss/remote-for-ai","owner":"remoteoss","description":"Remote for AI: plugins and skills that help your agents work safely with Remote.","archived":false,"fork":false,"pushed_at":"2026-06-11T14:32:21.000Z","size":102,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T16:18:13.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developer.remote.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remoteoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-30T09:10:02.000Z","updated_at":"2026-05-26T13:13:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/remoteoss/remote-for-ai","commit_stats":null,"previous_names":["remoteoss/remote-for-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remoteoss/remote-for-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fremote-for-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fremote-for-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fremote-for-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fremote-for-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remoteoss","download_url":"https://codeload.github.com/remoteoss/remote-for-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remoteoss%2Fremote-for-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T09:30:58.304Z","updated_at":"2026-06-15T09:30:59.478Z","avatar_url":"https://github.com/remoteoss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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 \u003e 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremoteoss%2Fremote-for-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremoteoss%2Fremote-for-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremoteoss%2Fremote-for-ai/lists"}