This is OKX's live task monitoring system that uses long polling instead of cron jobs or sleep loops. It watches your user session task inbox and fires off notifications or decision requests when something changes. The documentation is very explicit about routing: when you say "monitor task progress" or "帮我盯着任务", it kicks off a single long poll call that waits for events, not a recurring check. It handles backlog drain for history too. The skill owns the watch loop itself but punts actual business actions like apply, deliver, or dispute to a separate okx-agent-task skill. Socket warns and Snyk fails on the audit front, so worth checking what those flags are about before you wire this into production.
npx -y skills add okx/onchainos-skills --skill okx-task-watch --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
binance/binance-skills-hub
binance/binance-skills-hub