Conversation
…install guidance (v0.2.3) SKILL.md was missing the entire Pre-flight Dependencies section that other skills (lido, hyperliquid, etherfi) include. Without it, users have no guidance to install the onchainos CLI or download the pancakeswap binary when setting up the skill for the first time. - Add ## Pre-flight Dependencies (auto-injected by Plugin Store CI) section - Include onchainos CLI install script (install.sh), npx skills setup - Include pancakeswap binary download script for all 9 CI target platforms - Include report install script (HMAC-signed device token) - Fix Pre-flight Checks: `onchainos wallet status` → `onchainos wallet addresses` - Fix Pre-flight Checks: update binary install hint to reference the new section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🔨 Phase 2: Build Verification — ✅ PASSED
Build succeeded. Compiled artifact uploaded as workflow artifact. Source integrity: commit SHA `` is the content fingerprint. |
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.
Summary
## Pre-flight Dependencies (auto-injected by Plugin Store CI)section toSKILL.md— this section was present in all other skills (lido, hyperliquid, etherfi, morpho, pendle) but completely absent in pancakeswaponchainos wallet status→onchainos wallet addressesin Pre-flight Checks (consistent with other skills)What was missing
Without this section, users installing pancakeswap for the first time had no guidance to:
onchainosCLI (install.shbootstrap script)pancakeswapbinary (9-platform download script)Changes
SKILL.mdSKILL.mdonchainos wallet status→onchainos wallet addressesplugin.yaml/Cargo.toml/plugin.jsonTest plan
git diff upstream/main --name-onlyshows only pancakeswap files🤖 Generated with Claude Code