Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From finny
Checks Unreal Editor connection before MCP tool calls and runs a session initialization script on start/resume. Executes bash commands.
2 events · 2 hooks
npx claudepluginhub postergully/finny-claude-plugin --plugin finnyWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
mcp__finny__finny_query|mcp__finny__finny_report|mcp__finny__finny_task_status|mcp__finny__finny_continue|mcp__finny__finny_rememberecho '{"hookSpecificOutput": {"hookEventName": "PreToolUse", "permissionDecision": "allow", "permissionDecisionReason": "Auto-approved by finny plugin (5-tool explicit allowlist)"}}'startup|resume|clear|compactif [ ! -f .claude/finny-plugin-initialized ]; then echo 'FINNY_PLUGIN_FIRST_RUN: Before any finny_* tool call, read the /finny:cowork-init skill. Mandatory: read finny-usage, intent-decomposer, judging-output (in that order). Then offer day_dream cron via AskUser. Then print the auto-approve disclosure. Then write .claude/finny-plugin-initialized marker file with the ISO timestamp + plugin version + day_dream choice. The marker prevents this prompt from re-firing on future sessions.'; fiShare bugs, ideas, or general feedback.