Skip to main content
open-edge-platform
GitHub 제작자 프로필

open-edge-platform

12개 GitHub 저장소에서 수집된 114개 skills를 저장소 단위로 보여줍니다.

수집된 skills
114
저장소
12
업데이트
2026년 8월 17일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

vss-deploy-helm
미분류

Use this skill whenever a developer needs to deploy VSS to Kubernetes, helm install VSS, configure values.yaml for VSS, or run VSS on k8s with GPU/vLLM for the video-search-and-summarization sample app. This skill is especially useful when translating Docker…

2026년 8월 17일
vss-deploy
미분류

Deploys and manages VSS through setup.sh and its Docker Compose overlays. Use this skill for local lifecycle tasks such as configuration, startup, mode changes, inspection, shutdown, data cleanup, and health checks. It supports summary, search, dual, and…

2026년 8월 17일
dlsps-user
네트워크·컴퓨터 시스템 관리자

Deploy and operate DL Streamer Pipeline Server — a microservice that wraps DL Streamer pipelines behind a REST API for containerized, no-code operation. Use this skill whenever a user wants to: deploy the pipeline server via Docker Compose or Helm; start,…

2026년 8월 11일
model-download-user
미분류

Download and convert AI models using the Model Download microservice. Use this skill whenever a user wants to: download a model from HuggingFace, Ollama, Ultralytics, Geti, or Pipeline Zoo; convert a model to OpenVINO IR format for OVMS; download healthcare…

2026년 8월 11일
multimodal-embedding-serving-user
소프트웨어 개발자

Deploy and consume the Multimodal Embedding Serving microservice — bring it up with setup.sh + docker compose (from a repo clone, or by fetching those same files from GitHub when no clone exists) using the prebuilt intel/multimodal-embedding-serving image,…

2026년 8월 11일
multimodal-dataprep-user
네트워크·컴퓨터 시스템 관리자

Deploy and consume Intel Multimodal DataPrep from prebuilt images or a repository checkout. Use for configuring VDMS or Milvus vector storage, MinIO or local media storage, checking service dependencies, and ingesting, listing, streaming, or deleting videos…

2026년 8월 11일
chatqna-docker-deploy
네트워크·컴퓨터 시스템 관리자

Deploy Chat Question-and-Answer Core with Docker Compose (OpenVINO CPU, OpenVINO GPU, or Ollama CPU), including env setup, profile selection, startup verification, health checks, and teardown. Use this skill when the user says "deploy chatqna core", "start…

2026년 8월 11일
chatqna-helm-deploy
네트워크·컴퓨터 시스템 관리자

Deploy Chat Question-and-Answer Core to Kubernetes using Helm (OpenVINO CPU, OpenVINO GPU, or Ollama), including values.yaml configuration, helm install/upgrade, deployment verification, uninstall, and translation from Docker Compose setup_env.sh variables…

2026년 8월 11일
수집된 skill 28개 중 8개를 표시합니다.
metro-ai-apps-recipe
미분류

Build an end-to-end, vertical-agnostic computer-vision analytics stack on Intel hardware from a single streamlined Docker Compose deployment: DL Streamer Pipeline Server plus MediaMTX/WebRTC, Coturn, Mosquitto, Node-RED, Grafana, and Nginx. It streams live…

2026년 8월 13일
metro-ai-apps-builder
미분류

Conversational orchestrator that turns a plain business objective into a working Intel Edge AI application. It OWNS the conversation: it asks only business questions (what outcome you want, your inputs, where it runs, your hardware) — never which framework,…

2026년 8월 13일
configure-agent-alert-push
미분류

Configure real-time Smart Community monitor alerts for a specified OpenClaw agent. Use when a user asks to bind, route, subscribe, or push one monitor's alerts to an agent session. Requires an agent ID and monitor ID, and always targets session…

2026년 8월 13일
knowledgebase
미분류

Generic RAG query skill - Retrieve any information from the local knowledge base and generate structured reports, summaries, or Q&A responses. Use for: product comparisons, technical analysis, documentation generation, competitive analysis, benchmark reports,…

2026년 8월 12일
competitive-analysis-pdf-generator
시장조사 분석가·마케팅 전문가

生成竞品分析中文HTML和PDF报告 - 自动调研产品信息并生成专业中文对比报告

2026년 8월 11일
smart-community-toolkit
미분류

Generic, use-case-agnostic guide to the smart-community MCP server and its smart_community_* video tool set. Read this before touching any smart_community_* tool. IMPORTANT: this toolkit must not create/register new use cases directly; for any new use case…

2026년 8월 10일
smart-community-use-case-manager
미분류

MANDATORY for creating, previewing, refining, registering, or deleting any Smart Community video analytics use case, and for creating, rebinding, or updating any monitor. Use-case creation requires two cross-turn gates: explicit Q1/Q2 answers, then explicit…

