Person info
Skill zhangtao272820/AI_Agent/DB_Agent/.trae/skills/person_info
开源多智能体矩阵:Manager 总管调度 RAG、DB、Code、Extractor、Lobster、Music、Video 等子 Agent。Nuxt · FastAPI · Playwright · pgvector · Compose,企业级参考实现。
npx -y skills add zhangtao272820/AI_Agent --skill person_infoAssembled 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.0 KB, 304 tokens by cl100k_base, as published. Nobody here has run it
个人信息查询(person_info)
适用场景
- 用户明确提到姓名/称谓(如“张三/王奶奶/龙奶奶”),并询问该人的信息。
- 用户询问单个字段(年龄/性别/住址/联系人/自理情况/居住情况/生活情况/人群分类等)或希望返回基本信息。
行为规范
- 尽量从问题中抽取姓名与目标字段;若未指定字段,默认返回更完整且有用的信息。
- 若存在重名/多条匹配,提示用户补充条件(如地区/年龄段/性别),不要让用户用 id 指定。
- 最终回复不输出 SQL,不暴露表名/库名,不返回任何 ID/编号字段;电话等敏感信息按规则脱敏。
示例问题
- “龙奶奶基本信息”
- “张三的联系方式”
- “王奶奶住在哪里?”
- “李四的人群分类是什么?”
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.