소스 정보
- 저장소
- 18816132863/xiaoyi-claw-omega-final
- 최근 소스 활동
- 2026년 4월 25일 15:25
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/18816132863/xiaoyi-claw-omega-final --skill lock-face명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.
同花顺i问财综合金融数据查询技能。整合行情查询、财务查询、基金查询、宏观查询、指数查询、A股选股、期货选股、公告搜索、新闻搜索、研报搜索等十大核心能力。支持股票、ETF、基金、期货、宏观经济等多维度金融数据查询,以及公告、新闻、研报等资讯搜索。当用户需要查询股票行情、财务数据、基金信息、宏观数据、选股筛选、公告新闻研报时,使用此技能。
Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | lock-face |
| description | 智能门锁人脸识别设置技能。用于设置人脸识别相关功能,包括人脸开关、识别模式、语音提醒、回头防误开时长等。不支持查询操作。 |
本技能用于控制门锁的人脸识别相关设置,包括人脸开关、识别模式、语音提醒、回头防误开时长等。不支持查询操作。
securitySetting当用户提到以下关键词时,应加载本技能:
| 功能 | 参数 | 参数说明 | 功能作用 |
|---|---|---|---|
| 人脸识别开锁开关 | faceIdentifySwitch | 0=关闭,1=打开 | 开启后,可使用录入的管理员或成员面部识别开锁;当该开关关闭时,其他人脸识别设置不可修改 |
| 人脸识别模式 | faceDetectMode | 0=手动模式,1=自动模式(自动模式下同时支持手动模式触发) | 手动模式:触摸数字键盘,唤醒门锁进行人脸识别,可以提高门锁续航时间;自动模式:走进门锁0.5-1米处,可自动进行人脸识别,同时支持手动触发 |
| 人脸语音提醒 | faceVoiceSwitch | 0=关闭,1=打开 | 开启后,在人脸识别开锁时会有语音引导提示 |
| 回头防误开时长 | faceSleepTime | 取值范围:0, 5, 10, 20, 30, 120(秒) | 优点:关门后,人脸识别功能在设置时间内停用,可以避免出门后等电梯时,回头误开锁;缺点:关门后,在对应时间内无法自动唤醒人脸开锁,需要触摸键盘手动唤醒人脸识别 |
| 参数 | 取值范围 | 说明 |
|---|---|---|
faceIdentifySwitch | 0, 1 | 0=关闭,1=打开 |
faceDetectMode | 0, 1 | 0=手动模式,1=自动模式 |
faceVoiceSwitch | 0, 1 | 0=关闭,1=打开 |
faceSleepTime | 0, 5, 10, 20, 30, 120 | 回头防误开时长(秒) |
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceIdentifySwitch": 1}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceIdentifySwitch": 0}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceDetectMode": 0}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceDetectMode": 1}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceVoiceSwitch": 1}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceVoiceSwitch": 0}' \
--verbose
node common-skill/bin/smarthome-claw.js control_device \
--dev-id "xxx" \
--prod-id "xxx" \
--operation "POST" \
--sid "securitySetting" \
--data '{"faceSleepTime": 30}' \
--verbose