Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 969 Bytes

File metadata and controls

28 lines (20 loc) · 969 Bytes

Example plugins

Install any of these with:

/plugin-install docs/examples/plugins/<name> workspace

or globally:

/plugin-install docs/examples/plugins/<name> global

Then /plugin-reload after edits. Make scripts executable (chmod +x).

Plugin What it shows
path-guard pre_write deny for .env / keys
hello-command /hello slash command + notify / status
sqlite-memory memory_provider backed by SQLite
sandbox-deny-env bash tool override that blocks secret-touching commands
grok-oauth Plugin-declared OAuth provider (template; fill in client id)

For a working ChatGPT Plus/Pro (Codex) subscription plugin, see https://github.com/karutoil/catcode-chatgpt-provider (install with /plugin-install https://github.com/karutoil/catcode-chatgpt-provider).

Also see the bundled telemetry and vision-handoff plugins under .catalyst-code/plugins/.