ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Unifuncs Deep Research

Skill by vinlic

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vinlic/unifuncs-deep-research
Or

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

深度分析,产出万字报告,支持多种输出格式。

首次使用配置

  1. 前往 https://unifuncs.com/account 获取 API Key
  2. 设置环境变量: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研究主题必填
modelu2/u1/u1-prou2
output_type输出格式report

输出格式

  • report - 万字报告
  • summary - 精炼摘要
  • wechat-article - 微信公众号
  • xiaohongshu-article - 小红书
  • zhihu-article - 知乎文章

更多信息

  • 详细 API 文档见 api.md

Metadata

Author@vinlic
Stars919
Views1
Updated2026-02-12
View Author Profile
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.