fix: add missing openclaw metadata to 19 skills#301
Conversation
Newly added skills (batch-wallet, fund-watch, perp-scan, etc.) were missing the requires/primaryEnv/install metadata and allowed-tools directive that was added to the original skills. This affected smithery.ai listing — skills appeared without install/auth context. Adds identical metadata block to all 19 affected SKILL.md files: - metadata.openclaw.requires (NANSEN_API_KEY env, nansen binary) - metadata.openclaw.primaryEnv - metadata.openclaw.install (kind: node, package: nansen-cli) - allowed-tools: Bash(nansen:*)
pr-reviewer Summary✅ No issues found The code review completed successfully with no findings. Review effort: 1/5 (Trivial) SummaryThis is a clean, metadata-only fix that adds the missing The added metadata block is identical across all 19 files and exactly matches the structure present in the original skills (e.g., The changeset entry is correct (patch bump). No findings. Token usage: 482 input, 2,083 output, 119,612 cache read, 19,325 cache write |
Newly added skills (batch-wallet, fund-watch, perp-scan, etc.) were missing the
requires/primaryEnv/installmetadata andallowed-toolsdirective that was present in the original skills.This caused smithery.ai to display them without install/auth context.
Fix: Added the standard openclaw metadata block to all 19 affected
SKILL.mdfiles:Skills patched: nansen-batch-wallet, nansen-cross-chain-flow, nansen-dca-watch, nansen-defi-exposure, nansen-exit-signal, nansen-fund-watch, nansen-holder-quality, nansen-perp-scan, nansen-perp-trader, nansen-pm-deep-dive, nansen-pm-insider-scan, nansen-polymarket-trader, nansen-portfolio-history, nansen-prediction-market, nansen-sm-trend, nansen-token-discovery, nansen-token-forensics, nansen-wallet-analysis, nansen-wallet-attribution
No logic changes — metadata only.