5 skills found
openclaw / sherpa-onnx-ttsLocal text-to-speech via sherpa-onnx (offline, no cloud)
hanxiao / skillsMLX Local Serving (MLS) - Unified ASR, TTS, and Translation on Apple Silicon
pyinx / ceo从模糊需求到产品交付的全栈开发团队,集成6个专业agents和11个Superpowers框架skills。
openxjarvis / feishu-doc|
junxiaz / technology-sharing1. If 多个条件的时候 有时候你会经常判断一个变量是否等于多个值的情况: ``` // bad if (x === 'abc' || x === 'def' || x === 'ghi' || x ==='jkl') { }