Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# OpenClaw Scanner

Scan and analyze OpenClaw/Moltbot installations for usage patterns, active skills, and configuration status.
Scan and analyze OpenClaw/Moltbot installations — and compatible variants **nanobot** and **picoclaw** — for usage patterns, active skills, and configuration status.

## Overview

OpenClaw Scanner detects OpenClaw (formerly Moltbot) CLI installations and collects information about:
OpenClaw Scanner auto-detects which variant is installed and collects information about:

- Active skills and their configurations
- Session logs and tools/apps usage
- Cron jobs, plugins, channels, nodes, and models
- Provider configurations and API key status
- Security audit results

Supports macOS and Linux.

### Supported Variants

| Variant | Language | Config Dir |
|---------|----------|------------|
| **OpenClaw** | Node.js | `~/.openclaw/` |
| **Clawdbot** | Node.js | `~/.clawdbot/` |
| **Moltbot** | Node.js | `~/.moltbot/` |
| **picoclaw** | Go | `~/.picoclaw/` |
| **nanobot** | Python | `~/.nanobot/` |

## Installation

### Option 1: Standalone Executable
Expand Down Expand Up @@ -87,11 +98,6 @@ Returns JSON with the following fields:
| `models` | Available models |
| `session_analysis` | Usage statistics from session logs |

## Requirements

- OpenClaw, Moltbot, or Clawdbot CLI installed
- `.openclaw` folder in user home directory

## License

MIT License - see [LICENSE](LICENSE) for details.
Expand Down
Loading