Skills skill-agent-recommendation

apiVersion: skill.ooder.net/v1

install
source · Clone the upstream repo
git clone https://github.com/oodercn/skills
manifest: skills/scenes/skill-agent-recommendation/skill.yaml
source content

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

metadata: id: skill-agent-recommendation name: Agent Recommendation version: "3.0.1" description: Intelligent agent recommendation based on context and history author: Ooder Team icon: ri-user-star-line

spec: skillForm: PROVIDER skillCategory: SERVICE sceneType: AUTO purposes: - AI_INTEGRATION - TEAM

capability: category: biz

capabilities: - id: agent-recommendation name: Agent Recommendation description: 鏅鸿兘Agent鎺ㄨ崘 category: ai autoBind: true - id: context-analysis name: Context Analysis description: 涓婁笅鏂囧垎鏋? category: ai autoBind: false - id: history-learning name: History Learning description: 鍘嗗彶瀛︿範 category: ai autoBind: false

dependencies: - skillId: skill-common version: ">=3.0.0" required: true

estimatedResources: cpu: "100m" memory: "256Mi"