mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
* 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.
37 lines
1.2 KiB
Plaintext
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>
|
|

|
|
</Frame>
|
|
|
|
## How to share a SKILL.md
|
|
|
|
You can share a `SKILL.md` by clicking under `Your_Workspace` \> `Skills`
|
|
|
|
<Frame>
|
|

|
|
</Frame>
|
|
|
|
Then, on `Create Link` which will create a custom page for the skill at `share.openworklabs.com/b/:skill_id`
|
|
|
|
<Frame>
|
|

|
|
</Frame>
|
|
|
|
This creates a url that you can share with other people so they can `copy the skill` or `Open in Openwork`
|
|
|
|
<Frame>
|
|

|
|
</Frame>
|