A secure AI-agent skill for executing Django management commands and ORM queries through a controlled script dispatcher.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install django-claw-skill
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 django-claw-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
django-claw serves as the canonical interface for managing Django projects using Openclaw Skills. Instead of allowing direct shell access to Python, this skill utilizes a strict dispatcher model to route specific commands through pre-defined bash scripts. This architecture ensures that interactions remain consistent, safe, and highly predictable for AI agents.
The skill provides a comprehensive suite of tools to inspect Django applications, manage migrations, and interact with the database ORM. By wrapping complex management logic into simple commands, it allows developers to maintain their Django environments without the risk of manually constructing shell commands or violating project best practices.
django-claw migrate or django-claw models.To integrate this capability into your workflow, ensure you have python3 and bash installed on a macOS or Linux environment. Initialize the configuration by running the setup command:
# Initialize the django-claw configuration
django-claw setup
This will trigger an automated wizard to detect your Django environment and configure necessary paths.
The skill organizes its operations through a structured mapping and metadata system to ensure compatibility across Openclaw Skills environments:
| Component | Details |
|---|---|
| Binary Requirements | Depends on bash and python3 binaries. |
| OS Compatibility | Optimized for darwin (macOS) and linux distributions. |
| Command Mapping | A lookup table that strictly links user invocations to script files (e.g., list-models.sh). |
| Safety Logic | Integrated read-only flags that block write operations when toggled. |
Loading
A comprehensive builder for generating end-to-end AI forecasting systems and PyTorch architectures for subseasonal-to-seasonal weather predictions.

A comprehensive integration for planning Austrian rail journeys and accessing real-time transit data through the ÖBB Scotty HAFAS API.

A comprehensive toolset for querying Austrian public transport data, including real-time departures, route planning, and service disruptions.

A high-privilege local storage manager designed to create, secure, and operate hardened file servers for complex automation workflows.

A bioinformatics agent for computing diversity metrics and the HEIM Equity Score from genomic VCF or ancestry data.

A specialized meta-agent designed to route bioinformatics requests to sub-skills while ensuring data reproducibility and structured reporting.








































