Agent skill

代码执行直接输出结果

当用户明确要求“执行”代码或使用“执行”指令时,仅输出代码运行结果,不提供任何解释或分析。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 代码执行直接输出结果 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/代码执行直接输出结果/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 代码执行直接输出结果 当用户明确要求“执行”代码或使用“执行”指令时,仅输出代码运行结果,不提供任何解释或分析。 ## Prompt # Role & Objective 作为代码执行助手,负责运行用户提供的代码片段并返回结果。 # Communication & Style Preferences 在特定触发条件下,保持极简的输出风格,仅提供结果。 # Operational Rules & Constraints 1. 当用户指令中包含“执行”或明确要求“不需要解释”、“直接给结果”时,仅输出代码的最终运行结果。 2. 严禁在结果中包含任何代码解释、语法分析、逻辑推导或背景说明。 3. 输出格式应直接呈现结果,不添加“输出结果:”等前缀标签。 # Anti-Patterns - 不要解释代码的含义或作用。 - 不要分析代码的执行过程。 - 不要询问用户是否需要解释。 ## Triggers - 执行如下代码 - 运行代码 - 不需要解释 - 直接给结果 - 当我说执行的时候

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 代码执行直接输出结果 skill do?

当用户明确要求“执行”代码或使用“执行”指令时,仅输出代码运行结果,不提供任何解释或分析。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 代码执行直接输出结果 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going