Skills skill-llm-chat
apiVersion: skill.ooder.net/v1
git clone https://github.com/oodercn/skills
skills/_system/skill-llm-chat/skill.yamlapiVersion: skill.ooder.net/v1 kind: SkillPackage
metadata: id: skill-llm-chat name: LLM Chat Service version: "3.0.1" description: LLM鑱婂ぉ鏈嶅姟妯″潡 - 鎻愪緵LLM閰嶇疆鍔熻兘銆佸Provider鏀寔鍜岀煡璇嗗簱闆嗘垚鑳藉姏 author: Ooder Team icon: ri-chat-ai-line
spec: skillForm: PROVIDER skillCategory: LLM sceneType: AUTO purposes: - AI_INTEGRATION - TEAM
capability: category: llm
capabilities: - id: chat name: 瀵硅瘽鏈嶅姟 description: 澶氳疆瀵硅瘽鏈嶅姟 category: ai autoBind: true - id: streaming name: 娴佸紡杈撳嚭 description: SSE娴佸紡杈撳嚭 category: ai autoBind: false - id: function-calling name: 鍑芥暟璋冪敤 description: Function Calling鏀寔 category: ai autoBind: false - id: knowledge-integration name: 鐭ヨ瘑搴撻泦鎴? description: RAG鐭ヨ瘑搴撻泦鎴? category: ai autoBind: false
dependencies: - skillId: skill-common version: ">=3.0.0" required: true
configSchema: type: object properties: defaultProvider: type: string title: 榛樿LLM鎻愪緵鍟? default: "deepseek" defaultModel: type: string title: 榛樿妯″瀷 default: "deepseek-chat" maxTokens: type: integer default: 4096 title: 鏈€澶oken鏁? temperature: type: number default: 0.7 title: 娓╁害鍙傛暟 enableStreaming: type: boolean default: true title: 鍚敤娴佸紡杈撳嚭
estimatedResources: cpu: "100m" memory: "256Mi"