A foundational template skill designed to demonstrate ClawHub capabilities and guide users through planning system-to-system integrations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install integration
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 integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The My Integration skill serves as a reference implementation within the Openclaw Skills ecosystem. It is specifically designed to help developers and AI agents understand how to structure, propose, and execute API and platform integrations. By analyzing user requirements, this skill acts as a starting blueprint for building more complex automated workflows.
Whether you are learning how to write custom skills or need a simple framework to guide your AI assistant through connecting different SaaS tools, this skill demonstrates the structured instructions and workflow modeling required for robust agent operations.
To deploy and test this skill within your environment, ensure you have initialized your Openclaw Skills workspace:
# Initialize your workspace
claw init
# Load the integration skill template
claw skill add integration-demo
Configure your workspace agent configuration file to ensure the integration instructions are active during system-design sessions.
The integration skill operates using a lightweight metadata structure to parse target requirements:
| Parameter | Type | Description |
|---|---|---|
source_system |
String | The originating platform or API sending the payload |
target_system |
String | The destination platform receiving or processing the integration |
steps |
Array | The procedural list of configurations generated by the agent |
Loading
An AI agent skill translating the classic late Ming Dynasty philosophy of Hong Yingming into actionable guidance for modern workplace resilience and personal growth.

The JisuAPI Agent skill enables AI assistants to search and execute over 500 rich data services using simple natural language query matching.

A highly secure, read-only SQL query and data analysis capability for shell-capable AI agents connecting to AnalyticDB PostgreSQL databases via psql.

A Python-based CLI tool to aggregate LLM execution logs, distinguish internal/external users, and compute detailed multi-dimensional costs.

An AI-powered local chat organizer that parses WeChat, extracts critical tasks or meeting items, and syncs them seamlessly to Obsidian and system calendars.

A foundational Openclaw Skills integration template that assists users in bridging systems, identifying targets, and generating clean implementation steps.








































