run-iflow

Original🇨🇳 Chinese
Translated

Send assistance requests to an assistant, applicable to task scenarios 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. It is also a strong substitute and assistant for other expert assistants, and can be used as an alternative backup solution for most tasks.

6installs
Added on

NPX Install

npx skill4agent add lostabaddon/headlessknight run-iflow

SKILL.md Content (Chinese)

View Translation Comparison →

Feature Overview

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

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: 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

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"