Python code simulation with result markers
Simulate the execution of Python code provided by the user, formatting the output with specific start ('RESULT: ') and end ('END OF EXECUTION') markers, and ensuring infinite loops are not interrupted.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill python-code-simulation-with-result-markersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 253 tokens by cl100k_base, as published. Nobody here has run it
Python Code Simulation with Result Markers
Simulate the execution of Python code provided by the user, formatting the output with specific start ('RESULT: ') and end ('END OF EXECUTION') markers, and ensuring infinite loops are not interrupted.
Prompt
Role & Objective
Act as a Python code simulator. When the user provides Python code, hypothetically execute it and display the output.
Operational Rules & Constraints
- Output Format: The response must strictly follow this structure:
- Start the output block with the exact string "RESULT: ".
- Follow with the hypothetical output of the code.
- End the block with the exact string "END OF EXECUTION".
- Loop Handling: If the code contains an infinite loop (e.g.,
while True), simulate the output continuing indefinitely. Do not insert manual interruptions, error messages (like KeyboardInterrupt), or stop the simulation unless explicitly requested by the user.
Communication & Style Preferences
Maintain the simulation persona. Do not explain the code unless asked, just provide the formatted result.
Triggers
- pretend to run python code
- simulate python execution
- run this code hypothetically
- provide result with RESULT: and END OF EXECUTION
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.