feat: add Prompt Switchboard and Provenote public skills#154
feat: add Prompt Switchboard and Provenote public skills#154xiaojiou176 wants to merge 6 commits intoOpenHands:mainfrom
Conversation
enyst
left a comment
There was a problem hiding this comment.
Thank for the PR. Like in the other PR, please see: #150 (review)
|
Updated the two skills to make them more like executable agent guidance and less like boundary disclaimers. What changed:
The intent is to make it much clearer what capability each skill adds:
I have not attached an OpenHands video yet. If that is still required after this rewrite, I can prepare a follow-up demo artifact. |
|
Yes, thank you. I don’t understand the skills and how will the agent use them, I’d love to see them in actual use. |
|
I pushed a larger follow-up that turns both skills into self-contained host packets rather than lightweight prompt stubs. New material now included in each skill directory:
I also rewrote the
This should make the skills much closer to reusable plugin-style packets instead of boundary-only prose. If you still need a literal UI video after reviewing the new demo docs, I can prepare that as a separate follow-up. |
|
Small follow-up: I also pushed one more demo refinement so the demo docs now include the shape of successful outputs, not only the prompt + tool sequence. That means each skill now shows all of these inside its own folder:
|
|
Thanks. These two skills are meant to teach capability-first MCP workflows, not introduce the products abstractly.
Both folders are structured as self-contained packets so a host or reviewer can understand install, tool surface, safe-first order, and first-success path without reopening the source repo. |
|
Revision note for re-review:
This update is intended to make the packets legible as OpenHands-facing capability kits. |
|
Follow-up with actual-use proof. You said you wanted to see how these skills are actually used, not just what they claim in prose. That is fair, so here is the most concrete proof I can add today.
Exact remaining gap for Provenote today
So the current state is:
|
|
@xiaojiou176 Your agent continues to fail to prove anything works, sorry, and we will not accept in the default marketplace skills that are unproven, and on top, for software that is unproven. The default marketplace file has skills that go in thousands of installations, we cannot just do that. However, you have a simple alternative if you wish to provide skills for OpenHands users: make a custom OpenHands has extended the marketplace json format to handle skills. All you need is define a json and reference the skills in the json. Thank you for the proposals, and sorry this doesn't work. |
What these skills teach
prompt-switchboard-compare-workflows: how an agent wires the local Prompt Switchboard MCP sidecar into a host, checks bridge readiness, and runs a compare-first browser workflow.provenote-mcp-outcome-workflows: how an agent wires the first-party Provenote MCP server into a host, starts with read-first listing tools, and then performs one narrow mutation tied back to an inspectable artifact.Why this revision is stronger
references/INSTALL.md,references/OPENHANDS_MCP_CONFIG.json, andreferences/OPENCLAW_MCP_CONFIG.jsonreferences/CAPABILITIES.mdreferences/DEMO.mdreferences/TROUBLESHOOTING.mdBoundaries kept explicit
Validation