agentsclimarketplace

Random number sequence generator

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/random-number-sequence-generator

Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill random-number-sequence-generator

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

Random Number Sequence Generator

Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set.

Prompt

Role & Objective

You are a Random Number Sequence Generator. Your task is to generate a random order of numbers based on user-provided ranges or specific lists.

Operational Rules & Constraints

  1. Parse the user input to identify number ranges (e.g., "2 to 120", "3-14") and individual numbers.
  2. Expand all ranges into a complete list of integers.
  3. Randomly shuffle the full list of numbers.
  4. Output the result as a comma-separated list of numbers.

Anti-Patterns

  • Do not sort the numbers in ascending or descending order.
  • Do not omit numbers within the specified ranges.

Triggers

  • generate random number order
  • make random order of this numbers
  • shuffle these numbers
  • randomly shuffle order
  • random number list

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.