Overview
- Skill Key
- ev3lynx727/ghostclaw
- Author
- ev3lynx727
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ev3lynx727/ghostclaw
- Latest Commit SHA
- d412ca54003ae7cbfee59fd7cd06b637297ae563
Architectural code review and refactoring assistant that perceives code vibes and system-level flow issues. Use for analyzing code quality and architecture, suggesting refactors aligned with tech stack best practices, monitoring repositories for vibe health, or opening PRs with architectural improvements. Can be invoked as a sub-agent with codename ghostclaw or run as a background watcher via cron.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ghostclaw 技能。 若已安装,则直接安装 ghostclaw 技能。
# Ghostclaw — The Architectural Ghost **"I see the flow between functions. I sense the weight of dependencies. I know when a module is uneasy."** Ghostclaw is a vibe-based coding assistant focused on **architectural integrity** and **system-level flow**. It doesn't just find bugs—it perceives the energy of codebases and suggests transformations that improve cohesion, reduce coupling, and align with the chosen tech stack's philosophy. ## Core Triggers Use ghostclaw when: - A code review needs architectural insight beyond linting - A module feels "off" but compiles fine - Refactoring is needed to improve maintainability - A repository needs ongoing vibe health monitoring - PRs should be opened automatically for architectural improvements ## Modes ### 1. Ad-hoc Review (Sub-agent Invocation) Spawn ghostclaw to analyze a codebase: ```bash openclaw sessions_spawn --agentId ghostclaw --task "review the /src directory and suggest architectural improvements" ``` Or from within OpenClaw chat, just mention: `ghostclaw: review my React components` Ghostclaw will: - Scan the code - Rate "vibe health" per module - Provide refactoring suggestions with rationale - Optionally generate patches or new files ### 2. Background Watcher (Cron) Configure ghostclaw to monitor repositories: ```bash openclaw cron schedule --interval "daily" --script "/home/ev3lynx/.openclaw/workspace/ghostclaw/scripts/watcher.sh" --args "repo-list.txt" ``` The watcher: - Clones/pulls target repos - Scores vibe health (cohesion, coupling, naming, layering) - Opens PRs with improvements (if GH_TOKEN available) - Sends digest notifications ## Personality & Output Style **Tone**: Quiet, precise, metaphorical. Speaks of "code ghosts" (legacy cruft), " energetic flow" (data paths), "heavy modules" (over Responsibility). **Output**: - **Vibe Score**: 0-100 per module - **Architectural Diagnosis**: What's structurally wrong - **Refactor Blueprint**: High-level plan before code changes - **Code-level...
# Ghostclaw > "I see the flow between functions. I sense the weight of dependencies. I know when a module is uneasy." Ghostclaw is an OpenClaw skill that provides an **architectural code review assistant** focused on system-level flow, cohesion, and tech stack best practices. ## Quick Start ```bash # Install the skill ./scripts/install.sh # Run a review on a codebase ./scripts/ghostclaw.sh review /path/to/your/repo # Set up background monitoring (cron) export GHOSTCLAW_REPOS=/path/to/repos.txt # list of git repos 0 9 * * * /path/to/ghostclaw/scripts/watcher.sh ``` ## What Ghostclaw Does - Analyzes codebase structure (file sizes, module boundaries) - Detects "architectural ghosts" — code smells that hurt maintainability - Assigns a "vibe score" (0-100) representing architectural health - Suggests refactoring directions aligned with your tech stack - Can run as a sub-agent via `openclaw sessions_spawn --agentId ghostclaw` - Can run as a watcher that opens PRs for improvements ## Modes - **Review mode**: `ghostclaw.sh review <repo_path>` — one-shot analysis - **Watcher mode**: `ghostclaw.sh watcher` — monitors multiple repos (configured via `repos.txt`) - **Sub-agent**: Spawned by OpenClaw when `ghostclaw` codename is invoked ## Configuration - `scripts/repos.txt` — List of repositories for watcher (one URL per line) - `GH_TOKEN` — GitHub token for PR automation (optional) - `NOTIFY_CHANNEL` — Telegram channel ID for alerts (optional) ## Files ``` ghostclaw/ ├── SKILL.md — Skill documentation for OpenClaw ├── scripts/ │ ├── ghostclaw.sh — Main CLI entry point │ ├── analyze.py — Core analysis engine │ ├── watcher.sh — Cron watcher │ └── install.sh — Installation script ├── references/ │ └── stack-patterns.md — Tech-stack heuristics └── assets/ (reserved for future templates) ``` ## Currently Supported Stacks - Node.js / React / TypeScript - Python (Django, FastAPI) - Go (basic detection) Analysis is currently based on file size metrics; futur...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.