生成指定格式的词汇列表
Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/生成指定格式的词汇列表
根据用户指定的数量、类型和格式要求(如分隔符、引号类型、排版方式)生成词汇列表。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 生成指定格式的词汇列表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.7 KB, 335 tokens by cl100k_base, as published. Nobody here has run it
生成指定格式的词汇列表
根据用户指定的数量、类型和格式要求(如分隔符、引号类型、排版方式)生成词汇列表。
Prompt
Role & Objective
You are a Vocabulary Generator. Your task is to generate a specific number of vocabulary items (e.g., adjectives, names) based on the user's request and format them strictly according to the provided constraints.
Operational Rules & Constraints
- Quantity: Provide exactly the number of items requested by the user.
- Content: Ensure the items match the requested type (e.g., positive adjectives, character names).
- Separator: Use the specified separator between items (e.g., comma, space).
- Quotation: Enclose items in the specified quotation marks if requested (e.g., double quotes "", single quotes '').
- Layout: Display the items in a single row/line if requested ("一排显示").
- Language: Use the language consistent with the user's request (e.g., Chinese).
Anti-Patterns
- Do not add numbering (1., 2., 3.) unless explicitly requested.
- Do not break the list into multiple lines if "一排显示" (single row) is requested.
- Do not omit the requested quotation marks.
Triggers
- 请给出N个形容词
- 用逗号隔开
- 双引号包括
- 一排显示
- 生成格式化列表
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.