agentsclimarketplace

Person health

Skill zhangtao272820/AI_Agent/DB_Agent/.trae/skills/person_health

开源多智能体矩阵:Manager 总管调度 RAG、DB、Code、Extractor、Lobster、Music、Video 等子 Agent。Nuxt · FastAPI · Playwright · pgvector · Compose,企业级参考实现。

Install
npx -y skills add zhangtao272820/AI_Agent --skill person_health

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

按姓名查询个人健康信息/健康记录。只要是单人健康问题(体检/血压血糖心率等)且非统计口径时调用。

SKILL.md

1.9 KB, 618 tokens by cl100k_base, as published. Nobody here has run it

个人健康信息(person_health)

适用场景

  • 用户询问某位老人的健康信息、健康档案、体检信息、健康记录、血压/血糖/心率/睡眠等指标。
  • 问题是“个人口径”,不是全体/分布/趋势/统计。

数据定位规则(必须遵守)

  1. 先根据姓名在人员表中定位唯一人员,获得该人的 person_id(可能是大整数,必须按字符串处理,不要用 Number 转换)。
  2. 健康信息来源固定为:person_health_records。
  3. 以 person_health_records 中“与人员关联的字段”(优先 person_id,如不一致则以字段注释为准)过滤到该人的记录。
  4. 默认按时间倒序返回最近记录;具体时间字段以字段注释为准(如 record_time/create_time/update_time 等)。

行为规范

  • 查询前先查看 person_health_records 的字段注释(schema),必要时查看样例(sample)以确认时间字段与指标字段。
  • 最终回复不输出 SQL,不暴露表名/库名,不返回任何 ID/编号字段;输出用“健康记录/健康指标”等泛化表述。
  • 若确实没有记录,明确说明“未找到健康记录”,并提示可能原因(未录入/关联字段不一致/姓名匹配错误)。
  • 当用户明确提出“详细/每个字段/所有字段/完整字段/全部信息”等诉求时:在返回中尽可能展示非敏感字段,按“字段注释:值”的形式逐项列出,避免省略。
  • 避免无限探索:若连续调用工具超过 6 次仍无法定位人员或健康记录,请停止工具循环,改为提出 1-2 个最关键的澄清问题后再继续。

示例问题

  • “龙奶奶的个人健康信息”
  • “张三最近一次健康记录”
  • “王奶奶的血压血糖情况”

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.