An AI-powered intelligent skill discovery, evaluation, and installation assistant for OpenClaw.
- 🔍 Smart Skill Search: Find the most suitable skills based on natural language descriptions
- ⭐ Skill Rating System: Comprehensive scoring based on usage frequency, user feedback, and compatibility
- 📊 Usage Analytics: Track skill usage and provide optimization suggestions
- 🔄 Auto Update Check: Monitor updates for installed skills
- 🛡️ Security Audit: Detect potential security risks in skills
- 💡 Personalized Recommendations: Suggest relevant skills based on user habits
-
Clone this repository
git clone https://github.com/YOUR_USERNAME/oh-skill-hub.git cd oh-skill-hub -
Install dependencies
npm install
-
Configure OpenClaw Add this skill to your OpenClaw skills directory:
ln -s $(pwd) ~/.openclaw/skills/oh-skill-hub
-
Start using
Search for skills that can help me process images
Search for skills:
Find skills for web scraping
Install a skill:
Install the image-processor skill
List installed skills:
Show all my installed skills
Get recommendations:
Recommend some skills based on my usage patterns
Edit config.json:
{
"autoUpdate": true,
"securityCheck": true,
"recommendationEngine": "enabled",
"dataCollection": "anonymous"
}- All skills undergo basic security scanning before installation
- Detects suspicious network requests, file operations, and system calls
- Users can review skill permission requirements
- Supports sandbox mode for running unverified skills
- Node.js >= 18
- OpenClaw >= 1.0.0
MIT
基于 AI 的智能技能发现、评估和安装助手。
- 🔍 智能技能搜索:根据自然语言描述查找最合适的技能
- ⭐ 技能评分系统:基于使用频率、用户反馈和兼容性的综合评分
- 📊 使用分析:追踪技能使用情况,提供优化建议
- 🔄 自动更新检查:监控已安装技能的更新
- 🛡️ 安全审计:检测技能的潜在安全风险
- 💡 个性化推荐:根据用户使用习惯推荐相关技能
-
克隆仓库
git clone https://github.com/YOUR_USERNAME/oh-skill-hub.git cd oh-skill-hub -
安装依赖
npm install
-
配置 OpenClaw 将此技能添加到 OpenClaw 技能目录:
ln -s $(pwd) ~/.openclaw/skills/oh-skill-hub
-
开始使用
搜索能帮我处理图片的技能
搜索技能:
搜索能帮我爬取网页的技能
安装技能:
安装 image-processor 技能
查看已安装技能:
列出我安装的所有技能
获取推荐:
根据我的使用习惯推荐一些技能
编辑 config.json:
{
"autoUpdate": true,
"securityCheck": true,
"recommendationEngine": "enabled",
"dataCollection": "anonymous"
}- 所有技能在安装前会进行基础安全扫描
- 检测可疑的网络请求、文件操作和系统调用
- 用户可以查看技能的权限需求
- 支持沙箱模式运行未验证的技能
- Node.js >= 18
- OpenClaw >= 1.0.0
MIT