Primary finding
SKILL env metadata for opensea-wallet omits variables required by referenced setup flows (Turnkey RPC URL, private-key envs, Privy auth signing key)
- opensea/opensea-wallet/SKILL.md:7-45
- opensea/opensea-wallet/references/wallet-setup.md
- opensea/opensea-wallet/references/wallet-setup.md
- opensea/opensea-wallet/references/wallet-setup.md
Consumers rely on the SKILL’s `env` metadata to know what to configure. The manifest omits variables later required by the Turnkey setup (`TURNKEY_RPC_URL`), private-key setup (`PRIVATE_KEY`, `RPC_URL`, `WALLET_ADDRESS`), and hardened Privy setup (`PRIVY_AUTH_SIGNING_KEY`). This mismatch will cause failed runs or confusion in environments that generate UIs/prompts from the manifest.
Recommendation
Update `opensea-wallet/SKILL.md` env metadata to include: - TURNKEY_RPC_URL (required for Turnkey adapter) - PRIVATE_KEY, RPC_URL, WALLET_ADDRESS (for private-key adapter; clearly mark as not recommended) - PRIVY_AUTH_SIGNING_KEY (when owner-enforced auth is enabled) Set accurate `required` flags and brief obtain/usage notes.