AI AGENT ADDONS
Debugging
6,512installs

Developers can find the audit log file at ~/.onchainos/audit.jsonl or the path set by $ONCHAINOS_HOME. This file helps troubleshoot issues offline. It uses JSON Lines format with one JSON object per line.

The first line is a device header that records the operating system, architecture, and version. Each entry includes fields like timestamp, source, command, and duration. The log file holds up to 10,000 lines and keeps the header plus the most recent 5,000 entries.

Do not read or display the file contents in the conversation. Just provide the path and format information.

Add Okx Audit Log skill to your workflow

Global

mkdir -p ~/.claude/skills/okx-audit-log

Project

mkdir -p .claude/skills/okx-audit-log

Source Repository

Stars
292
Forks
56
Watchers
292
Last Push
25 days ago
Created
4 months ago