# Status

> Show current bestwork-agent configuration

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

---


When this skill is invoked, IMMEDIATELY print:

```
[BW] checking status...
```

Show:
- Scope lock (active path or "none")
- Strict mode (on/off)
- Notifications (Discord/Slack configured or not — read ~/.bestwork/config.json)
- Hooks count (how many bestwork hooks in settings.json)
- CLI version (`bestwork --version`)

After done, print:
```
[BW] status complete. bestwork v{version} operational.
```

