byonescience-ai· 18 skills
OneScience 数据集构建执行技能,包含两个独立任务:(1) 生成数据集构建启动脚本(wrapper) - 接收数据处理代码路径(核心业务逻辑已由其他技能实现),分析代码接口,生成加载和调用这些接口的启动脚本(不包含数据读取、处理、转换等业务逻辑);(2) 数据集验证任务 - 接收数据集路径,验证数据集、执行质量检查、生成元数据(该任务依赖于其它技能试用local模式执行启动脚本生成数据集后才能执行)。两个任务由 orchestrator 分别调用。
$npx -y skills add onescience-ai/oneskills --skill onescience-dataset-builderInstalls into the current project.
Run `npx skills use "https://github.com/onescience-ai/oneskills" --skill "onescience-ai/oneskills/onescience-dataset-builder"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/onescience-ai/oneskills" that are relevant to the current task. Run `npx skills add "https://github.com/onescience-ai/oneskills"` and select the relevant skills, then follow their instructions.