6
Published Tools
0
Total Stars
5,464
Weekly Downloads
1
GitHub Followers
2
Public Repos
Published Tools
3 MCP Servers3 Skillsacross 2 categories@moxxy/plugin-provider-anthropic
Michal Makowski
Anthropic (Claude) LLMProvider plugin for moxxy. Streams the Messages API with tool use + adaptive thinking; translates moxxy ProviderRequest/Event ↔ the Anthropic wire shape. Register it into an @moxxy/core Session to route turns to Claude models.
...more@moxxy/plugin-provider-openai
Michal Makowski
OpenAI (and OpenAI-compatible: z.ai, xAI, Google, Ollama/local) LLMProvider plugin for moxxy. Streams Chat Completions with tool_calls; translates moxxy ProviderRequest/Event ↔ the OpenAI wire shape. Register it into an @moxxy/core Session to route turns
...more@moxxy/plugin-provider-claude-code
Michal Makowski
Claude subscription (Pro/Max) LLMProvider plugin for moxxy. Talks to the standard Anthropic Messages API using a Claude Code OAuth token from `claude setup-token` or an in-app sign-in.
...more@moxxy/plugin-provider-openai-codex
Michal Makowski
OpenAI Codex (ChatGPT Pro/Plus OAuth) LLMProvider plugin for moxxy. Streams against https://chatgpt.com/backend-api/codex/responses using PKCE-based OAuth tokens.
...more@moxxy/plugin-mcp
Michal Makowski
MCP (Model Context Protocol) client plugin for moxxy — connect to MCP servers and surface their tools.
@moxxy/plugin-tts-openai
Michal Makowski
OpenAI text-to-speech Synthesizer for moxxy. Text → spoken audio bytes via POST /v1/audio/speech. Plugs into the session's SynthesizerRegistry; read-aloud surfaces (desktop 'Read aloud', a voice channel) consume it transparently. The first shipped Synthes
...more