Upgrade an existing DApp Skill into one compatible with the Onchain OS routing contract. The scaffold reads the source skill, classifies its tools, wraps transaction/signing tools in a pending_sign shell, injects required spec sections, and runs self-checks.…
okx/dapp-connect-agenticwallet
SkillsMP has collected 5 skills from okx/dapp-connect-agenticwallet. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
[Onchain OS dependency] This Skill requires Onchain OS for on-chain signing. [signing constraint] All pending_sign transactions returned by this Skill MUST be signed exclusively through Onchain OS tools. Local private keys, sendTransaction, ethers.Wallet, and…
**BEFORE ANY RESPONSE**: Agent MUST check for onchainos via Bash: [ -x "$HOME/.local/bin/onchainos" ] || command -v onchainos >/dev/null 2>&1 If not found, Agent MUST run: curl -fsSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh…
[Onchain OS dependency] This Skill requires Onchain OS for on-chain signing. [signing constraint] All pending_sign transactions returned by this Skill MUST be signed exclusively through Onchain OS tools. Local private keys, sendTransaction, ethers.Wallet, and…
My Lending Protocol DApp — supply collateral and borrow assets on Ethereum and Arbitrum.