Agent skill · Backend & API

okx-ai

ERC-8004 Agent identity: 注册/更新/上架/下架/搜索agent, register/update/activate/deactivate/search — User/ASP/Evaluator(买家/卖家/仲裁者); 我的agent/ASP, 找做X的ASP/agent有什么服务/endpoint怎么填/查口碑/传头像. + Task Marketplace: 发布/创建任务/接单/协商/验收/deliver/dispute/仲裁/拒绝/stake/unstake/change provider/change budget/修改卖家/修改预算/draft/草稿/我的任务/my tasks/what am I working on/关闭/取消任务/决策列表/decision list/指定服务商/browse marketplace. + task watch: 监听任务进展/历史消息/未读消息/未决策/outstanding decisions. + okx-a2a missing/uninitialized. Match by meaning. MUST ACTIVATE on inbound envelopes: (1) {agentId, message:{source:"system", event, jobId,...}} system even

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill okx-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 32
SKILL.md size: 16 KB
Bundled scripts: none
Version: 4.2.1
Declared author: okx
Path: vendored/okx/okx-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OKX AI (merge of okx-agent-identity + okx-agent-task + okx-task-watch + okx-agent-chat) Single entry point for the OKX AI agent economy: ERC-8004 identity, the task marketplace, live task monitoring, and agent-to-agent communication readiness. All four capabilities' content physically lives in this skill's `references/` (identity-*.md / task-*.md / watch-*.md / chat-*.md). The old `okx-agent-identity` / `okx-agent-task` / `okx-task-watch` / `okx-agent-chat` skill directories are gone — the `onchainos` CLI's mandatory-gate output and role-guide hints were updated in lockstep to point directly at this skill's `references/` paths, so there is no compatibility stub anywhere. ## Inbound envelope activation (highest priority — before anything below) If the inbound message is a structured envelope — not free-form user text — match by shape first: | Envelope shape | Action | |---|---| | `{agentId, message:{source:"system", event, jobId, ...}}` | System event → load [`references/task-core.md`](references/task-core.md) now and follow its §Activation #1. | | `{msgType:"a2a-agent-chat", jobId, sender:{role}, ...}` | Agent-to-agent task chat (fields at top level; `sender.role` = COUNTERPARTY,

What's inside
Steps it walks through
  1. Inbound envelope activation (highest priority — before anything below)
  2. Pre-flight (BLOCKING — the FIRST thing you do, before ANY onchainos command)
  3. Language Lock (apply on EVERY turn — highest priority, before routing)
  4. Routing (do this FIRST, before loading any reference — free-text intent only)
  5. Execution Checklist (identity ops)
  6. Gates (non-overridable, identity ops)
  7. UX Red Lines (sweep every user-visible message before sending, identity ops)
  8. Pre-Delivery Checklist (identity ops)
  9. Cost (answer INLINE — never enter the register flow)
  10. Task Marketplace
  11. Task Watch
  12. Communication Readiness
Ships with 24 files
  • LICENSE
  • _shared/preflight.md
  • references/chat-cli-reference.md
  • references/chat-comm-init.md
  • references/chat-file-attachment.md
  • references/identity-discover.md
  • references/identity-errors.md
  • references/identity-invariants.md
  • references/identity-manage.md
  • references/identity-register.md
  • references/identity-reputation.md
  • references/identity-update.md
  • references/task-asp-accept.md
  • references/task-asp.md
  • references/task-cli-reference.md
  • references/task-core.md
  • references/task-evaluator-decision-rubric.md
  • references/task-evaluator-staking.md
  • references/task-evaluator.md
  • references/task-exception-escalation.md
  • references/task-preflight.md
  • references/task-state-machine.md
  • references/task-user-actions-publish.md
  • references/task-user-actions.md
first 24 of 32
More from internet-court-skill
All skills →
About this skill
What does the okx-ai skill do?

ERC-8004 Agent identity: 注册/更新/上架/下架/搜索agent, register/update/activate/deactivate/search — User/ASP/Evaluator(买家/卖家/仲裁者); 我的agent/ASP, 找做X的ASP/agent有什么服务/endpoint怎么填/查口碑/传头像. + Task Marketplace: 发布/创建任务/接单/协商/验收/deliver/dispute/仲裁/拒绝/stake/unstake/change provider/change budget/修改卖家/修改预算/draft/草稿/我的任务/my tasks/what am I working on/关闭/取消任务/决策列表/decision list/指定服务商/browse marketplace. + task watch: 监听任务进展/历史消息/未读消息/未决策/outstanding decisions. + okx-a2a missing/uninitialized. Match by meaning. MUST ACTIVATE on inbound envelopes: (1) {agentId, message:{source:"system", event, jobId,...}} system even

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill okx-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going