Skip to content

GoPlausible/codex-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

GoPlausible Codex Plugins

Marketplace for GoPlausible Codex plugins.

Plugin Version What it does
regent 1.0.0 Regent — pair Codex with an Regent wallet (e.g. Regent) for two-way chat, cryptographic signing, remote approvals, and x402 payments. Keys stay in the wallet.
algorand 1.0.0 Algorand — 122 MCP tools (wallet, transactions, smart contracts, DEX, NFDs, prediction markets) plus 9 expert skills for AlgoKit, Algorand TypeScript/Python, and x402 development.

Add the marketplace (once)

codex plugin marketplace add https://github.com/GoPlausible/codex-plugins.git

Then restart Codex and open /plugins — select GoPlausible and install what you need. Or install from the CLI:

codex plugin add regent@goplausible
codex plugin add algorand@goplausible

Start a new thread after installing, and verify the MCP servers with /mcp — you should see regent-channel and/or algorand-mcp.

Skip per-tool approval prompts (optional)

Codex adds the plugin enable blocks during install. To let each plugin's MCP server run without asking for approval on every tool call, add the matching block(s) to ~/.codex/config.toml:

[plugins."regent@goplausible".mcp_servers."regent-channel"]
enabled = true
default_tools_approval_mode = "approve"

[plugins."algorand@goplausible".mcp_servers."algorand-mcp"]
enabled = true
default_tools_approval_mode = "approve"

For Regent, wallet signatures, x402 payments, and passkey approvals still require explicit approval in Regent — this setting only silences Codex's local tool-call prompts.

Try them

Pair my Regent wallet.
Check the Algorand testnet node status.

Typing $ in the composer lists the installed skills (Regent usage, AlgoKit, Algorand TypeScript/Python, x402 payments, and more).

Update

codex plugin marketplace upgrade goplausible
codex plugin add regent@goplausible
codex plugin add algorand@goplausible

Start a new thread after updating so Codex picks up the new versions.

How they run

Both plugins launch their MCP servers via npx from published npm packages: @goplausible/regent-plugin-codex and @goplausible/algorand-mcp.

Links

About

GoPlausible plugins for codex

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors