Back to list
dhofheinz

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.

7🍴 0📅 Jan 20, 2026

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

Routing

Parse $ARGUMENTS to determine the operation:

First WordOperationDescription
fullenable.mdNo tools allowed
planenable.mdRead-only tools (Read, Glob, Grep)
researchenable.mdRead + web (WebFetch, WebSearch)
monitorenable.mdRead + Bash
offoff.mdDisable AFK mode
statusstatus.mdShow current status
reviewreview.mdReview planning session
(empty/other)enable.mdDefault 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

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon