A comprehensive AI programming assistant designed to analyze, debug, optimize, and document your source code across multiple languages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-assistant
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-assistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Assistant is a powerful specialized programming tool within the Openclaw Skills ecosystem. It goes beyond simple code generation by providing deep static analysis, identifying performance bottlenecks, and suggesting structural refactorings. Whether you are dealing with legacy JavaScript or modern Rust, this skill helps maintain high-quality standards by detecting security vulnerabilities like SQL injection and logic errors like race conditions.
It serves as a tireless pair programmer that automates the tedious parts of development, from generating docstrings to creating unit tests. Using Openclaw Skills like this ensures your projects stay clean, efficient, and well-documented without the manual overhead. The assistant is designed to integrate seamlessly into existing developer workflows, providing actionable insights directly in the terminal or IDE.
To begin using this skill within your environment, ensure your configuration variables are set in your shell or environment file.
# Set default coding style (e.g., auto, pep8, standard)
export CODE_DEFAULT_STYLE="auto"
# Set complexity threshold for warnings
export CODE_MAX_COMPLEXITY=15
# Configure paths to ignore during analysis
export CODE_IGNORE_PATTERNS="node_modules,dist,build"
Once configured, you can start analyzing your project immediately:
code analyze src/
The Code Assistant organizes its analysis and outputs using structured reports and metadata. It tracks the following technical specifications:
| Feature | Data Handled | Output Format |
|---|---|---|
| Metrics | Lines of code, Function count, Complexity | Markdown Table / Console |
| Bugs | File path, line number, issue description | Code Snippets with fixes |
| Documentation | Docstrings, README, Changelog | Markdown files (.md) |
| Tests | Unit tests, Edge cases | Language-specific test files |
| Configuration | Environment variables, Ignore patterns | JSON / String Schema |
Loading
A centralized gateway to connect, manage, and automate interactions with any external REST or GraphQL API service.

A 24/7 digital mentor designed to help you set goals, receive feedback, and stay motivated through structured daily and weekly reflections.

A personalized AI-driven coaching assistant that helps users define goals, track progress, and maintain motivation through structured check-ins.

A professional tool for integrating the 1Password CLI into automated workflows for secure secret retrieval and environment injection.

A high-performance execution environment that allows AI agents to write and run code on the fly to solve any computational or system task.

An advanced intelligence pipeline that synthesizes raw multi-source data into authoritative, high-density geopolitical briefings.








































