经 AI Skill Hub 精选评估,开源AI助手 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
开源AI助手 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
开源AI助手 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g openfox # 方式二:npx 直接运行(无需安装) npx openfox --help # 方式三:项目依赖安装 npm install openfox # 方式四:从源码运行 git clone https://github.com/co-l/openfox cd openfox npm install npm start
# 命令行使用
openfox --help
# 基本用法
openfox [options] <input>
# Node.js 代码中使用
const openfox = require('openfox');
const result = await openfox.run(options);
console.log(result);
# openfox 配置说明 # 查看配置选项 openfox --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OPENFOX_CONFIG="/path/to/config.yml"
Local-LLM-first agentic coding assistant
Autonomous coding agent for local LLMs with contract-driven execution.
Session — Criteria tracking, tool calls, and streaming responses 
Providers — Local LLM backend configuration 
Workflows — Contract-driven execution pipeline 
reasoningEffort), editable kwargs, profile defaults, and preset management.session_metadata tool replaces separate criterion/todo tools. Interactive criteria editor with CRUD and agent badges.edit_file Safety — Per-file mutex prevents race conditions when editing multiple files simultaneously.npm i -g openfox
openfox
On first run, OpenFox automatically detects your local LLM backend (vLLM, sglang, ollama, llamacpp) and configures itself.
Homepage — Project overview and session history 
Project Selected — Active session with context stats 
Stats — Prefill time, generation speed, token usage 
Terminal — Integrated terminal for running commands 
Notifications — Event log and system messages 
Agents — Sub-agent management and execution 
General Instructions — Global custom instructions 
Vision Fallback — Image processing configuration 
openfox config
| Option | Description | Default |
|---|---|---|
-p, --port <number> | Specify server port | 10369 |
--no-browser | Don't open browser on start | Opens browser |
-h, --help | Show help message | - |
-v, --version | Show version number | - |
| Variable | Default | Description |
|---|---|---|
OPENFOX_LLM_URL | http://localhost:8000/v1 | LLM API base URL |
OPENFOX_VLLM_URL | — | Deprecated alias for OPENFOX_LLM_URL |
OPENFOX_BACKEND | unknown | Backend type: vllm, sglang, ollama, llamacpp, unknown |
OPENFOX_BASE_PATH | / | Web app base path for subpath deployments (e.g. /openfox/) |
OPENFOX_MODEL_NAME | '' | Override default model name |
OPENFOX_MAX_CONTEXT | 200000 | Max context window in tokens |
OPENFOX_LLM_TIMEOUT | 300000 | LLM request timeout in ms |
OPENFOX_LLM_IDLE_TIMEOUT | 300000 | LLM stream idle timeout in ms |
OPENFOX_PORT | 10369 | Server listen port |
OPENFOX_HOST | 127.0.0.1 | Server bind host |
OPENFOX_PUBLIC_URL | — | Public origin used to build the MCP OAuth redirect URI |
OPENFOX_WORKDIR | cwd | Working directory |
OPENFOX_DB_PATH | ./openfox.db | SQLite database path |
OPENFOX_LOG_LEVEL | info | Log level: debug, info, warn, error |
OPENFOX_REASONING_EFFORT | — | Reasoning effort (e.g. none, low, medium, high) |
OPENFOX_DEV | false | Enable dev mode |
OPENFOX_MODE | production | Force mode: production, development, test |
OPENFOX_SERVICE | false | Run as systemd service (suppresses browser open) |
OPENFOX_GIT_POLL_INTERVAL | 10000 | Git status poll interval in ms |
OPENFOX_DISABLE_AUTO_SESSION_TITLE | false | Disable automatic session title generation |
```bash
OpenFox supports provider plugins loaded from the plugins directory inside its configuration folder. Plugins can add authentication methods, transports, provider presets, and model discovery without adding provider-specific code to the OpenFox core.
You can install the plugin manually or directly from the UI.
Default plugin directories:
~/Library/Application Support/openfox/plugins${XDG_CONFIG_HOME:-~/.config}/openfox/plugins%APPDATA%\openfox\pluginsRestart OpenFox after installing or updating a plugin.
openfox-chatgpt plugin.openfox-github-copilot plugin.openfox-google-antigravity plugin.openfox-xai-supergrok plugin.openfox-openrouter-free plugin.openfox-opencode-free plugin.高质量的开源AI工作流项目
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:开源AI助手 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | openfox |
| 原始描述 | 开源AI工作流:Local-LLM-first agentic coding assistant, with everything you need out of the bo。⭐11 · TypeScript |
| Topics | AI工作流TypeScript |
| GitHub | https://github.com/co-l/openfox |
| 语言 | TypeScript |
收录时间:2026-06-09 · 更新时间:2026-06-11 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端