fix: expose on-demand workflows as portable skills - #44
Merged
Merged
Conversation
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.
Codex could report Greybeard installed while exposing only three skills because pressure-test, sidenote, visualize, and wrap existed only under
commands/. Move those workflows to native skill entrypoints so both clients expose all seven capabilities once, while retaining Claude's slash names and optional-input behavior.Preserve the substantive instructions and authorization boundaries, repair sibling links, include all seven skills in the OpenClaw installer, and document plugin versus standalone installation and updates. Add a package regression check to CI.
Validation:
npm test,npm run check-sync, installer dry-run, and plugin validation passed. Tested actual local-marketplace installations in Codex 0.154.0 and Claude Code 2.1.269: fresh installation, update, reinstall, seven unique capabilities, and installed reference closure. Verified native Claude expansion for all four commands with and without input using a loopback request capture; no model execution was needed. The regression check fails on the original revision.Fixes #43.