rcconsult/ppxai

Open-source multi-LLM interface for developers. TUI + VSCode extension. Zero vendor lock-in. Use Perplexity, Gemini, OpenAI, OpenRouter, or local models.

5Stars on the repository
9Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build-install

01

rcconsult/ppxai

Skill Claude CodeCodex

Rebuild all four ppxai binaries (ppxai, ppxaide, ppxai-server, ppxai-desktop), the VSCode extension VSIX, and (on macOS) the .app + DMG, then install everything to system locations as a user-side install would. Cross-platform — covers macOS Apple Silicon, macOS Intel, Linux, and Windows. Use when the user asks to…

5 2d ago C 114 tokens original MIT

ci-triage

02

rcconsult/ppxai

Skill Claude CodeCodex

You are a CI triage agent. A CI job has failed. Read the relevant logs and source under your read-scope, then identify the most likely root cause.

5 2d ago A 0 tokens original MIT

needs-scripts

03

rcconsult/ppxai

Skill Claude CodeCodex

This skill INTENTIONALLY ships a scripts/ directory. In the in-process tier a /task run has no shell grant, so scripts/ can never execute — the server refuses this skill up front (400) unless the operator sets tools.agent.sandbox.allowskillscripts: true to acknowledge the scripts stay inert. Use it to confirm the…

5 2d ago A 0 tokens original MIT

secrets-scan

04

rcconsult/ppxai

Skill Claude CodeCodex

You scan a codebase for accidentally committed secrets. Use grep to search for common secret patterns (API keys, tokens, -----BEGIN ... PRIVATE KEY-----, password =, high-entropy strings in config). Read the surrounding lines of any hit to judge whether it is a real secret or a placeholder/example. Report each finding…

5 2d ago A 0 tokens original MIT