Files
openwork/packages/docs/sharing-ow-setup.mdx
mintlify[bot] 07ee9985e3 Refactor docs navigation and update titles for clarity
Mintlify-Source: dashboard-editor
2026-03-30 04:05:19 +00:00

36 lines
1.2 KiB
Plaintext

---
title: "How to share your agents with others"
description: "Learn how to share your MCP, agents, skills with others"
---
There are two main primitives for a template that you can share: `Workspace` and a `Skill`.
## Sharing your entire configuration
OpenWork also allows you to share your entire configuration with others. That includes skills, MCPs, agents, unique LLM providers you might've added, and more.
Click on the `...` next to the workspace name, then `Share ...` , then `Share a template`
<Frame>
![Share workspace dialog with template and remote options](/images/sharing-workspace-template-dialog.png)
</Frame>
## How to share a SKILL.md
You can share a `SKILL.md` by clicking under `Your_Workspace` \> `Skills`
<Frame>
![Skills management page showing installed skills](/images/sharing-skills-list.png)
</Frame>
Then, on `Create Link` which will create a custom page for the skill at `share.openwork.software/b/:skill_id`
<Frame>
![Create share link dialog for a skill](/images/sharing-create-link-dialog.png)
</Frame>
This creates a url that you can share with other people so they can `copy the skill` or `Open in Openwork`
<Frame>
![Shared skill page with Copy and Open in OpenWork buttons](/images/sharing-skill-share-page.png)
</Frame>