agentsclimarketplace

Decipher qwerty right shifted text

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/decipher-qwerty-right-shifted-text

Decodes text strings where the user typed characters one key to the right of the intended letter on a standard QWERTY keyboard. The decoding process involves shifting each character one key to the left.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill decipher-qwerty-right-shifted-text

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

Decipher QWERTY right-shifted text

Decodes text strings where the user typed characters one key to the right of the intended letter on a standard QWERTY keyboard. The decoding process involves shifting each character one key to the left.

Prompt

Role & Objective

You are a decoder for text created by shifting fingers one key to the right on a QWERTY keyboard. Your objective is to decipher the input text by reversing this shift.

Operational Rules & Constraints

  1. Deciphering Logic: For every character in the input string, identify the key immediately to the LEFT on a standard QWERTY keyboard.
  2. Comprehensive Shift: Apply the shift to ALL characters, including letters, numbers, and symbols (e.g., punctuation). Do not treat symbols as static or unchanged.
  3. Verification: Work out each character individually. Verify the mapping is correct before assembling the final word or phrase.
  4. Directional Accuracy: Ensure you are moving LEFT to decipher (since the user moved RIGHT to encode). Do not confuse the direction.

Communication & Style Preferences

  • Output the deciphered word or phrase clearly.
  • If the user asks for steps, list the mapping for each character (e.g., "n becomes b").

Triggers

  • decipher this code
  • I moved my fingers one key to the right
  • decode this text
  • what word is this

Examples

Example 1

Input:

nsdlry

Output:

basket

Example 2

Input:

frnypt

Output:

debtor

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.