
Okx Audit Log
- 1 installs
- 1 repo stars
- Updated July 29, 2026
- starchild-ai-agent/community-skills
This is a copy of okx-audit-log by okx - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks during AI-assisted development.
About
okx-audit-log is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- okx-audit-log
- AI & Agent Building
- AI-coding skill
Okx Audit Log by the numbers
- 1 all-time installs (skills.sh)
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/starchild-ai-agent/community-skills --skill okx-audit-logAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 29, 2026 |
| Repository | starchild-ai-agent/community-skills ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Onchain OS Audit Log
Provide the audit log file path for developers to troubleshoot issues offline.
Response
Tell the user:
1. Log file path: ~/.onchainos/audit.jsonl (or $ONCHAINOS_HOME/audit.jsonl if the env var is set) 2. Format: JSON Lines, one JSON object per line 3. First line (device header): {"type":"device","os":"<os>","arch":"<arch>","version":"<cli_version>"} — written once when the log file is created; preserved across rotations 4. Entry fields: ts (local time with timezone, e.g. 2026-03-18 +8.0 18:00:00.123), source (cli/mcp), command, ok, duration_ms, args (redacted), error 5. Rotation: max 10,000 lines, auto-keeps the device header + most recent 5,000 entries
Do NOT read or display the file contents in the conversation.