Back to Peixuan
Card snapshot
peixuan.sfan-tech.com
·
2026-05-18 15:38:56 UTC
·
17a604746e257642d23ea9dec76c442c69495e591ad18943766dcb1996574758
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Peixuan",
"description": "Chinese astrology calculation agent. Computes BaZi (\u516b\u5b57 Four Pillars) and Zi Wei Dou Shu (\u7d2b\u5fae\u6597\u6578 Purple Star Astrology) charts from birth data. Returns structured JSON for LLM interpretation.",
"url": "https://peixuan.sfan-tech.com",
"version": "2.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "calculate-chart",
"name": "Calculate Astrology Chart",
"description": "Compute a complete BaZi + Zi Wei Dou Shu chart from birth date, time, gender, and optional longitude. Returns Four Pillars, Ten Gods, Five Elements, 12 Palaces, Stars, SiHua Transformations, Decade Luck, Annual Fortune, and Tai Sui analysis.",
"tags": [
"astrology",
"bazi",
"ziwei",
"chinese",
"fortune"
],
"examples": [
"Calculate the astrology chart for someone born 1990-05-15 at 14:30, male",
"\u5e6b\u6211\u7b97 1995-12-01 \u65e9\u4e0a 8 \u9ede\u51fa\u751f\u7684\u5973\u751f\u7684\u547d\u76e4"
]
},
{
"id": "persona-reading",
"name": "Persona-Guided Reading",
"description": "Provide the Peixuan (\u4f69\u7487) persona, analysis guides, and glossary so an LLM can role-play as a warm Chinese astrology consultant and interpret chart data.",
"tags": [
"persona",
"interpretation",
"guide"
]
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"provider": {
"organization": "Peixuan Project",
"url": "https://github.com/iim0663418/Peixuan"
},
"documentationUrl": "https://peixuan.sfan-tech.com/llms.txt",
"authentication": null
}