AI Skill Hub 强烈推荐:scientify — AI Agent 工作流中文教程 是一款优质的Agent工作流。AI 综合评分 8.1 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
scientify — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
scientify — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g scientify # 方式二:npx 直接运行(无需安装) npx scientify --help # 方式三:项目依赖安装 npm install scientify # 方式四:从源码运行 git clone https://github.com/tsingyuai/scientify cd scientify npm install npm start
# 命令行使用
scientify --help
# 基本用法
scientify [options] <input>
# Node.js 代码中使用
const scientify = require('scientify');
const result = await scientify.run(options);
console.log(result);
# scientify 配置说明 # 查看配置选项 scientify --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SCIENTIFY_CONFIG="/path/to/config.yml"
持续新陈代谢的 AI 科研系统
<p align="center"> <a href="https://www.npmjs.com/package/scientify"><img src="https://img.shields.io/npm/v/scientify?style=for-the-badge&logo=npm&logoColor=white" alt="npm version"></a> <a href="https://github.com/tsingyuai/scientify"><img src="https://img.shields.io/github/stars/tsingyuai/scientify?style=for-the-badge&logo=github" alt="GitHub stars"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a> <a href="https://github.com/openclaw/openclaw"><img src="https://img.shields.io/badge/OpenClaw-plugin-00FF9F?style=for-the-badge" alt="OpenClaw plugin"></a> </p>
<p align="center"> <a href="https://scientify.tech">官网</a> · <a href="./README.en.md">English</a> · <a href="https://github.com/tsingyuai/scientify/issues">Issues</a> </p>
---
---
```bash
pnpm add -g openclaw # 或: npm install -g openclaw
openclaw plugins install scientify
插件安装到 ~/.openclaw/extensions/,自动启用。
```bash git clone https://github.com/tsingyuai/scientify.git cd scientify && pnpm install && pnpm build
```bash openclaw plugins list
openclaw onboard
openclaw gateway ```
启动后,WebUI 地址为 http://127.0.0.1:18789/(默认端口)。
代理用户注意: 如果你设置了http_proxy,访问 WebUI 时需加--noproxy 127.0.0.1,或在浏览器中配置代理例外。
---
openclaw gateway ```
---
目标:针对长上下文 LLM 推理,设计一种策略,同时降低首 token 时延和单请求通信量。 Scientify 自主完成文献调研、假设生成、代码实现与消融实验验证,提出 KV2 算法,相较于现有研究,TTFT p95和bytes/request均有不同程度降低,性能达到 SOTA 水平。
<p align="center"> <img src="docs/assets/showcase/1.png" width="80%" alt="KV2 算法实验结果"> <br> <sub>Scientify 独立产出的学术论文,报道KV2的设计思路与结果</sub> </p>
<p align="center"> <img src="docs/assets/showcase/2.png" width="80%" alt="KV2 与现有方法对比"> <br> <sub>KV2 与现有方法的 SOTA 对比</sub> </p>
---
openclaw plugins install -l ./ ```
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,scientify — AI Agent 工作流中文教程 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | scientify |
| 原始描述 | AI-powered research workflow automation for OpenClaw. |
| Topics | automation |
| GitHub | https://github.com/tsingyuai/scientify |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端