Back to Registry View Author Profile
Official Verified
unifuncs-search
使用 UniFuncs API 进行实时网络搜索,支持全球和中国地域,获取最新网络内容和新闻。当用户需要搜索、查找、联网获取信息时使用。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vinlic/unifuncs-searchOr
UniFuncs 实时搜索 Skill
快速的实时搜索服务,支持全球和中国地域搜索。
首次使用配置
- 前往 https://unifuncs.com/account 获取 API Key
- 设置环境变量:
export UNIFUNCS_API_KEY="sk-your-api-key"
使用方法
python3 scripts/search.py "搜索关键词"
# 查看所有参数
python3 scripts/search.py --help
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vinlic-unifuncs-search": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.