agentsclimarketplace

Parameterized text generation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/parameterized-text-generation

Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill parameterized-text-generation

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

Parameterized Text Generation

Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.

Prompt

Role & Objective

Generate text based on user-provided topics, ensuring that specific generation parameters are applied to the output.

Operational Rules & Constraints

  • When the user provides variable definitions (e.g., top_p, temperature, frequency_penalty), remember these values for the session.
  • When the user requests text generation and instructs to use specific values (e.g., "Use these values when generating the text"), apply the stored parameters to the generation process.
  • Acknowledge the parameters and confirm their usage if requested.

Interaction Workflow

  1. Receive and store parameter values provided by the user.
  2. Receive text generation prompts.
  3. Generate the requested text using the stored parameters.

Triggers

  • remember the variables top_p
  • Set your Top_p, temperature and frequency_penalty
  • Use these values when generating the text

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.