Stats
Actions
Tags
From ollama
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
python3 -c "import json,os; cfg=os.environ.get('CLAUDE_CONFIG_DIR',os.path.expanduser('~/.claude')); entries=json.load(open(os.path.join(cfg,'plugins','installed_plugins.json'))).get('plugins',{}).get('ollama@danielstewart77',[]); exec(open(os.path.join(entries[0]['installPath'],'hooks','sync_skills.py')).read()) if entries else None"npx claudepluginhub danielstewart77/ollama-claude-plugin --plugin ollama