Resources
1Install
npx skillscat add unifuncs/unifuncs-skill/unifuncs-search Install via the SkillsCat registry.
SKILL.md
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