21 lines
472 B
YAML
21 lines
472 B
YAML
name: nfc-medicine-lookup
|
||
version: 1.0.0
|
||
description: NFC药品检索技能,通过NFC芯片ID查询对应药品信息,以语音助手身份向老人介绍药名、用途和用法用量
|
||
author:
|
||
name: sparticle
|
||
email: support@gbase.ai
|
||
license: MIT
|
||
tags:
|
||
- nfc
|
||
- medicine
|
||
- elderly-care
|
||
- voice-assistant
|
||
runtime:
|
||
python: ">=3.7"
|
||
entry_point: scripts/nfc_medicine_lookup.py
|
||
config:
|
||
nfc_id:
|
||
type: string
|
||
required: true
|
||
description: NFC芯片ID
|