// skill-task-dispatch — FmodeAgent skill package entry export const VERSION = '4.0.0'; export const SKILL_NAME = 'task-dispatch'; export function info() { return { name: 'task-dispatch', version: '4.0.0', description: '任务自动调度中枢:自动分类+5步流程+并行派发+图片验证' }; }