Skills, wired
FreeSkill turns one-off prompts into portable Agent Skills packages, arranges them into typed skill-tree graphs, and serves the result to any agent over REST, cURL, or MCP — no marketplace, no resale, just infrastructure you control.
Public skills are free, forever. Pro is $10/mo for private skills and team sharing.
Six typed connections describe exactly how skills relate to each other at execution time — visible directly on the canvas, not buried in config.
Target cannot run until this dependency is satisfied.
Runs sequentially after the source completes.
Runs concurrently with the source.
Runs only if a condition on the source is met.
Runs only if the source fails.
Optional context that improves, but is not required by, the target.
Write SKILL.md by hand, upload one, or drop in a ZIP with scripts, references, and assets.
Drag skills onto the canvas and connect them with typed edges to define how an agent should use them.
Grant a team or teammate access to a private skill or tree — no purchase required on their end.
Publish an immutable release and expose it to any agent over REST, cURL, or MCP.
GitHub is one optional way to import a skill package — not a requirement.
Agents reach a published skill tree the same way regardless of framework.
curl https://api.freeskill.dev/v1/trees/support-triage \
-H "Authorization: Bearer $FS_TOKEN"{
"mcpServers": {
"support-triage": {
"url": "https://mcp.freeskill.dev/t/support-triage",
"headers": { "Authorization": "Bearer $FS_TOKEN" }
}
}
}FreeSkill hosts and connects your skills. It doesn't resell them or take a cut.
Public releases pass through security review before they're discoverable.
Published revisions can't change. Editing creates a new, separately reviewed revision.
Agent access is limited to one skill or tree, with expirations and instant revocation.