
afk
by dhofheinz
OpenPlugins is a AI-curated marketplace of high-quality, open-source plugins for Claude Code. Our mission is to foster a vibrant ecosystem of productivity tools, development utilities, and specialized agents that extend Claude Code's capabilities.
SKILL.md
name: afk description: AFK (Away From Keyboard) mode - enable tiered modes, check status, review sessions. Use /afk [operation] where operation is full|plan|research|monitor|off|status|review allowed-tools: Read, Bash
AFK Mode Skill
Manage AFK (Away From Keyboard) mode with tiered tool access and session tracking.
Operations
- Enable AFK mode - Activate AFK with tiered tool access (full/plan/research/monitor)
- Disable AFK mode - Turn off AFK and resume normal operation
- Check status - View current AFK status and statistics
- Review session - Review planning documents and blocked actions
Routing
Parse $ARGUMENTS to determine the operation:
| First Word | Operation | Description |
|---|---|---|
full | enable.md | No tools allowed |
plan | enable.md | Read-only tools (Read, Glob, Grep) |
research | enable.md | Read + web (WebFetch, WebSearch) |
monitor | enable.md | Read + Bash |
off | off.md | Disable AFK mode |
status | status.md | Show current status |
review | review.md | Review planning session |
| (empty/other) | enable.md | Default to full mode |
Usage Examples
/afk → full mode, default message
/afk full "In a meeting" → full mode, custom message
/afk plan "Explore codebase" → plan mode (read-only)
/afk research → research mode (read + web)
/afk off → disable
/afk status → check status
/afk review → review current/last session
/afk review 20240115_103000 → review specific session
State Management
All state operations use the script at scripts/state.sh:
"${CLAUDE_PLUGIN_ROOT}/skills/afk/scripts/state.sh" <command> [args]
Commands: enable, disable, is-enabled, get-state, get-mode, get-message, get-allowed, is-allowed, get-plan-path, get-log-path
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon