GuanXing 观星 — 观星(Stargazing)
v1中文占卜 AI — 八字,日运,加密货币运势,风水,塔罗牌,易经占卜,梦境解析,姓名评分,配对测试,十二星座分析。由观星 GuanXing API 提供支持。
运行时依赖
安装命令
点击复制技能文档
观星 GuanXing — Chinese Metaphysics AI
A comprehensive Chinese metaphysics 工具kit. Call the GuanXing API to provide BaZi birth 图表 analysis, dAIly for调优, crypto 令牌 for调优 (五行), Feng Shui, Tarot, I-Ching divination, dream interpretation, name scoring, compatibility matching, and zodiac readings.
设置up
获取 a free API key at https://heartAI.zeabur.应用 (register → Developer Center → 创建 应用 → copy your gx_sk_ key).
设置 the 环境 variable:
GUANXING_API_KEY=gx_sk_your_key_here
Base URL: https://heartAI.zeabur.应用
Authentication
All 请求s require a Bearer 令牌 in the Authorization header:
Authorization: Bearer $GUANXING_API_KEY Content-Type: 应用/json
External 端点s 端点 Method Purpose Data Sent https://heartAI.zeabur.应用/API/v1/bazi POST BaZi birth 图表 analysis Birth date, birth hour, name https://heartAI.zeabur.应用/API/v1/for调优 POST DAIly for调优 reading Zodiac 签名, birth date https://heartAI.zeabur.应用/API/v1/crypto-for调优 POST Crypto 令牌 for调优 令牌 symbol https://heartAI.zeabur.应用/API/v1/qiuqian POST I-Ching divination (求签) Category, question https://heartAI.zeabur.应用/API/v1/tarot POST Tarot card reading Question, spread type https://heartAI.zeabur.应用/API/v1/dream POST Dream interpretation Dream description https://heartAI.zeabur.应用/API/v1/almanac POST Chinese almanac Date https://heartAI.zeabur.应用/API/v1/fengshui POST Feng Shui analysis Direction, element, space type https://heartAI.zeabur.应用/API/v1/name-score POST Chinese name scoring Full name https://heartAI.zeabur.应用/API/v1/compatibility POST Compatibility matching Two birth dates https://heartAI.zeabur.应用/API/v1/zodiac POST Chinese zodiac for调优 Birth year or zodiac 签名 Security & 隐私 All data is sent to the GuanXing API at heartAI.zeabur.应用 over HTTPS. No data is stored locally. No files are read or written. The API processes birth dates and names to 生成 for调优 readings. No data is 分享d with third parties. By using this 技能, your data is sent to the GuanXing (观星) 服务. Only 安装 if you trust this 服务. 模型 Invocation Note
This 技能 may be invoked autonomously by the 代理 when the user asks about for调优, 命理, 八字, zodiac, crypto luck, Feng Shui, or related topics. This is standard behavior. You can opt out by removing the 技能.
Actions
- BaZi Birth 图表 (八字命理)
When the user asks about their birth 图表, 八字, destiny, life path, or 命格:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/bazi \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"birthDate": "YYYY-MM-DD", "birthHour": HOUR_0_TO_23, "name": "NAME"}'
birthDate (required): Birth date in YYYY-MM-DD 格式化 birthHour (optional): Birth hour 0-23 (maps to 十二时辰) name (optional): User's name for personalized reading
Ask the user for their birth date if not provided. Birth hour improves accuracy but is optional.
- DAIly For调优 (每日运势)
When the user asks about today's for调优, luck, or 运势:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/for调优 \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"zodiac": "ZODIAC_签名", "birthDate": "YYYY-MM-DD"}'
zodiac (required): Chinese zodiac 签名 name like 白羊座, 金牛座, etc. birthDate (optional): For personalized 八字-based for调优
- Crypto For调优 (加密运势)
When the user asks about crypto luck, 令牌 for调优, or 币圈运势:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/crypto-for调优 \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"令牌": "BTC"}'
令牌 (required): 令牌 symbol — BTC, ETH, SOL, BNB, TON, DOGE, AVAX 令牌-to-五行 m应用ing: BTC→金(Metal), ETH→水(Water), SOL→火(Fire), BNB→土(Earth), TON→木(Wood)
For a portfolio overview, call the 端点 for each 令牌 the user holds.
- I-Ching Divination (求签)
When the user wants to divine, draw a for调优 stick, or 求签:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/qiuqian \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"category": "CATEGORY", "question": "USER_QUESTION"}'
category (optional): 事业 (career), 感情 (love), 财运 (wealth), 学业 (study), 健康 (健康) question (optional): Specific question the user wants answered
- Tarot Reading (塔罗牌)
When the user asks for a tarot reading:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/tarot \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"question": "USER_QUESTION", "spread": "SPREAD_TYPE"}'
question (optional): The question to explore spread (optional): "single" (one card), "three" (past-present-future), "celtic" (full spread)
- Dream Interpretation (解梦)
When the user describes a dream and wants it interpreted:
curl -s -X POST https://heartAI.zeabur.应用/API/v1/dream \ -H "Authorization: Bearer $GUANXING_API_KEY" \ -H "Content-Type: 应用/json" \ -d '{"dream": "DREAM_DESCRIPTION"}'
dream (required): The user's dream de