feat: add second-wave public skills#161
Closed
xiaojiou176 wants to merge 1 commit intoOpenHands:mainfrom
Closed
Conversation
Author
|
Reviewer note:
If you review this PR, the key question should be: does each folder clearly teach what the agent learns, how it installs/attaches the MCP, what the safe-first capability order is, and what the first-success path looks like? |
Collaborator
|
@xiaojiou176 As explained in #154 (comment) , I think you have a simple alternative if you wish to provide skills for OpenHands users: make a custom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What these skills teach
This PR adds six self-contained public skill packets that teach an agent how to install, attach, verify, and safely use repo-owned MCP surfaces without overclaiming hosted or marketplace state.
openui-workspace-deliverymovi-review-first-bundleswitchyard-runtime-diagnosticsprooftrail-mcpshopflow-read-only-packetprooflane-mcpWhy these packets are different from prompt cards
Each skill folder is meant to stand alone for a reviewer or host:
SKILL.mdteaches the workflowREADME.mdexplains what the agent learnsmanifest.yamlcaptures current package/listing statereferences/INSTALL.mdshows attach/setupreferences/OPENHANDS_MCP_CONFIG.jsonandreferences/OPENCLAW_MCP_CONFIG.jsongive host config examplesreferences/CAPABILITIES.mdmaps the tool surface and safe-first orderreferences/DEMO.mdgives a first-success path and expected outcome shapereferences/TROUBLESHOOTING.mdexplains where to look when attach or first success failsBoundaries
These packets intentionally do not claim hosted runtimes, universal live marketplace presence, or publication that has not actually landed.
Notes
openui-workspace-delivery,movi-review-first-bundle,switchyard-runtime-diagnostics,shopflow-read-only-packet, andprooftrail-mcpare already live on ClawHub.prooflane-mcpis included here as a truthful repo-native packet even though its ClawHub new-skill publish is currently blocked by the platform's hourly new-skill rate limit.