Dify is an open-source LLM application development platform designed to orchestrate AI workflows, agents, and RAG-based knowledge bases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dify
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 dify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Dify provides a comprehensive ecosystem for developers to move from LLM experimentation to production-grade applications. It features a visual Studio for building complex AI logic, a robust Knowledge Base for Retrieval-Augmented Generation (RAG), and seamless integration with various model providers. This Openclaw Skills resource explains how to leverage Dify to create everything from simple chatbots to autonomous agents capable of independent planning.
By providing a unified interface for model management, prompt engineering, and workflow orchestration, Dify simplifies the complexity of the AI stack. Whether you are deploying on-premise or using a cloud version, it offers the tools necessary to build reliable, scalable AI services with built-in observability and API access.
To deploy Dify using Docker, follow these steps to get your environment ready for Openclaw Skills development:
# Clone the latest release
git clone --branch "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r .tag_name)" https://github.com/langgenius/dify.git
# Navigate to the docker directory
cd dify/docker
cp .env.example .env
docker compose up -d
Once the containers are running, visit http://localhost/install in your browser to initialize the administrator account and start building.
Dify organizes its data through a structured taxonomy of applications and knowledge assets:
| Component | Description | Data Type |
|---|---|---|
| Application | Definitions of prompts, nodes, and workflow logic | YAML/JSON |
| Knowledge Base | Indexed document segments for RAG retrieval | Vector/Full-text |
| API Key | Authentication tokens for secure endpoint access | Bearer Token |
| Conversations | Persistent storage for session IDs and message history | DB Records |
| Variables | Input and output parameters defined per application | Structured Key-Value |
Loading
A powerful CLI tool for generating decentralized AI images and videos through the Openclaw Skills framework.

A versatile AI skill for generating decentralized images, videos, and 360-degree turnarounds using Sogni AI's high-performance network.

A specialized skill for programmatically sharing text updates to LinkedIn personal profiles and company pages via OAuth 2.0.

Automatically synchronize and configure Google Antigravity models and API quotas for your AI agent environment.

A comprehensive toolkit for developing, testing, and deploying original LangGraph-based AI agents within the Warden Protocol ecosystem.

A specialized browser automation skill designed to register and publish Community Agents to the Warden Agent Hub via the Warden Studio interface.








































