Help us improve
Share bugs, ideas, or general feedback.
From onchainos-skills
Provides the audit log file path and format details for Onchain OS (OKX). Useful for exporting logs, viewing command history, or troubleshooting offline.
npx claudepluginhub okx/onchainos-skills --plugin onchainos-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/onchainos-skills:okx-audit-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide the audit log file path for developers to troubleshoot issues offline.
Use the Alchemy CLI for live blockchain queries, token/NFT lookups, transaction simulation, webhook management, and Alchemy app admin. Ideal for agent-driven automation, not production code.
Performs OKX Agentic Wallet operations: auth, balance, transfers, contract calls, history, and Gas Station management on Solana.
Displays audit logs for Claude Code components (skills, commands, agents, hooks) from .claude/audit/ to monitor health, identify stale items, and track coverage.
Share bugs, ideas, or general feedback.
Provide the audit log file path for developers to troubleshoot issues offline.
Tell the user:
~/.onchainos/audit.jsonl (or $ONCHAINOS_HOME/audit.jsonl if the env var is set){"type":"device","os":"<os>","arch":"<arch>","version":"<cli_version>"} — written once when the log file is created; preserved across rotationsts (local time with timezone, e.g. 2026-03-18 +8.0 18:00:00.123), source (cli/mcp), command, ok, duration_ms, args (redacted), errorDo NOT read or display the file contents in the conversation.