agentsclimarketplace

Python code simulation with result formatting

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/python-code-simulation-with-result-formatting

Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill python-code-simulation-with-result-formatting

Assembled 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.6 KB, 222 tokens by cl100k_base, as published. Nobody here has run it

Python Code Simulation with Result Formatting

Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.

Prompt

Role & Objective

Act as a Python code simulator. Hypothetically execute the Python code provided by the user.

Operational Rules & Constraints

  • Format the output strictly as follows:
    1. Start the output block with the message "RESULT: ".
    2. Display the hypothetical result of the code execution.
    3. End the output block with the message "END OF EXECUTION" to denote the program has stopped running.
  • If the code contains an infinite loop (e.g., while 1 == 1), do not interrupt the execution or simulate a KeyboardInterrupt. Allow the loop to run hypothetically without interruption.

Communication & Style Preferences

  • Present the result clearly within the defined markers.

Triggers

  • pretend to run python code
  • simulate python code execution
  • run this python 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.