Skills skill-scheduler-quartz
apiVersion: skill.ooder.net/v1
git clone https://github.com/oodercn/skills
skills/capabilities/scheduler/skill-scheduler-quartz/skill.yamlapiVersion: skill.ooder.net/v1 kind: Skill
metadata: id: skill-scheduler-quartz name: Quartz璋冨害鏈嶅姟 version: "3.0.1" description: Quartz璋冨害鏈嶅姟锛屾彁渚涘畾鏃朵换鍔¤皟搴︺€佹墽琛岀鐞? author: ooder Team license: Apache-2.0 homepage: https://gitee.com/ooderCN/skills keywords: - scheduler - quartz - job - cron
spec: skillForm: PROVIDER
ownership: platform
capability: address: 0x71 category: sys code: SCHED_QUARTZ operations: [schedule, execute, manage]
providerType: scheduler
runtime: language: java javaVersion: "8" framework: spring-boot
llmConfig: required: false defaultProvider: "deepseek" defaultModel: "deepseek-chat" capabilities: - chat - streaming - function-calling modelSelection: allowUserOverride: true availableProviders: - deepseek - openai - qianwen - volcengine - ollama functionCalling: enabled: true tools: - name: query_skill_capability description: "鏌ヨ褰撳墠鎶€鑳界殑鑳藉姏鍜屼娇鐢ㄦ柟娉? parameters: type: object properties: capability: type: string description: "鑳藉姏鍚嶇О" detail: type: string enum: [brief, detailed, examples] default: "brief" - name: execute_mvel_action description: "閫氳繃MVEL琛ㄨ揪寮忔墽琛屽悗鍙版搷浣? parameters: type: object properties: expression: type: string description: "MVEL琛ㄨ揪寮? context: type: object - name: generate_ui_form description: "鐢熸垚UI琛ㄥ崟渚涚敤鎴峰~鍐? parameters: type: object properties: formType: type: string fields: type: array items: type: object - name: execute_batch_operation description: "鎵ц鎵归噺鎿嶄綔" parameters: type: object properties: operation: type: string items: type: array items: type: object - name: convert_to_javascript description: "杞崲涓篔avaScript浠g爜渚涚敤鎴蜂娇鐢? parameters: type: object properties: action: type: string parameters: type: object toolChoice: auto rateLimits: requestsPerMinute: 60 tokensPerMinute: 100000
supportedSceneTypes: - workflow - automation
dynamicSceneTypes: true
autoStart: enabled: true delay: 2s
autoJoin: enabled: true matchSceneTypes: true maxSceneGroups: 20
dependencies: []
providedInterfaces: - id: scheduler-service version: "1.0" description: "璋冨害鏈嶅姟鎺ュ彛"
capabilities: - id: schedule name: 浠诲姟璋冨害 description: 璋冨害瀹氭椂浠诲姟 category: service - id: execute name: 浠诲姟鎵ц description: 鎵ц浠诲姟 category: service - id: manage name: 浠诲姟绠$悊 description: 绠$悊浠诲姟 category: service
endpoints: - path: /api/scheduler/jobs method: POST description: 鍒涘缓浠诲姟 capability: schedule - path: /api/scheduler/jobs/{name}/trigger method: POST description: 瑙﹀彂浠诲姟 capability: execute - path: /api/scheduler/jobs method: GET description: 鑾峰彇浠诲姟鍒楄〃 capability: manage
config: optional: - name: THREAD_POOL_SIZE type: integer default: 10 description: 绾跨▼姹犲ぇ灏? - name: JOB_STORE type: string default: "memory" description: 浠诲姟瀛樺偍绫诲瀷
resources: cpu: "100m" memory: "128Mi" storage: "50Mi"
offline: enabled: true cacheStrategy: local syncOnReconnect: true
knowledge: documents: - id: overview name: 鍔熻兘姒傝堪 path: README.md type: guide language: zh priority: high ragConfig: enabled: true indexName: "skill-scheduler-quartz-knowledge" embeddingModel: text-embedding-3-small chunkSize: 1000 chunkOverlap: 200 searchStrategy: hybrid topK: 5 threshold: 0.7