A deterministic workflow manager that creates and modifies scripts using strict Git versioning and isolated Python environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install script-creator
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 script-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Script Git Manager is a specialized skill designed to enforce a rigorous and deterministic workflow for script development. By utilizing Git as the authoritative state memory, it ensures that every script created or modified is tracked within its own isolated repository. This approach is essential for developers using Openclaw Skills who require high reliability and a clear audit trail of changes.
Beyond version control, the skill manages Python dependencies through a dedicated virtual environment, preventing conflicts with system-level packages. Its core philosophy revolves around transparency and safety, requiring explicit user confirmation before any file operations are executed, thus preventing accidental overwrites or uncontrolled refactors.
To utilize this skill effectively, ensure the base workspace and virtual environment are prepared. Run the following commands to initialize the required environment:
mkdir -p ~/.nanobot/workspace/test
python3 -m venv ~/.nanobot/workspace/venv
The skill will automatically manage package installation and script execution within these paths.
The Script Git Manager follows a strict organizational taxonomy to ensure data integrity. Each script project is isolated as follows:
| Component | Path / Detail |
|---|---|
| Root Directory | ~/.nanobot/workspace/test/ |
| Project Structure | [root]/[script_name]/[script_name].[ext] |
| Version Control | .git/ folder inside each project directory |
| Python Environment | ~/.nanobot/workspace/venv/ |
| Commit Standards | Initial commits and modification checkpoints are mandatory |
Loading
An automated AI skill that scrapes, filters, and synchronizes the latest internet slang and memes into a structured Dify knowledge base.

An advanced AI agent skill for generating high-quality technical articles and automating the publishing process on CSDN.

An autonomous software engineering agent designed to handle complex codebase exploration, bug fixes, and feature implementations via a specialized CLI.

ClawdVine is an agentic media network that enables AI agents to generate, monetize, and claim onchain identity through high-fidelity video content.

Chaterimo is an AI-powered customer service platform for e-commerce that integrates with Openclaw Skills to provide deep insights into chatbot performance and customer interactions.

A local web-based editor for rendering JSON schemas into images and generating creative assets using AI agents.








































