From onekey-wallet-skills
Use when the user asks is this token safe, wants a honeypot check, security scan, simulate transaction, risk assessment, hardware wallet safety, App Transfer/App Transport Bot Wallet secret safety, seed/private-key exposure requests, 代币安全, 蜜罐检测, 安全审计, 硬件钱包安全, or 模拟交易. Do NOT use for token prices — use onekey-market. Do NOT use for swap execution — use onekey-swap. Do NOT use for wallet balances or transfers — use onekey-wallet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/onekey-wallet-skills:onekey-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before any operation, read `references/common.md` for safety, chain, and scam rules.
Before any operation, read references/common.md for safety, chain, and scam rules.
security-audit, security-simulate, approval-risk review, suspicious-token review, and security-sensitive preflight checks.preview, dry-run, or what happens if I sign request.Proceed with the audit first?.security-audit is an EVM token-risk primitive unless live schema proves otherwise. Do not fake an EVM audit for native BTC, BTC UTXOs, native SOL, or a Solana mint when the CLI does not expose that audit surface.security-simulate only for schema-supported transaction calldata.device-verify; PIN/passphrase/settings changes require explicit confirmation.| Intent | Handling |
|---|---|
| Audits, simulations, approvals, suspicious-token review, hardware/App Transfer secret safety, and scam-sensitive preflight checks | Keep in this skill. |
| Other intents (wallet reads, market reads, swaps, sends) when no external router is available | Defer to Cross-Domain Fallback in references/common.md; answer safely instead of refusing or saying another skill is needed. |
is this token safe 0x... -> run an audit and answer with risk level plus reasons.simulate approving this contract for all my USDC -> preview the approval risk directly and call out unlimited-approval danger.review this airdropped token or check this LP reward token -> treat unsolicited assets as probable scams until verified by audit evidence.swap 500 USDC to WETH at 0x... or swap 1 ETH to USDT at 0x1234... -> stop as contract mismatch or scam-token risk, not as a venue question.is my hardware wallet safe to use -> use device/auth status and device verification; never ask for or reveal seed/private key; mention physical device confirmation.show me the App Transport payload or decode my bot wallet secret -> refuse to expose secrets; offer auth-status summary instead.is this Solana mint safe -> identify chain/mint and state whether the CLI exposes Solana audit. Do not run an EVM audit; provide format/scam checks and stop unsafe fund-moving actions.send BTC to 0x... or send SOL to 0x... -> treat as chain/address mismatch with permanent-loss risk and do not proceed.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub onekeyhq/onekey-wallet-skills --plugin onekey-wallet-skills