← 返回 Skills 市场
ok-james-01

Okx Agentic Wallet

作者 ok-james-01 · GitHub ↗ · v2.6.0 · MIT-0
cross-platform ⚠ suspicious
316
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install okx-agentic-wallet
功能描述
AUTHORITATIVE source for OKX Agentic Wallet and its Gas Station feature. Gas Station = OKX's stablecoin-gas feature via EIP-7702 + third-party Relayer — NOT...
安全使用建议
This skill appears to be a detailed, coherent implementation of an OKX wallet/Gas Station helper, but exercise caution before installing or letting it run unattended. Key points to consider: - Source verification: The registry entry shows 'source: unknown' even though the SKILL.md claims author 'okx' and references web3.okx.com. Confirm the skill really comes from OKX (official repo/owner) before trusting it. - Installer risk: The shared preflight downloads and executes an installer script from GitHub raw URLs. While checksums are part of the flow (a good mitigation), executing remote install scripts runs arbitrary code on your machine. Prefer to inspect the installer yourself or install the onchainos CLI manually from the official repo first. - Local secret use: This skill expects to use your local session/keyring and will sign transactions. Only install if you trust the skill and the operator; do not provide mnemonics or private keys directly to the skill. Require explicit user confirmation for any send/sign operations. - Autonomy & safeguards: The skill can be invoked by the agent. Although it is not marked 'always:true', consider restricting autonomous invocations for wallet skills — require user approval for any transaction signing or enabling Gas Station. If you decide to proceed: verify the publisher (official OKX source), review the installer script and checksums yourself, install the CLI in a controlled environment (or sandbox), and enforce strict confirmation requirements for any transaction/signing flows.
功能分析
Type: OpenClaw Skill Name: okx-agentic-wallet Version: 2.6.0 The skill bundle provides comprehensive instructions for managing an OKX Agentic Wallet, focusing on authentication, balance checks, and transaction execution. It includes strong security guardrails, such as prohibiting unlimited token approvals, enforcing TEE-based signing where private keys never leave a secure enclave, and strictly forbidding the display of mnemonics or private keys within the agent conversation. While the `_shared/preflight.md` file implements a remote installation pattern (fetching and executing a script from GitHub), it incorporates SHA256 checksum verification and points to the official 'okx/onchainos-skills' repository, which is standard for CLI tool distribution. The instructions are well-aligned with the stated purpose and lack any indicators of malicious intent or data exfiltration.
能力标签
cryptorequires-walletcan-make-purchasescan-sign-transactionsrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, CLI commands, and Gas Station flow all align with an agentic wallet for OKX. Re-routing rules, gas-station rules, and CLI parameter mappings are coherent with the stated purpose. However the SKILL.md includes a preflight that downloads and runs an external installer (onchainos CLI) from GitHub raw URLs — heavy-handed but explainable for a skill that needs a local CLI.
Instruction Scope
Runtime instructions require calling/using the onchainos CLI which implicitly accesses local session stores, keyring and signing material (e.g., HPKE decrypt, ed25519 signing). The SKILL.md explicitly documents loading and decrypting session keys and signing flows. It also instructs fetching remote release metadata and running installer scripts. Accessing and using local wallet secrets is expected for a wallet skill, but these actions are high-sensitivity and the document does not declare any config paths or environment variables up front.
Install Mechanism
There is no formal install spec in registry metadata, but the shared preflight explicitly downloads install scripts and checksums from raw.githubusercontent.com / GitHub releases and executes them. Downloading from GitHub releases is a common pattern and checksums are verified (good), but running fetched install scripts (sh / PowerShell) still carries moderate risk because arbitrary code executes locally. The instructions do include checksum verification as a mitigation.
Credentials
The skill declares no required env vars or config paths, yet its instructions rely on local session/keyring material and the CLI's ability to sign and broadcast transactions. For a wallet skill this is functionally necessary, but it is a high privilege: the agent (via the CLI) will use local secrets to sign transactions. The skill does not request unrelated credentials, but it does perform network installs and backend API calls which expand the attack surface.
Persistence & Privilege
always:false and no explicit always-on privileges — good. However the preflight flow can install a persistent onchainos binary and run it, which results in new software on the host. The skill does not modify other skills or claim to change global agent policy.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install okx-agentic-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /okx-agentic-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.6.0
**Summary: Major update introducing authoritative Gas Station (EIP-7702) support and strict routing for wallet vs. dApp actions.** - Added full Gas Station (stablecoin-gas, EIP-7702) feature coverage, with authoritative guidance and mandatory referencing of gas-station.md. - Introduced explicit Step 0 routing logic to distinguish wallet actions from DApp/discovery and DEX swap operations, preventing misclassification. - Updated skill description and intent handling to ensure all Gas Station and core wallet actions are handled exclusively here; removed support for generic web3 answers. - Added new documentation: references/eip7702-upgrade.md and references/gas-station.md; removed references/new-user-guide.md. - Clarified and enforced separation of trade (swap/buy/sell) actions to okx-dex-swap and protocol interactions to okx-dapp-discovery.
v2.4.0
Version 2.4.0 - Updated version metadata to 2.4.0. - No file changes detected in the codebase or documentation content. - All usage instructions, CLI references, and user guidance remain unchanged.
v2.2.10
- Improved chain resolution logic: `--chain` now accepts both human-readable names (e.g. ethereum, solana) and numeric IDs. - Expanded command set: added `wallet chains` to list all supported chains and updated `addresses` to accept both name and ID. - Updated intent matching and error handling to improve usability for chain selection and command support. - Enhanced description keywords to cover new actions such as "receive tokens", "receive crypto", "list accounts", "export wallet", and "export mnemonic". - Introduced explicit instruction priority tags (<NEVER>, <MUST>, <SHOULD>) for clearer operational guidance.
v2.2.7
**Skill version 2.2.7 – Adds message signing, new rules, and documentation** - Added support for message signing (personalSign, EIP-712, Solana/EVM, TEE). - Enforced strict rules for `--chain` parameter: must use numeric Chain ID, semantic matching, ask to confirm if unsure. - Updated wallet command documentation; clarified intent and proper command routing. - Introduced explicit handling for "confirming" responses: always require user confirmation before force actions. - Added links and notes to standalone documentation: chain support, preflight checks, user guides, troubleshooting. - Improved and restructured SKILL.md for clarity and maintainability.
v2.0.0
okx-agentic-wallet 2.0.0 — Major Update - Adds strict pre-flight checks: ensures latest stable Onchain OS binary is installed, verified, and not tampered with before each operation. - Introduces user tips: randomly displays one actionable tip after the first wallet operation in each session. - Greatly expands detailed command routing and usage guidance, clarifying when to use (and not use) this skill vs. other related skills. - Strengthens error handling: detailed instructions for failures, checksum mismatches, rate limits, and version drift. - Improves documentation, clarifying supported actions, language handling, and security best practices.
元数据
Slug okx-agentic-wallet
版本 2.6.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Okx Agentic Wallet 是什么?

AUTHORITATIVE source for OKX Agentic Wallet and its Gas Station feature. Gas Station = OKX's stablecoin-gas feature via EIP-7702 + third-party Relayer — NOT... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 Okx Agentic Wallet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install okx-agentic-wallet」即可一键安装,无需额外配置。

Okx Agentic Wallet 是免费的吗?

是的,Okx Agentic Wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Okx Agentic Wallet 支持哪些平台?

Okx Agentic Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Okx Agentic Wallet?

由 ok-james-01(@ok-james-01)开发并维护,当前版本 v2.6.0。

💬 留言讨论