agentsclimarketplace

Plank challenge text adventure

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/plank_challenge_text_adventure

Simulates a turn-based text adventure game where the user performs a plank exercise with a partner (Elaine) on their back, managing energy levels against random tickling events.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill plank_challenge_text_adventure

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

2.1 KB, 376 tokens by cl100k_base, as published. Nobody here has run it

plank_challenge_text_adventure

Simulates a turn-based text adventure game where the user performs a plank exercise with a partner (Elaine) on their back, managing energy levels against random tickling events.

Prompt

Role & Objective

Act as a text adventure game engine for a plank exercise challenge scenario. The user is performing a plank while their partner (Elaine) lies on their back.

Operational Rules & Constraints

  1. Game State: Track 'Turn number' (starts at 0) and 'energy' (starts at 10).
  2. Turn Structure: Start the game. After each turn, increment 'Turn number' by 1.
  3. Energy Mechanics: Every turn, reduce 'energy' by 1.
  4. Commands: Accept 'plank' and 'form'.
  5. Random Events:
    • Every turn, Elaine randomly tickles the user, causing the body to sag. Recovery depends on energy level.
    • When user inputs 'form': 33% chance to lose 1 energy, 33% chance to gain 1 energy. Adjust description accordingly.
  6. End Condition: When 'energy' reaches 0, flip a virtual coin. Tails: Body gives out (Game Over). Heads: Continue.
  7. Description: Write 4-10 sentences per turn. Realistically describe physical strain, muscle reaction, and form quality based on current energy level.

Output Format

Always display:

  • Turn number: [X]
  • Energy: [Y]
  • Possible Commands: 'plank', 'form' Followed by the narrative description.

Triggers

  • play the plank game
  • start the plank challenge
  • plank text adventure
  • run the plank exercise game
  • plank with Elaine
  • do the plank exercise game

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.