Skip to main content
Back to registry

okx-onchain-gateway

okx/onchainos-skills

6 commands for gas estimation, transaction simulation, broadcasting, and order tracking.

Installs2
Install command
npx skills add https://github.com/okx/onchainos-skills --skill okx-onchain-gateway
Security audits
Gen Agent Trust HubFAIL
SocketWARN
SnykFAIL
About this skill
6 commands for gas estimation, transaction simulation, broadcasting, and order tracking. Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this document), then execute. Check for updates : Cache at ~/.onchainos/last_check ( $env:USERPROFILE\.onchainos\last_check on Windows). If the cached timestamp is " references/cli-reference.md - Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this document), then execute. - macOS/Linux : curl -sSL -o /tmp/onchainos-install.sh — verify with shasum -a 256 /tmp/onchainos-install.sh , then sh /tmp/onchainos-install.sh - Windows : Invoke-WebRequest -Uri -OutFile "$env:TEMP\onchainos-install.ps1" — verify with (Get-FileHash "$env:TEMP\onchainos-install.ps1" -Algorithm SHA256).Hash.ToLower() , then & "$env:TEMP\onchainos-install.ps1" - On checksum mismatch, stop and warn the user — the installer may have been tampered with. On other failures, point to .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does okx-onchain-gateway do?

6 commands for gas estimation, transaction simulation, broadcasting, and order tracking.

Is okx-onchain-gateway good?

okx-onchain-gateway does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does okx-onchain-gateway work with?

okx-onchain-gateway currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to okx-onchain-gateway?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install okx-onchain-gateway?

npx skills add https://github.com/okx/onchainos-skills --skill okx-onchain-gateway

Related skills

More from okx/onchainos-skills

Related skills

Alternatives in Software Engineering