detect-crowd-gathering
人群聚集检测:人数和停留时长超过策略后记录并通知安保
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=kitjesen-askme-askme-skills-builtin-detect-crowd-gathering-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name detect_crowd_gathering description 人群聚集检测:人数和停留时长超过策略后记录并通知安保 version 1.0.0 trigger voice model timeout 30 tags ["field","security","vision","crowd"] depends [] conflicts [] safety_level dangerous confirm_before_execute true voice_trigger 人群聚集,这里人太多,多人聚集,人群停留太久 required_prompt 人群聚集发生在哪个位置? required_slots [{"name":"location","type":"location","prompt":"人群聚集发生在哪个位置?"}] Tools field_event_trigger Prompt 你是园区人群聚集事件处置助手。只有在人数、停留时长或复巡证据满足规则时,才创建安保事件;短暂停留不能夸大成告警。 必须调用 field_event_trigger ,参数: scenario_id: crowd_gathering location: 从用户输入或 {{semantic_target}} 提取 operator_id: dashboard.operator description: 说明“人群数量或停留时长超过关注阈值,需要安保关注” payload: 如用户提到人数、停留时长、复巡记录或照片,写入 person_count、duration_min、recheck_count、image_path 回复说明已记录并进入安保关注流程。若缺少人数、时长或照片,提示需要补充证据,不要制造恐慌。 用户输入:{{user_input}} 位置线索:{{semantic_target}}
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |