Skills skill-push

apiVersion: skill.ooder.net/v1

install
source · Clone the upstream repo
git clone https://github.com/oodercn/skills
manifest: skills/capabilities/communication/skill-push/skill.yaml
source content

apiVersion: skill.ooder.net/v1 kind: Skill

metadata: id: skill-notify name: 閫氱煡鏈嶅姟 version: "3.0.1" description: 閫氱煡鏈嶅姟锛屾敮鎸佸娓犻亾閫氱煡鎺ㄩ€? author: ooder Team license: Apache-2.0 homepage: https://gitee.com/ooderCN/skills keywords: - notify - notification - push - alert

spec: skillForm: PROVIDER

ownership: independent

capability: address: 0x53 category: msg code: COMM_NOTIFY operations: [push, broadcast, schedule]

providerType: communication

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: - notification - alert - workflow

dynamicSceneTypes: true

autoStart: enabled: true delay: 2s

autoJoin: enabled: true matchSceneTypes: true maxSceneGroups: 30

dependencies: - id: skill-msg version: ">=0.7.0" required: true description: "娑堟伅鏈嶅姟渚濊禆"

providedInterfaces: - id: notify-service version: "1.0" description: "閫氱煡鏈嶅姟鎺ュ彛"

capabilities: - id: push name: 鎺ㄩ€侀€氱煡 description: 鎺ㄩ€侀€氱煡鍒扮敤鎴? category: service - id: broadcast name: 骞挎挱閫氱煡 description: 骞挎挱閫氱煡鍒版墍鏈夌敤鎴? category: service - id: schedule name: 瀹氭椂閫氱煡 description: 瀹氭椂鍙戦€侀€氱煡 category: service

endpoints: - path: /api/notify/push method: POST description: 鎺ㄩ€侀€氱煡 capability: push - path: /api/notify/broadcast method: POST description: 骞挎挱閫氱煡 capability: broadcast - path: /api/notify/schedule method: POST description: 瀹氭椂閫氱煡 capability: schedule

config: optional: - name: CHANNELS type: string default: "email,sms,push" description: 鏀寔鐨勯€氱煡娓犻亾 - name: RETRY_COUNT type: integer default: 3 description: 閲嶈瘯娆℃暟 - name: RETRY_DELAY type: integer default: 60 description: 閲嶈瘯寤惰繜(绉?

resources: cpu: "50m" memory: "64Mi" storage: "10Mi"

offline: enabled: true cacheStrategy: local syncOnReconnect: false

knowledge: documents: - id: overview name: 鍔熻兘姒傝堪 path: README.md type: guide language: zh priority: high ragConfig: enabled: true indexName: "skill-notify-knowledge" embeddingModel: text-embedding-3-small chunkSize: 1000 chunkOverlap: 200 searchStrategy: hybrid topK: 5 threshold: 0.7