agentsclimarketplace

Person query

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

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

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

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.1 KB, 345 tokens by cl100k_base, as published. Nobody here has run it

人员查询(person_query)

适用场景

  • 用户明确提到姓名/称谓(如“张三/王奶奶/林婉清”),并询问该人的信息。
  • 用户询问单个字段(年龄/性别/住址/联系人/自理情况等)或希望返回“基本信息/全部信息”。

行为规范

  • 尽量从问题中抽取姓名与目标字段(若用户未指定字段,默认返回尽量完整且有用的信息)。
  • 通过 SQL Agent / MCP 工具链检索数据,必要时做多步查询与关联。
  • 最终回复不暴露数据库表名/库名/SQL,不返回任何 ID/编号字段;对敏感信息(如电话)做脱敏或按规则不返回。
  • 若存在重名/多条匹配,提示用户补充条件(如地区/年龄/性别),但不要让用户用 id 进行指定。

示例问题

  • “龙奶奶的基本信息”
  • “张三的联系方式”
  • “王奶奶住在哪里?”
  • “实训室102林婉清的足底测量数据(尽量返回完整信息)”

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.