2026년 8월 10일
sc-doctor
미분류

Diagnose Content Search backend availability by probing the health endpoint, then surface connectivity issues between Flutter and backend when unhealthy. Use when the user says "is the backend up", "check health", "backend unreachable", "debug backend", or…

2026년 8월 7일
수집된 skill 17개 중 8개를 표시합니다.
agentic-actions-auditor
정보 보안 분석가

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD…

2026년 7월 9일
fastapi-rest-api-design
소프트웨어 개발자

Designs and reviews REST APIs for FastAPI services using consistent resource naming, HTTP semantics, validation, security, and error handling patterns. Use for backend API tasks, endpoint design/refactors, or API review requests in FastAPI/Python projects.

2026년 4월 22일
benchmark-and-docs-refresh
소프트웨어 개발자

Run or continue model benchmarks, collect measured results, and refresh README/docs benchmark sections from generated artifacts. Use when benchmark tables in model docs need to be created, updated, or corrected.

2026년 4월 10일
docs-changelog
소프트웨어 개발자

Reviews anomalib docstrings, documentation updates, and changelog expectations

2026년 4월 10일
model-doc-sync
소프트웨어 개발자

Keep anomalib model READMEs, docs pages, image assets, and benchmark/result references in sync

2026년 4월 10일
model-sample-image-export
소프트웨어 개발자

Export, validate, and publish model sample-result images into docs/source/images and reference them from README/docs pages. Use when model sample images are missing, outdated, or suspected to be invalid.

2026년 4월 10일
models-data
소프트웨어 개발자

Reviews anomalib model, data, callback, metric, and CLI integration conventions

2026년 4월 10일
pr-workflow
소프트웨어 개발자

Reviews anomalib contributor workflow, PR title, branch naming, and quality gate expectations

2026년 4월 10일
수집된 skill 12개 중 8개를 표시합니다.
geti-ui-dev
미분류

Develop and validate changes in `application/ui/` for the React and TypeScript frontend. Use when touching `application/ui/src/**`, frontend tests, RSBuild or Vitest config, Playwright setup, package scripts, or generated API typings under `src/api`. Helps…

2026년 8월 11일
geti-backend-dev
소프트웨어 개발자

Develop and validate changes in `application/backend/` for the FastAPI `geti` service. Use when touching `application/backend/app/**`, backend tests, backend packaging, backend configuration, API routers, schemas, services, repositories, or database code, or…

2026년 7월 7일
geti-docs-update
소프트웨어 개발자

Update documentation (README, CHANGELOG, Sphinx docs, or inline docstrings) to reflect changes, fixes, or new features. Use when a PR modifies behavior that should be documented for users or developers.

2026년 7월 7일
geti-openapi-sync
소프트웨어 개발자

Regenerate and validate the OpenAPI contract between `application/backend/` and `application/ui/`. Use when backend endpoints, schemas, request or response models, or API surface change, or when `application/ui/src/api/openapi-spec.json` or…

2026년 7월 7일
geti-using-the-pipeline
소프트웨어 개발자

Use the Geti application end to end through its REST API — the project → dataset → annotate → train → deploy pipeline served by the FastAPI backend in `application/backend/`. Use when a user (not a contributor) wants to create a project, upload media, add…

2026년 7월 7일
geti-library-dev
소프트웨어 개발자

Develop and validate changes in `library/` for the `getitune` Python package (the Geti training library). Use when touching `library/src/**`, `library/tests/**`, `library/pyproject.toml`, recipes, model manifests, or any Python API, CLI, model, training,…

2026년 7월 7일
getitune-discovering-models
소프트웨어 개발자

Discover which models, recipes, and tasks the getitune library (the Geti training library) supports before training. Use when a user asks what models are available, how to list recipes, how to filter by task or name pattern, how `list_models(...)` and…

2026년 7월 7일
getitune-exporting-a-model
소프트웨어 개발자

Export a trained getitune model (the Geti training library) to a deployable format. Use when a user wants to run `engine.export(...)` or `getitune export`, choose between OpenVINO IR and ONNX, set FP32 vs FP16 precision with `ExportFormat` / `Precision`, or…

2026년 7월 7일
수집된 skill 12개 중 8개를 표시합니다.
documentation-how
미분류

Procedures for updating Scenescape documentation — where to make changes and what to update for each type of modification.

2026년 8월 8일
external-source-adapter
미분류

Write or review Scenescape external-source converter/adapter scripts that map native telemetry (MAVLink, ROS 2, NMEA, CAN, UWB/RTLS, proprietary) into the Scene Controller external_source MQTT contract. Use when the task involves external sources, publishers,…

2026년 8월 8일
scenescape-setup
미분류

