An automated CLI connector to securely access the Codacy API, retrieve static code analysis patterns, and check repository health without locally exposing credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-codacy
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 oo-codacy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Codacy integration skill allows developers, continuous integration workflows, and AI agents to monitor code quality and review system compliance programmatically. By interacting with codacy.com services via the OOMOL command-line interface, this skill ensures that delicate credentials are never managed client-side. Instead, tokens are injected securely on the server-side, providing an abstraction that simplifies agent interactions.
Using this skill inside the Openclaw Skills ecosystem ensures consistent, secure execution. Developers can easily check code pattern metrics, query organizational profiles across Git providers, and retrieve continuous validation analysis details directly into automated scripts.
Ensure that the OOMOL CLI is installed and configured on your machine before running commands.
For macOS / Linux environments:
curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell environments:
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=codacy.Every request is validated against dynamic, action-specific schemas. You can inspect any schema configuration dynamically using the CLI command:
oo connector schema "codacy" --action "<action_name>"
| Action Name | Description | Safety Level |
|---|---|---|
get_current_user |
Fetch the Codacy profile linked to the API token | Read-only (Safe) |
get_repository_analysis |
Retrieve summary reports of a repo analysis | Read-only (Safe) |
get_tool_pattern |
Fetch a pattern schema for a tool | Read-only (Safe) |
list_languages |
Fetch supported programming languages | Read-only (Safe) |
list_repository_analyses |
Fetch historical summaries for a Git provider org | Read-only (Safe) |
list_tool_patterns |
List tool configurations and patterns | Read-only (Safe) |
list_tools |
Return an array of all static analysis tools | Read-only (Safe) |
list_user_organizations |
List out all connected developer organizations | Read-only (Safe) |
--action schemas.Loading
A comprehensive Capsule CRM integration that empowers AI agents to securely query, create, update, and manage CRM contacts, tasks, and opportunities.

An advanced PDF manipulation skill that integrates Encodian with OOMOL to easily compress, encrypt, extract, and convert PDF documents via a secure CLI interface.

A developer tool that enables AI agents and automated scripts to send interactive messages to DingTalk via the OOMOL oo CLI.

A secure integration allowing AI coding agents to read, write, update, and manage Dovetail user research data and workspaces using the oo CLI.

An AI-ready integration skill using the oo CLI to search, read, and manage BoxHero inventory data without handling raw API tokens.

A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.








































