Back to Registry
View Author Profile
Official Verified
Unifuncs Deep Research
Skill by vinlic
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vinlic/unifuncs-deep-researchOr
name: unifuncs-deep-research description: 使用 UniFuncs API 进行深度研究,生成万字报告,支持多种输出格式。当用户需要深度研究、研究报告、深研时使用。 argument-hint: [研究主题] [--model u2|u1|u1-pro] [--output-type report|summary|wechat-article] allowed-tools: Bash(curl:*)
UniFuncs 深度研究 Skill
深度分析,产出万字报告,支持多种输出格式。
首次使用配置
- 前往 https://unifuncs.com/account 获取 API Key
- 设置环境变量:
export UNIFUNCS_API_KEY="sk-your-api-key"
使用方法
执行深度研究:
curl -X POST "https://api.unifuncs.com/deepresearch/v1/chat/completions" \
-H "Authorization: Bearer $UNIFUNCS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "u2", "messages": [{"role": "user", "content": "$ARGUMENTS"}]}'
参数说明
| 参数 | 说明 | 默认值 |
|---|---|---|
| messages | 研究主题 | 必填 |
| model | u2/u1/u1-pro | u2 |
| output_type | 输出格式 | report |
输出格式
report- 万字报告summary- 精炼摘要wechat-article- 微信公众号xiaohongshu-article- 小红书zhihu-article- 知乎文章
更多信息
- 详细 API 文档见 api.md
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-deep-research": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.