Skip to content

feat(mcp): expose org skills as Den MCP capabilities#2567

Merged
benjaminshafii merged 1 commit into
different-ai:devfrom
reachjalil:feature/skill-capabilities
Jul 8, 2026
Merged

feat(mcp): expose org skills as Den MCP capabilities#2567
benjaminshafii merged 1 commit into
different-ai:devfrom
reachjalil:feature/skill-capabilities

Conversation

@reachjalil

Copy link
Copy Markdown
Collaborator

Goal

Make existing Den org skills available through the Den MCP agent capability surface.

This branch only answers: "Can a skill already stored in Den be found and used through search_capabilities / execute_capability?"

What Changed

Area Change
Capability search Adds org skill matches into /mcp/agent search_capabilities.
Capability naming Skills are exposed as skill:<skillId>.
Capability execution execute_capability({ name: "skill:<skillId>" }) returns the stored SKILL.md content as skillText.
Access model Uses existing Skill Hub visibility: creator, org/public sharing, direct Skill Hub grants, and team Skill Hub grants.

Files

File Purpose
ee/apps/den-api/src/mcp/skill-capabilities.ts New skill capability source: search + execute.
ee/apps/den-api/src/mcp/agent.ts Merges skill matches into the existing agent MCP capability surface.

Not Included

Not in this branch Why
GitHub plugin import Separate backend import branch.
Plugin skill persistence Separate backend import branch.
Den Web UI Separate admin UX branch.
Desktop marketplace behavior Separate desktop/admin UX branch.

Validation

Command Result
pnpm --filter @openwork-ee/den-api build ✅ Passed

@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-landing Ready Ready Preview, Comment, Open in v0 Jul 8, 2026 4:04am

@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

@reachjalil is attempting to deploy a commit to the Different AI Team on Vercel.

A member of the Team first needs to authorize it.

@reachjalil reachjalil marked this pull request as ready for review July 8, 2026 04:13
@reachjalil reachjalil marked this pull request as draft July 8, 2026 04:25
@reachjalil reachjalil marked this pull request as ready for review July 8, 2026 16:59
@reachjalil reachjalil changed the title Expose org skills as Den MCP capabilities feat(mcp): expose org skills as Den MCP capabilities Jul 8, 2026
@benjaminshafii benjaminshafii merged commit 2cd9fbb into different-ai:dev Jul 8, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants