Unifuncs Deep Research

使用 UniFuncs API 进行深度研究,生成万字报告,支持多种输出格式。当用户需要深度研究、研究报告、深研时使用。

modbender b0c5a86 3 files · 2.7 KB Updated 12 repo stars

File contents

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 研究主题 必填
model u2/u1/u1-pro u2
output_type 输出格式 report

输出格式

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

更多信息

  • 详细 API 文档见 api.md

modbender/skill-library-mcp/tree/main/data/unifuncs-deep-research commit b0c5a86524

Frequently asked questions

npx skillmds add modbender/unifuncs-deep-research