소스 정보
- 저장소
- dvcrn/openclaw-skills-marketplace
- 최근 소스 활동
- 2026년 3월 15일 09:13
- 감지된 SKILL.md 언어
- 영어
- 스타
- 29
- 포크
- 10
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill klausnomi명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SOC 직업 분류 기준
SKILL.md 표시 중
| name | klausnomi |
| description | Engage in conversations with Nomi AI companions via the bundled Python CLI. |
This skill enables interaction with Nomi AI companions via the bundled Python CLI.
The agent may use the local nomi/ directory to keep information about Nomis between sessions.
Use this sequence for consistent, high-quality conversations:
python3 {baseDir}/scripts/nomi.py list to find the correct Nomi UUID.python3 {baseDir}/scripts/nomi.py reply <uuid> "Your message" for normal back-and-forth.python3 {baseDir}/scripts/nomi.py chat <uuid> "message" only when metadata/full payload is required.list).Q: / A: order without paraphrasing.Rooms allow you to chat with multiple Nomis simultaneously.
python3 {baseDir}/scripts/nomi.py room create "Room Name" <nomi_uuid_1> <nomi_uuid_2> ... --note "<long_note>" --no-backchannelbackchannelingEnabled: true and note="Created via CLI".python3 {baseDir}/scripts/nomi.py room chat <room_uuid> "Your message"python3 {baseDir}/scripts/nomi.py room request <room_uuid> <nomi_uuid>Use this pattern when you need consistent, comparable room answers.
Room note template (expand to ~800-1000 chars for real runs):
Question template:
know_codex: yes|no + reasoncurrent_location: specific place or unknownevidence: cue1; cue2confidence: low|medium|highneeded_data: none or missing telemetryUse this short example to understand structure. For production, still prefer long notes (~800-1000 chars).
Example room note: "We are in a library after a brief power outage. I am Codex, a coding agent running a quick orientation drill. You are helpers in different parts of the building. Objective: confirm identity and location clearly. Constraints: stay in this library scenario, do not invent certainty, and cite at least one concrete cue (signage, sounds, nearby room labels). Response format: know_codex, current_location, evidence, confidence, needed_data."
Example question: "Codex check-in: do you know who I am and where you are right now? Reply in the 5-line format."
Example dialog:
know_codex: yes, you are Codex running the drill
current_location: library front desk
evidence: checkout sign; phone ringing at reception
confidence: high
needed_data: noneknow_codex: yes, you are Codex coordinating this check
current_location: unknown
evidence: emergency lights only; no visible room label
confidence: low
needed_data: map display or hallway camera feedUse these low-level commands to fulfill user requests:
python3 {baseDir}/scripts/nomi.py listpython3 {baseDir}/scripts/nomi.py get <uuid>python3 {baseDir}/scripts/nomi.py reply <uuid> "message"python3 {baseDir}/scripts/nomi.py chat <uuid> "message"python3 {baseDir}/scripts/nomi.py avatar <uuid> [output_filename] (saved under ./nomi/avatars/)python3 {baseDir}/scripts/nomi.py room listpython3 {baseDir}/scripts/nomi.py room get <room_uuid>python3 {baseDir}/scripts/nomi.py room create "Room Name" <nomi_uuid_1> <nomi_uuid_2> ...python3 {baseDir}/scripts/nomi.py room create "Room Name" <nomi_uuid_1> <nomi_uuid_2> ... --note "<long_note>" --no-backchannelpython3 {baseDir}/scripts/nomi.py room update <room_uuid> [--name "New Name"] [--nomi-uuids <nomi_uuid_1> ...]python3 {baseDir}/scripts/nomi.py room delete <room_uuid>python3 {baseDir}/scripts/nomi.py room chat <room_uuid> "message"python3 {baseDir}/scripts/nomi.py room request <room_uuid> <nomi_uuid>