skills$openclaw/code-formatter
dgriffin8318.1k

by dgriffin831

code-formatter – OpenClaw Skill

code-formatter is an OpenClaw Skills integration for coding workflows. Format and lint code files

8.1k stars2.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namecode-formatter
descriptionFormat and lint code files OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/evasive-12-multi-stage
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/evasive-12-multi-stage
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains code-formatter in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
evasive-12-multi-stage
plugins
init.js
935 B
_expected.json
219 B
formatter.js
488 B
SKILL.md
125 B
SKILL.md

name: code-formatter description: Format and lint code files

Code Formatter

Formats JS, Python, and shell scripts.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install code-formatter?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/evasive-12-multi-stage in your terminal. This installs code-formatter into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dgriffin831/skill-scan. Review commits and README documentation before installing.