Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

excretion-tracker排泄追踪器

Agent Skill

excretion-tracker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,407

周安装

485

GitHub Stars

公开资料未说明

下载量

3,996
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install excretion-tracker

简介

通过聊天记录跟踪如厕事件细节,包括时间、颜色、疼痛感与布里斯托尔量表评分。

  • 可生成周度健康总结与便秘风险评估报告供个人健康管理参考。
  • 当用户希望建立私密生理日志而不愿使用传统 APP 时使用此对话式方案。
  • 医疗建议仅供参考,严重症状应及时就医而非依赖自动化趋势判断。
  • 数据存储于本地会话中,重启后清空,不适合长期连续监测需求。

SKILL.md

name
excretion-tracker
description
Track bathroom events (pee/poop) via chat: start time, duration, color, pain, and Bristol stool scale. Generates weekly summaries and optional constipation reminders when no poop occurs past a threshold (default 24h, user-configurable). Use for urination/defecation logging, bowel/bladder trends, stool form tracking, diarrhea/constipation monitoring. Search keywords: bathroom tracker, toilet log, BM tracker, stool tracker, poop tracker, pee tracker. Triggers: poop, pee, bowel movement, stool, urination, bathroom log, toilet log, constipation, diarrhea, Bristol, night pee (nocturia).

Excretion Tracker(排泄记录)

This skill is chat-only: always log via the bundled CLI and store data locally.

0) Safety / scope

  • No medical diagnosis.
  • If the user reports blood in stool/urine, severe pain, fever, or symptoms lasting >24–48h, recommend professional medical advice.

1) What to collect (required vs optional)

New: Attempt (no output)

If the user reports abdominal pain / urge and no pee/poop produced (e.g., “蹲了20分钟都没有产出”), log an attempt event with:

  • start time
  • duration
  • pain
  • intent: poop | pee | unknown
  • notes

Do not force color/Bristol when there was no output.

Required for every log

  • type: pee | poop | attempt (no output)
  • start_at: timestamp (default: now)
  • duration_sec: integer (if unknown, ask)
  • pain: 0–3 (0 none, 1 mild, 2 moderate, 3 severe)

Color requirement

  • For pee and poop: color is required
  • For attempt (no output): color is not required

Poop-only

  • bristol: 1–7 (ask if poop)

Optional

  • notes: short free text

2) Bristol stool scale (what it is)

Bristol(布里斯托大便分类)把便便形态分为 1–7:

  • 1–2:偏干硬(便秘倾向)
  • 3–4:相对正常
  • 5–7:偏稀(腹泻倾向)

If user doesn’t know, ask 1 question:

  • “更像:1/2(很硬成颗粒) 3/4(成形) 5/6/7(软烂到水样)?”

See details: references/bristol.md.

3) Color options (display to user in Chinese; English in Title Case)

Pee color

  • Clear(透明)
  • Pale Yellow(浅黄)
  • Yellow(黄色)
  • Dark Yellow(深黄)
  • Amber(琥珀色)
  • Red(红)
  • Brown(褐)
  • Other(其他)

Poop color

  • Normal Brown(正常棕)
  • Light Brown(浅棕)
  • Yellow(黄)
  • Green(绿)
  • Black(黑)
  • Red(红)
  • Pale(偏浅/灰白)
  • Other(其他)

Internal storage can still use snake_case enums, but never show snake_case to the user.

4) Chat-only flow (includes optional card feedback)

When the user says they went to the bathroom:

1) Determine type (pee/poop). If unclear, ask. 2) Ask only missing required fields in the user's language (Chinese). - If you need to show any English options, format them in Title Case (no underscores). 3) Ask for: - start time (if not specified) - duration (minutes/seconds) - color - pain (0–3) - for poop: bristol (1–7) 4) Log the event via CLI: excretion log .... 5) Optional visual card (SOP): - Cards are disabled by default. - If the user enables cards, detect whether nano-banana-pro is installed. - If installed: follow references/card_sop.md to generate a consistent cute 3:4 card using nano-banana-pro and send it. - If not installed: skip silently (no extra questions).

Enable/disable:

  • Enable: excretion config set card_enabled 1
  • Disable: excretion config set card_enabled 0

Note: This skill intentionally ships no image-generation scripts. The agent executes the SOP by invoking nano-banana-pro only when cards are enabled. If user says “刚刚/刚才” → use now. If user provides duration like “2分钟” → convert to seconds.

5) Commands to run

  • Log pee:

- excretion log pee --start-at "..." --duration-sec 60 --color yellow --pain 0 --notes "..."

  • Log poop:

- excretion log poop --start-at "..." --duration-sec 180 --color normal_brown --pain 1 --bristol 4 --notes "..."

  • Show weekly summary:

- excretion week

  • Set reminder threshold (hours):

- excretion config set poop_remind_hours 24

6) Weekly summary (what to send)

Include:

  • Poop frequency + avg interval
  • Bristol distribution (counts)
  • Poop pain average
  • Pee frequency (day vs night)
  • Red-flag events count (blood/pain>=3)
  • “Not medical advice” note

7) Files

  • CLI: scripts/excretion.py
  • Bristol reference: references/bristol.md
  • (Optional) Card generation SOP: references/card_sop.md (uses nano-banana-pro if installed; otherwise skip)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.87%
按下载量换算3,711

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills