run-iflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

功能简介

Feature Overview

通过 MCP 工具向一位外部助手发出协助请求,请对方在一个上下文干净的、运行时隔离的、独立环境中,执行中华文化理解、中文古文理解、中国特色作品创作、小红书与抖音的宣发文案编写、编写测试用例、信息检索等任务。
Send an assistance request to an external assistant via the MCP tool, asking them to perform tasks such as Chinese cultural understanding, classical Chinese text comprehension, creation of Chinese characteristic works, writing promotion copy for Xiaohongshu and Douyin, writing test cases, information retrieval, etc. in a clean-context, runtime-isolated, independent environment.

使用方法

Usage Instructions

使用
mcp__plugin_headless-knight_runCLI__iflow
工具来向助手发出请求,可传入参数包括:
  • prompt
    : string,从上下文整理出的完整的任务描述,必填参数
  • systemPrompt
    : string,从上下文整理出的需要该助手遵守的系统提示词,用于约束他的行为,可选
  • workDir
    : string,工作目录,默认为当前目录,可选
  • model
    : string,指定使用哪个模型,取值为"GLM-4.6"、"Qwen3-Coder-Plus"、"DeepSeek-V3.2"、"MiniMax-M2"或"Kimi-K2-0905"等模型代号,可选,默认为 MiniMax-M2
  • env
    : object,自定义环境变量,键值对,可选
Use the
mcp__plugin_headless-knight_runCLI__iflow
tool to send requests to the assistant. The available parameters include:
  • prompt
    : string, the complete task description organized from the context, required parameter
  • systemPrompt
    : string, the system prompt organized from the context that the assistant needs to follow, used to constrain their behavior, optional
  • workDir
    : string, working directory, default is the current directory, optional
  • model
    : string, specify which model to use, possible values are model codes such as "GLM-4.6", "Qwen3-Coder-Plus", "DeepSeek-V3.2", "MiniMax-M2" or "Kimi-K2-0905", optional, default is MiniMax-M2
  • env
    : object, custom environment variables, key-value pairs, optional

模型选择

Model Selection

  • GLM-4.6: 擅长中文内容创作、中文市场分析、中国文化相关的教育与问答等任务
  • Qwen3-Coder-Plus: 擅长阿里云用户或需要进行模型精调和私有化部署等任务
  • DeepSeek-V3.2: 擅长与编程相关的任务,如代码生成、Bug 修复、代码解释、算法设计、编写单元测试等
  • Kimi-K2-0905: 适用于需要处理大量文本信息的场景,如信息检索、长篇内容总结、知识库问答等
  • MiniMax-M2: 适用于上述各项任务
  • GLM-4.6: Excels in tasks such as Chinese content creation, Chinese market analysis, education and Q&A related to Chinese culture, etc.
  • Qwen3-Coder-Plus: Suitable for Alibaba Cloud users or tasks requiring model fine-tuning and privatized deployment, etc.
  • DeepSeek-V3.2: Excels in programming-related tasks such as code generation, bug fixing, code explanation, algorithm design, writing unit tests, etc.
  • Kimi-K2-0905: Applicable to scenarios that require processing large amounts of text information, such as information retrieval, long-form content summarization, knowledge base Q&A, etc.
  • MiniMax-M2: Applicable to all the above tasks

相关环境变量

Related Environment Variables

如果不另外设置,则自动使用当前对话上下文中的配置
  • IFLOW_API_KEY
    : Codex CLI 的 API_Key
  • HTTP_PROXY
    : HTTP 代理地址
  • HTTPS_PROXY
    : HTTPS 代理地址
  • ALL_PROXY
    : 默认代理地址
  • IFLOW_CLI_COMMAND
    : Codex 命令行地址或名称(确保在 PATH 中包含了路径)
  • NODE_ENV
    : 环境参数,比如 "development"
If not set separately, the configuration in the current conversation context will be used automatically
  • IFLOW_API_KEY
    : API_Key of Codex CLI
  • HTTP_PROXY
    : HTTP proxy address
  • HTTPS_PROXY
    : HTTPS proxy address
  • ALL_PROXY
    : Default proxy address
  • IFLOW_CLI_COMMAND
    : Address or name of Codex CLI (ensure the path is included in PATH)
  • NODE_ENV
    : Environment parameter, such as "development"