Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

kami-package-detection卡米包检测

Agent Skill

kami-package-detection 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,137

周安装

169

GitHub Stars

公开资料未说明

下载量

1,325
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kami-package-detection(卡米包检测)
来源仓库:https://github.com/13681882136/kami-package-detection
安装命令:
openclaw skills install kami-package-detection
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kami-package-detection

简介

基于 RTSP 摄像头流检测包裹与袋子,提供智能家居包裹到达通知。

  • 适用于门口监控、快递识别与家庭安全自动化场景。
  • 需接入有效的 RTSP 视频流并配置 AI 模型推理环境。
  • 注意隐私保护、视频源稳定性及本地计算资源占用情况。
  • kami-package-detection 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
kami-package-detection
description
A free skill by Kami SmartHome. Get notified the moment a package arrives at your door. Detects packages, parcels, and bags from RTSP camera streams using AI vision.
version
1.0.4
author
kami-smarthome
tags
triggers
metadata
openclaw
requires
bins
emoji
📦

Kami Package Detection

Get notified the moment a package arrives at your door.

Monitor your camera feed for packages, parcels, backpacks, handbags, and suitcases. When detected, returns the object class and bounding box as JSON — ready for automation.

Features

  • 📦 Package & parcel detection
  • 🧳 Suitcase / backpack / handbag recognition
  • 🏠 Doorstep & reception monitoring
  • ⏱ Configurable detection duration
  • 🔔 JSON output for easy integration

Scenarios

  • Doorstep delivery waiting
  • Office reception package management
  • Warehouse cargo monitoring
  • Temporary item watch

Installation

bash setup.sh

Creates .venv/ and installs onnxruntime, opencv-python-headless, numpy. Idempotent.

Prerequisites

  • python3 and python3-venv installed
  • yolov8s-worldv2.onnx model file in the skill directory
  • RTSP camera online and reachable

Model

The yolov8s-worldv2.onnx model file is included in the skill package. If missing, re-download this skill from ClawHub:

clawhub install kami-package-detection

Alternatively, download the YOLOv8s-World v2 .pt model from Ultralytics YOLO-World and export it to ONNX yourself. Make sure the class names used during export match the --class_names parameter:

pip install ultralytics
yolo export model=yolov8s-worldv2.pt format=onnx imgsz=320
cp yolov8s-worldv2.onnx /path/to/kami-package-detection/

Parameter Confirmation

Before running, confirm these parameters with the user:

ParameterDefaultDescription
--rtsp_urlrtsp://127.0.0.1/live/TNPUSAQ-757597-DRFMYRTSP camera URL
--conf_threshold0.25Confidence threshold (0.0–1.0)
--class_namesparcel package "delivery box" person "Cardboard box" "Packaging Box" backpack handbag suitcaseClasses to detect
--run_time60Max seconds; 0 = unlimited

Ask the user: do any parameters need to be changed?

Usage

.venv/bin/python yolo_world_onnx.py \
  --rtsp_url rtsp://your-camera-address \
  --run_time 60

Output (stdout JSON)

{
  "detections": [
    {
      "class_name": "parcel",
      "bbox": {"x1": 100, "y1": 200, "x2": 300, "y2": 400}
    }
  ]
}
FieldTypeDescription
class_namestringDetected object class
bbox.x1, y1, x2, y2intBounding box coordinates

Exit Codes

CodeMeaning
0Target detected, JSON output written
1Error (model missing, RTSP failure, runtime exception)
2Timeout, no target detected within --run_time

Troubleshooting

  • bash: .venv/bin/python: No such file or directory → Run bash setup.sh
  • Model file not found → Place yolov8s-worldv2.onnx in the skill directory
  • Cannot open video → Check camera is online and --rtsp_url is correct

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.06%
按下载量换算1,286

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills