> ## Documentation Index
> Fetch the complete documentation index at: https://differentai-cleanup-ai-gateway-models-replacement.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrate from Claude Cowork

> Move your files, skills, plugins, MCP servers, and team setup to OpenWork.

You do not need to rebuild your setup to move from Claude Cowork to OpenWork. Start with one real task, bring over the capabilities it needs, and keep Cowork available until that task works end to end.

## What carries over

| From Claude Cowork        | In OpenWork                | What to do                                                                                                 |
| ------------------------- | -------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Local files and folders   | Workspace files            | Open the same folder or repository as an OpenWork workspace.                                               |
| `SKILL.md` skills         | Skills                     | Copy the skill folder into your workspace or install it as a plugin.                                       |
| Claude-compatible plugins | Plugins                    | Import the plugin or marketplace manifest; OpenWork normalizes its skills, commands, and MCP dependencies. |
| MCP servers               | Connectors and custom apps | Reconnect the server through OpenWork Connect or add its URL as a custom app.                              |
| Claude models             | Anthropic provider         | Add an Anthropic API key, or provision Anthropic centrally through OpenWork Cloud.                         |
| Scheduled tasks           | Scheduled tasks            | Recreate each schedule and verify its workspace, permissions, and output location.                         |

<Note>
  Conversation history does not transfer automatically. Keep any important instructions in workspace files or skills rather than relying on an old thread.
</Note>

## 1. Install OpenWork and open the same work

1. [Download OpenWork](https://openworklabs.com/download) for macOS, Windows, or Linux.
2. Create a workspace from the folder or repository you used with Cowork.
3. Ask OpenWork to summarize the workspace before changing anything. This confirms it can read the files you expect.

Your files stay where they already are. OpenWork does not require you to upload a duplicate copy before you can work with them.

## 2. Choose your models

OpenWork is model-agnostic. You can keep using Anthropic models, add another provider, or let your organization provision models centrally.

* To keep using Claude, follow [Add an Anthropic API key](/start-here/connect-your-stack/add-anthropic-api-key).
* To use ChatGPT, follow [Sign in with ChatGPT](/start-here/connect-your-stack/sign-in-with-chatgpt).
* For another provider, follow [Add a custom LLM](/start-here/connect-your-stack/add-a-custom-llm).
* For a team-managed provider, follow [Managed LLM provider](/cloud/share-with-your-team/managed-llm-provider).

Your Claude subscription and Anthropic API billing may be separate. Confirm API access before removing Cowork from your workflow.

## 3. Bring over skills and plugins

OpenWork uses the same `SKILL.md` format. Copy a skill directory into the workspace, or import the plugin that contains it.

After importing each skill:

1. Open the skill and check any file paths, app names, or environment variables.
2. Run the smallest task that should trigger it.
3. Confirm the output before importing the next skill.

See [Connectors, skills, and plugins](/start-here/do-work-with-it/skills-plugins-and-mcp) for how OpenWork organizes these pieces. For team distribution, see [Publish and copy a skill](/start-here/do-work-with-it/publish-and-copy-a-skill).

## 4. Reconnect apps and MCP servers

Credentials do not move between products. Reconnect each service so OpenWork receives its own authorized access.

* For Gmail, Calendar, Drive, Slack, Notion, Linear, and other managed services, use [Connect your services](/start-here/connect-your-stack/connect-services).
* For another remote or local MCP server, use [Add a custom MCP server](/start-here/connect-your-stack/add-an-mcp-server).
* For an organization-wide setup, use [Shared MCP connections](/cloud/share-with-your-team/shared-mcp-connections).

Test read-only actions first. Then test actions that modify data, such as sending a message or updating a record, with a disposable example.

## 5. Recreate schedules and browser tasks

For every recurring task, record:

* the prompt;
* its schedule and time zone;
* the workspace and files it can use;
* the connected apps it needs;
* where the result should be saved or sent.

Recreate one schedule at a time and run it manually before enabling recurrence. For browser-driven work, follow [Control the browser](/start-here/do-work-with-it/control-the-browser) and verify the target site while you are present.

## 6. Move a team without configuration drift

Do not ask every teammate to repeat your local setup by hand. In OpenWork Cloud, publish approved skills and connections once, assign them to the right teams, and apply desktop policies centrally.

Start with the [team quickstart](/cloud/team-quickstart), then review [desktop policies](/cloud/share-with-your-team/desktop-policies) and [members and roles](/cloud/members-and-rbac).

## Cutover checklist

* [ ] The same workspace opens and the agent can read the expected files.
* [ ] At least one model is connected and billing is understood.
* [ ] Each required skill triggers on a representative task.
* [ ] Each connector or MCP server is authorized and tested.
* [ ] Scheduled and browser tasks have been run manually once.
* [ ] Team capabilities are published centrally instead of copied machine by machine.
* [ ] Important Cowork instructions are saved in files or skills.
* [ ] Cowork remains available until the representative workflow passes in OpenWork.

Once the checklist passes, make OpenWork the default for that workflow and migrate the next one.
