org-logs

Pass

View recent script execution logs. Use when user asks to see logs or /org-logs.

@Jack5316
MIT2/22/2026
(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-logs

Install in current project:

npx skillhub install Jack5316/Obsidian/org-logs --project

Suggested 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
```