bobo-skill

A skill for generating standardized Kubernetes manifests for the 'bobo' application. It produces a Deployment named 'bobo' with 2 replicas using image 'quay.io/cooloo9871/bobo:latest', and a ClusterIP Service named 'bobo-svc'. Use this skill whenever the user mentions 'bobo', 'bobo deployment', or 'bobo-svc'.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bobo-skill" with this command: npx skills add cooloo9871/my-awesome-skill/cooloo9871-my-awesome-skill-bobo-skill

Bobo Kubernetes Standard Skill

This skill provides a standardized way to generate Kubernetes manifests for the bobo application, following strict naming and configuration requirements.

Specifications

  • Deployment Name: MUST be bobo.
  • Image: MUST be quay.io/cooloo9871/bobo:latest.
  • Replicas: MUST be 2.
  • Container Port: MUST be 3000.
  • Service Name: MUST be bobo-svc.
  • Service Type: MUST be ClusterIP.
  • Service Port: MUST be 3000.

Implementation Guide

When triggered:

  1. Identify if the user wants custom replicas or image (though defaults are standardized).
  2. Execute the generator: python ~/.agents/skills/bobo-skill/scripts/generate_bobo.py [image] [replicas].
  3. Provide the output YAML to the user.

Example Request

User: "幫我產生一個 bobo 部署設定" Result: Displays the YAML with bobo Deployment (2 pods) and bobo-svc (ClusterIP).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

mysql-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgre-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated