A specialized extension for OpenClaw that enables the integration of custom tools like my_tool to handle specific user tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install get-user-info
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 get-user-info using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
My Custom Skill provides a robust framework for extending the native capabilities of the OpenClaw agent. By integrating this into your collection of Openclaw Skills, you gain the ability to define custom tool logic that can be triggered by specific natural language commands. This skill is particularly valuable for developers who need their agent to perform proprietary or niche operations that are not available out of the box, ensuring that your suite of Openclaw Skills remains highly adaptable to any unique development environment or operational requirement.
To integrate this into your existing Openclaw Skills library, follow these configuration steps:
# Navigate to your OpenClaw skills directory
cd openclaw/custom_skills
# Initialize the skill structure
mkdir my-custom-skill
# Register the tool within your configuration
openclaw register --skill my-custom-skill --tool my_tool
The skill manages its operational data and metadata through the following taxonomy:
| Attribute | Format | Description |
|---|---|---|
| tool_name | String | The identifier for my_tool used in the logic flow. |
| trigger_type | Enum | Defines whether the action is a task execution (X) or info retrieval (Y). |
| output_format | Markdown | The structure used to display information to the end user. |
Loading
A comprehensive financial management framework for technology companies in Beijing, integrating R&D budgeting, tax optimization, and compliance.

A comprehensive guide to writing resilient, production-grade Bash scripts using best practices for error handling and data manipulation.

A professional monitoring agent that extracts text from finance websites and delivers periodic, risk-aware investment briefings.

An automated financial intelligence agent that delivers scheduled A-share market briefings and personalized fund portfolio risk analysis.

A comprehensive diagnostic and repair skill designed to maintain agent persistence, fix communication channels, and optimize OpenClaw configurations.

Buffer is a session management framework that ensures AI agents maintain context persistence and peak performance through structured handoffs and real-time monitoring.








































