con un clic
code-execution
代码执行技能。当需要批量工具调用、数据处理、多源数据聚合时使用 ExecuteCode 沙箱执行 Python 代码。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
代码执行技能。当需要批量工具调用、数据处理、多源数据聚合时使用 ExecuteCode 沙箱执行 Python 代码。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
| name | code-execution |
| description | 代码执行技能。当需要批量工具调用、数据处理、多源数据聚合时使用 ExecuteCode 沙箱执行 Python 代码。 |
| summary | 两个及以上工具调用优先走 ExecuteCode,报错后修正代码再重试 |
| tools | ExecuteCode |
| agents | exec_code |
| keywords | 执行,execute,python,脚本,计算,批量 |
call_tool 使用规范见 workspace/CALL_TOOL.md
print() 的内容会返回,中间变量不会进入上下文call_tool() 失败会抛异常;可用 safe_call_tool(name, args, default) 做容错ExecuteCodeExecuteCode 返回语法或运行时错误后,必须修正代码并重试,不能因为一次报错就退回逐个工具调用print() 最终结果。ExecuteCode。ExecuteCodeAcpStartSession、CodegenStartSession、DeployProject、DeployPipelineExecuteCodeExecuteCode 里只做单次简单工具调用,没有任何处理逻辑ExecuteCode 批量调用查询接口,再在 Python 中分组汇总ExecuteCode 里批量调用对应业务工具,再统一整理输出