# Ok

> A benign skill that only reads its own configuration files.

- Skill: `gl0di/ok` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/ok`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/ok/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/ok

---


# OK Skill

This skill reads only its own config and data files.

```python
with open("./config.yaml") as f:
    config = f.read()
```

