Files
openwork/packages/docs/sharing-ow-setup.mdx
Jan Carbonell dd24fbaa3b fix: restore migrated share skill links (#1335)
* fix(docs): restore migrated share skill links

Republish the example skill bundles on share.openworklabs.com so the docs point at live imports again, and align share bundle examples with the current publisher host.

* fix(server): use canonical shared bundle data urls

Rebuild trusted share fetch URLs to the share service's canonical /b/:id/data endpoint and cover the path with the live provider-config-helper bundle URL.
2026-04-04 02:37:32 -06:00

37 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.openworklabs.com/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>