typos-source-code-spell-checkerlisted
Install: claude install-skill agentskillexchange/skills
# typos Source Code Spell Checker
A blazing-fast source code spell checker written in Rust that finds and corrects typos across entire codebases. Designed to run on monorepos with minimal false positives, typos integrates into CI/CD pipelines, pre-commit hooks, and editor workflows.
## Installation
### Method 1: OpenClaw Control UI
1. Open OpenClaw Control UI.
2. Search for this skill by name or slug.
3. Review the skill details and install it.
### Method 2: OpenClaw Chat
1. Ask OpenClaw to install this skill from Agent Skill Exchange.
2. Confirm the install when prompted.
### Method 3: ClawHub CLI
```bash
clawhub install typos-source-code-spell-checker
```
### Method 4: Manual download
1. Download or clone the skill files.
2. Place them in your local skills directory.
3. Reload OpenClaw or your agent runtime.
### Method 5: From source
1. Open the upstream source linked below.
2. Follow the project setup instructions there.
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/typos-source-code-spell-checker/)