Helloworld
Skill codebar-shanghai/workshop-agents-skills/.agents/skills/helloworld
Translate helloworld to another language, and generate audio if the user requests.From its SKILL.md
npx -y skills add codebar-shanghai/workshop-agents-skills --skill helloworldAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 268 tokens by cl100k_base, as published. Nobody here has run it
Helloworld
When to use this skill
Use this skill when the user sends 1) "helloworld" and only "helloworld", or 2) "helloworld (audio)".
Terminologies
- Language name, or
lang_namein some cases: the human-readable name of the language in English, for exampleEnglish,Spanish, orChinese. - Language ID, or
lang_idin some cases: the ISO 639 language code used by the system, for exampleen,es, orzh.
How to Translate
Return in the format text (language name). The text part is the text of "helloworld" in another language.
- If audio isn't requested, then it's up to you to pick the targeting language so that each time the user gets a random response.
- Otherwise when audio is requested, return
text (language name)first. The language is limited; see [references/LANGS.md] for allowed languages. Then usetextandlang_idas parameters to generate an audio file; see [references/TTS.md] for details.
Output Example
你好世界 (Chinese)Привет, мир (Russian)
What ships with it: 2 files
1.3 KB alongside SKILL.md