/install dify-code-interpreter
Dify Code Interpreter(dify-code-interpreter)\r
技能概述\r
基于Dify+Ollama qwen3:8b模型,结合私有知识库,详细解释任意编程语言代码片段的语法、逻辑、用途和实现细节。\r \r
版本信息\r
- 版本:1.0.0\r
- 运行时:Python 3.8+\r
- 依赖:requests>=2.31.0\r
- 适配OpenClaw版本:v2026+\r
- Skill ID:dify-code-interpreter(强制中划线分隔)\r \r
配置参数\r
| 参数名 | 类型 | 必填 | 默认值 | 说明 |\r |-----------------|--------|------|---------------------|---------------------------------------|\r | dify_base_url | string | 是 | http://localhost/v1 | Dify API基础地址(本地部署填此值)|\r | api_key | string | 是 | app-pYPzawyEGIiagRmb1IhJv4PA | Dify应用API密钥(从Dify控制台获取) |\r | chatflow_name | string | 是 | 代码解释器 | Dify中创建的Chatflow名称 |\r \r
工具列表\r
explain-frontend-code\r
功能描述\r
解释代码片段,支持C、Vue、Python、Java等编程语言,返回结构化的语法/逻辑说明。\r
参数说明\r
| 参数名 | 类型 | 必填 | 说明 |\r |--------|--------|------|----------------------|\r | code | string | 是 | 待解释的代码片段字符串 |\r
使用示例
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dify-code-interpreter - After installation, invoke the skill by name or use
/dify-code-interpreter - Provide required inputs per the skill's parameter spec and get structured output
What is dify-code-interpreter?
解释任意编程语言代码的语法、逻辑、用途与实现细节,支持多种语言并返回结构化说明。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1573 downloads so far.
How do I install dify-code-interpreter?
Run "/install dify-code-interpreter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is dify-code-interpreter free?
Yes, dify-code-interpreter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does dify-code-interpreter support?
dify-code-interpreter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created dify-code-interpreter?
It is built and maintained by zhangwp1 (@zhangwp1); the current version is v1.0.1.