org-logs
PassView recent script execution logs. Use when user asks to see logs or /org-logs.
(0)
0stars
0downloads
2views
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install Jack5316/Obsidian/org-logsInstall in current project:
npx skillhub install Jack5316/Obsidian/org-logs --projectSuggested path: ~/.claude/skills/org-logs/
SKILL.md Content
---
name: org-logs
description: View recent script execution logs. Use when user asks to see logs or /org-logs.
---
# Organization Logs Skill
Displays the most recent `org_skill_*.log` for debugging.
## Usage
```bash
python3 _scripts/org_skill.py --logs
```