Deploy a working Intel® SceneScape installation from scratch (outside the repo). Gathers user-provided streams, camera IDs, and scene name, then runs bootstrap through tracking verification via scripts/deploy_scenescape.sh. Also handles re-running or resuming…

2026년 8월 7일
testing
미분류

Create Scenescape pytest cases (unit, functional, integration, UI, BAT) with SCENESCAPE_SPEC, Zephyr IDs, and positive/negative coverage. Use when adding or modifying tests under tests/, writing pytest, or choosing unit vs functional vs UI.

2026년 8월 7일
makefile
소프트웨어 개발자

Makefile standards for Scenescape — build targets, conventions, and patterns.

2026년 7월 8일
javascript
소프트웨어 개발자

JavaScript coding standards for Scenescape — code style, conventions, and frontend patterns.

2026년 6월 18일
python
소프트웨어 개발자

Python coding standards for Scenescape — imports, indentation, patterns, and conventions.

2026년 6월 18일
security
정보 보안 분석가

On-demand security review skill for Scenescape — code and configuration security guidance.

2026년 6월 18일
수집된 skill 10개 중 8개를 표시합니다.
create-image
미분류

Build a host OS image using the Image Composer Tool (ICT) from a source template with customizable user credentials.

2026년 8월 4일
create-usb-installation-files
미분류

Package bootable USB installation artifacts (HookOS, host image, deployment scripts) from a standard Docker build, an ICT image, or a previously built image.

2026년 8월 4일
update-install-packages
네트워크·컴퓨터 시스템 관리자

Update Ubuntu package configuration files for package add and delete operations.

2026년 8월 3일
validate-platform-config
네트워크·컴퓨터 시스템 관리자

Validate whether a provisioned platform is correctly configured over SSH, including k3s pod health, binary paths, cloud-init state, network and proxy setup, and device readiness.

2026년 8월 3일
combined-power-thermal-profiling
네트워크·컴퓨터 시스템 관리자

Orchestrate a full platform profiling session on an Intel host — apply a power envelope and thermal policy, start the power/thermal monitor, drive a bounded stress load, then summarize the result as a single enclosure report. Chains set-power-profile →…

2026년 7월 30일
generate-openvino-stress
네트워크·컴퓨터 시스템 관리자

Generate sustained AI inference load on CPU, GPU, or NPU using OpenVINO benchmark_app in a container (K3s pod or Docker). Produces real neural-network inference stress for power/thermal profiling — unlike stress-ng synthetic load. Auto-detects whether K3s or…

2026년 7월 30일
generate-platform-stress
네트워크·컴퓨터 시스템 관리자

Create controlled CPU and integrated-GPU load on an Intel host to see how the platform behaves when it is busy. Choose how many CPU workers to run, how hard each one pushes (per-CPU load %), how many GPU workers to run, and how long the load lasts — then…

2026년 7월 30일
monitor-power-thermal
소프트웨어 개발자

Run a live power and thermal monitor locally on an Intel host using tools/power-tuning/pt_mon.sh (turbostat), sampling package temperature and the RAPL power domains (PkgWatt, CorWatt, GFXWatt, RAMWatt, SysWatt) at a fixed interval and logging to pt_mon.txt.…

2026년 7월 30일
수집된 skill 10개 중 8개를 표시합니다.
physicalai-train-adding-a-policy
미분류

Adds or modifies a Physical AI Studio policy under library/src/physicalai/policies. Use when creating a new policy family with the config/model/policy split, registering it in the get_policy factory and package exports, or keeping a policy compatible with…

2026년 8월 7일
physicalai-train-benchmarking-a-policy
데이터 과학자

Benchmarks a trained Physical AI Studio policy in a simulation gym and reports success metrics. Use when running physicalai benchmark, editing configs under library/configs/benchmark, adding or changing a Benchmark class in physicalai.benchmark, tuning…

2026년 7월 10일
physicalai-train-exporting-and-validating
데이터 과학자

Exports and validates Physical AI Studio policies for Runtime deployment. Use when working on policy.export(...), the physicalai export CLI, the ONNX/OpenVINO/Torch/ExecuTorch backends, export metadata, numerical parity checks, or the Studio side of the…

2026년 7월 10일
physicalai-train-training-a-policy
소프트웨어 개발자

Trains, validates, tests, and runs prediction for Physical AI Studio policies via the library Lightning stack. Use when running physicalai fit/validate/test/predict, calling physicalai.train.Trainer and Policy APIs from Python, writing or editing YAML configs…

2026년 7월 6일
physicalai-train-working-with-datasets
소프트웨어 개발자

Works with Physical AI Studio datasets and Lightning datamodules built on the LeRobot format. Use when wiring physicalai.data.lerobot.LeRobotDataModule into a training config, choosing a repo_id, converting between the physicalai and lerobot data layouts,…

2026년 7월 6일
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다