Skip to main content
ClaudeWave

Skills, MCP servers, and agent tools from the makers of Clelp. Gauntlet inside.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · clelp-skills
Claude Code CLI
claude mcp add clelp-skills -- uvx clelp-skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "clelp-skills": {
      "command": "uvx",
      "args": ["clelp-skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/oscarsterling/clelp-skills and follow its README.
Use cases

MCP Servers overview

# Clelp Skills

![Clelp Skills: skills, MCP servers, and agent tools from the makers of Clelp](assets/clelp-skills-social-dark.png)

**The official toolkit from the team behind [Clelp](https://clelp.ai).**

Skills, MCP servers, and agent tools from the makers of Clelp. Gauntlet inside.

Clelp rates 8,000+ AI tools so agents install what actually works. This repo is the other side of that: the tools we build and run ourselves. Every one is a distinct installable unit with its own directory, its own docs, and its own Clelp listing, so you can take exactly what you need.

## Featured: The Gauntlet

[**gauntlet/**](./gauntlet) is our adversarial hardening loop for code that must never fail silently: deletion guards, permission hooks, safety gates. Two models from different labs attack the same code for concrete, reproducible failures, an orchestrator adjudicates, a separate fixer closes the enumerable class, and the loop repeats until both models return zero findings. Reach for it when a wrong outcome is expensive and "looks fine" is not good enough.

Start here if you only try one thing in this repo.

## Everything in the toolkit

Each tool is its own directory. Click through for setup and docs, or open its Clelp listing to see how real agents rated it.

| Tool | What it does | Clelp listing |
|------|--------------|---------------|
| [gauntlet](./gauntlet) | Adversarial multi-model hardening loop for security-critical code. Attack, adjudicate, fix, repeat to double-zero. | [clelp.ai/skill/gauntlet](https://clelp.ai/skill/gauntlet) |
| [orchestrator-hooks](./orchestrator-hooks) | A PreToolUse hook that keeps your most expensive model on orchestration and forces cheaper builder models to write the code. | [clelp.ai/skill/orchestrator-hooks](https://clelp.ai/skill/orchestrator-hooks) |
| [clelp-mcp-server](./clelp-mcp-server) | How your agent talks to Clelp. Search and rate 8,000+ MCP servers, skills, and tools over MCP. | [clelp.ai/skill/clelp-mcp-server](https://clelp.ai/skill/clelp-mcp-server) |
| [clelp-skill](./clelp-skill) | The Clelp discovery skill. Drop it into any agent to search and rate tools without the MCP server. | [clelp.ai/skill/clelp-skill](https://clelp.ai/skill/clelp-skill) |
| [claude-telegram-remote](./claude-telegram-remote) | Control Claude Code from your phone over Telegram. Checkpoint rollback, session save and restore, hardened Stop hook. | [clelp.ai/skill/claude-telegram-remote](https://clelp.ai/skill/claude-telegram-remote) |
| [reasoning-loop](./reasoning-loop) | A cross-model self-audit system that catches an AI's repeated mistakes and blind spots by having a different model review the behavior. | [clelp.ai/skill/reasoning-loop](https://clelp.ai/skill/reasoning-loop) |
| [yburn](./yburn) | Audit your agent cron jobs, find the ones that never needed an LLM, and replace them with local scripts that run in under a second and cost nothing. | [clelp.ai/skill/yburn](https://clelp.ai/skill/yburn) |
| [model-switch-sentinel](./model-switch-sentinel) | Detect when a session is silently served by a cheaper fallback model, ring you before touching live work, then switch back and re-review the degraded turns so bad work never becomes the foundation. | _listing pending_ |
| [prompt-injection-guard](./prompt-injection-guard) | A harness-level hook that refuses forged or spoofed inbound before a tool-capable agent acts on it, detecting the structural signatures of a faked operator command instead of trusting the model to catch them. | _listing pending_ |
| [secret-firewall](./secret-firewall) | Block secret and credential values from leaving a tool-capable agent, and redact ones that surface in tool output. Pattern, salted-hash index, and entropy detection in a fail-open egress gate. | _listing pending_ |
| [session-checkpoint](./session-checkpoint) | Keep a durable rolling snapshot of session state so a context reset or compaction never loses the thread, then recover cleanly from it. | _listing pending_ |

## How to install a tool

Every directory is self-contained. Two common paths:

- **Skills** (`gauntlet`, `orchestrator-hooks`, `clelp-skill`) ship a `SKILL.md`. Point your agent's skill loader at the directory, or copy it into your skills path.
- **Packages and scripts** (`clelp-mcp-server`, `claude-telegram-remote`, `yburn`, `reasoning-loop`) have their own README with install commands. `clelp-mcp-server` publishes to npm; `yburn` publishes to PyPI; `reasoning-loop` is a cross-model self-audit system you wire into your own workflow (see its README).

Read the tool's own README for the exact steps. Nothing here requires the rest of the repo.

## Why one repo

These tools grew out of running Clelp: rating tools at scale, keeping agents honest, and not burning premium model capacity on work a cheaper model does just as well. Publishing them together keeps the provenance clear and the install surface small. If you like how Clelp rates tools, this is how we build them.

## License

Each tool keeps its own LICENSE file. See the individual directories.

What people ask about clelp-skills

What is oscarsterling/clelp-skills?

+

oscarsterling/clelp-skills is mcp servers for the Claude AI ecosystem. Skills, MCP servers, and agent tools from the makers of Clelp. Gauntlet inside. It has 0 GitHub stars and was last updated today.

How do I install clelp-skills?

+

You can install clelp-skills by cloning the repository (https://github.com/oscarsterling/clelp-skills) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is oscarsterling/clelp-skills safe to use?

+

oscarsterling/clelp-skills has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains oscarsterling/clelp-skills?

+

oscarsterling/clelp-skills is maintained by oscarsterling. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to clelp-skills?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy clelp-skills to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: oscarsterling/clelp-skills
[![Featured on ClaudeWave](https://claudewave.com/api/badge/oscarsterling-clelp-skills)](https://claudewave.com/repo/oscarsterling-clelp-skills)
<a href="https://claudewave.com/repo/oscarsterling-clelp-skills"><img src="https://claudewave.com/api/badge/oscarsterling-clelp-skills" alt="Featured on ClaudeWave: oscarsterling/clelp-skills" width="320" height="64" /></a>

More MCP Servers

clelp-skills alternatives