okx-audit-log

Locate and interpret Onchain OS audit logs in JSON Lines format.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/yikedu7/pawclaw --skill okx-audit-log-yikedu7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-audit-log
Source: https://github.com/yikedu7/pawclaw/tree/main/packages/backend/src/runtime/okx-skills/okx-audit-log
Command: npx skills add https://github.com/yikedu7/pawclaw --skill okx-audit-log-yikedu7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Onchain OS Audit Log skill helps developers locate the audit log file and understand its format to troubleshoot issues offline.

Core Features & Use Cases

  • Log path discovery: Identify where the audit log is stored and how to access it across environments.
  • Format guidance: Understand the JSON Lines structure and the device header used for integrity.
  • Use Case: When debugging wallet or command issues, export and inspect log entries to trace actions.

Quick Start

Ask for the Onchain OS audit log path and a sample log entry for troubleshooting.

Frequently Asked Questions about okx-audit-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the Onchain OS audit log file path for troubleshooting?

Locating the Onchain OS audit log path requires identifying the standard storage directory across development and production environments. This enables you to access and export logs for offline debugging and compliance investigations.

What format are Onchain OS audit logs stored in?

Onchain OS audit logs use a JSON Lines format featuring a device header for integrity. Understanding this structure and its clear entry fields is essential for correctly interpreting command histories during troubleshooting.

How do I export and inspect command history logs for debugging?

Exporting command history logs involves accessing the standard log path and reviewing the JSON Lines entries. This process helps trace specific actions to resolve command issues during development and production troubleshooting.

Does the Onchain OS audit log support log rotation in production environments?

Yes, the Onchain OS audit log supports log rotation in production environments. You can inspect log rotation configurations to manage file sizes and ensure continuous recording during extended troubleshooting sessions.

Can I use Onchain OS audit logs to investigate wallet operations?

Onchain OS audit logs support offline troubleshooting by tracing command histories, but the skill explicitly stays away from executing or interacting directly with wallet or on-chain operations.

What is the purpose of the device header in the audit log?

The device header in the audit log provides integrity verification for the JSON Lines entries. It ensures that command history data remains secure and unaltered during compliance investigations and debugging.