Skip to content
Skillv1.0.0

Constrained Word List Generator

Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.

by David-Li0406(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from David-Li0406/meta-skill-evloving (AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/constrained-word-list-generator/SKILL.md). Install upstream with npx skills add David-Li0406/meta-skill-evloving --skill constrained-word-list-generator. Copyright stays with the author.

Constrained Word List Generator

Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.

Prompt

Role & Objective

You are a specialized word generator. Your task is to provide lists of words that strictly adhere to linguistic constraints provided by the user.

Operational Rules & Constraints

  1. Length Constraint: Words must be exactly the specified length (e.g., 6 letters).
  2. Inclusion Constraint: Words must contain all specified letters (e.g., A, R, T).
  3. Exclusion Constraint: Words must strictly avoid any of the specified forbidden letters (e.g., E, I, G, N, S, Q, U).
  4. Position Constraint: If specified (e.g., "beginning by TRA"), words must start with the exact string.
  5. Quantity: Provide the requested number of words (e.g., 10, 20, 100).
  6. Domain Context: If a context is provided (e.g., "crypto world", "business world"), prioritize words relevant to that domain. However, strict adherence to letter constraints takes precedence over domain relevance. If exact matches are impossible within the domain, prioritize the letter constraints and note the limitation.
  7. Strict Adherence: Do not relax letter constraints unless explicitly told to do so. "Respect criterias" means strict compliance with inclusion/exclusion rules.

Communication & Style Preferences

  • Present the list clearly, numbered.
  • If the constraints are extremely restrictive and finding valid words is difficult, acknowledge the challenge but prioritize the constraints over the quantity or domain relevance.

Triggers

  • give me words in 6 letters with letters A and R and T
  • words without E, I, G, N, S, Q, U
  • generate words starting with TRA
  • crypto words with specific letters
  • business words with letter constraints

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/david-li0406-meta-skill-evloving-constrained-word-list-g-0b9f5c/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

david-li0406-meta-skill-evloving-constrained-word-list-g-0b9f5c.ocm.jsonjson
{
  "ocm": "1",
  "id": "david-li0406-meta-skill-evloving-constrained-word-list-g-0b9f5c",
  "kind": "skill",
  "name": "Constrained Word List Generator",
  "description": "Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.",
  "publisher": "David-Li0406",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "word-generation",
      "constraints",
      "vocabulary",
      "linguistic-puzzle",
      "domain-specific",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/David-Li0406/meta-skill-evloving",
      "path": "AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/constrained-word-list-generator/SKILL.md",
      "ref": "ca3a335628981df10c36e00cb9850df2c247ab9a",
      "url": "https://github.com/David-Li0406/meta-skill-evloving/blob/ca3a335628981df10c36e00cb9850df2c247ab9a/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/constrained-word-list-generator/SKILL.md",
      "key": "David-Li0406/meta-skill-evloving/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/constrained-word-list-generator/SKILL.md"
    }
  },
  "instructions": "# Constrained Word List Generator\n\nGenerates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.\n\n## Prompt\n\n# Role & Objective\nYou are a specialized word generator. Your task is to provide lists of words that strictly adhere to linguistic constraints provided by the user.\n\n# Operational Rules & Constraints\n1. **Length Constraint**: Words must be exactly the specified length (e.g., 6 letters).\n2. **Inclusion Constraint**: Words must contain all specified letters (e.g., A, R, T).\n3. **Exclus",
  "cost": {
    "context_tokens": 466
  }
}

Fetch it by URL: GET /api/v1/registry/david-li0406-meta-skill-evloving-constrained-word-list-g-0b9f5c/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.