# Send Bazi Analysis to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bazi-analysis",
    "name": "Bazi Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/spyfree/bazi-analysis",
    "canonicalUrl": "https://clawhub.ai/spyfree/bazi-analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bazi-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bazi-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/notes.md",
      "scripts/bazi_chart.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bazi-analysis",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:49:11.937Z",
      "expiresAt": "2026-05-06T01:49:11.937Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bazi-analysis",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bazi-analysis",
        "contentDisposition": "attachment; filename=\"bazi-analysis-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bazi-analysis"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bazi-analysis"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bazi-analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/bazi-analysis",
    "agentUrl": "https://openagent3.xyz/skills/bazi-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bazi-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bazi-analysis/agent.md"
  }
}
```
## Documentation

### Bazi Analysis

Generate a structured Bazi report from birth date, time, and gender.

This skill works best when the user wants a report that feels both:

technically grounded in the chart facts
readable as a practical consultation summary

### Input

Birth date: YYYY-MM-DD
Birth time: HH:MM
Gender: male/female/男/女

### Recommended Command

python skills/bazi-analysis/scripts/bazi_chart.py \\
  --date 1989-10-17 \\
  --time 12:00 \\
  --gender male \\
  --format markdown

### Common Parameters

--from-year 2026 --years 10: generate yearly outlook sequence
--sect 1|2: switch school / calculation convention (2 by default)
--format markdown|json: consultation report or structured output

### Deliverables

A strong output should include:

Chart facts

四柱
日主
十神
藏干
纳音 / 旬空 / 命宫 / 身宫 / 胎元（if supported by script version)


Five-element balance summary
Luck-cycle and yearly rhythm
Interpretation

strengths / pressure points
career / money / relationship / health themes
useful elements / avoid-overstating certainty


Timing caution notes for boundary cases

### Output Style Guardrails

Present chart facts first, interpretation second.
Use practical, consultation-style language rather than fatalistic wording.
If the birth time is near an hour boundary, recommend comparing adjacent charts.
Be explicit about which elements are exact chart facts vs later interpretation.

### Scope Boundary

Traditional metaphysical analysis only; not medical, legal, or investment advice.
Boundary-time and school differences should be disclosed when relevant.

### Reference

references/notes.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: spyfree
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:49:11.937Z
- Expires at: 2026-05-06T01:49:11.937Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bazi-analysis)
- [Send to Agent page](https://openagent3.xyz/skills/bazi-analysis/agent)
- [JSON manifest](https://openagent3.xyz/skills/bazi-analysis/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bazi-analysis/agent.md)
- [Download page](https://openagent3.xyz/downloads/bazi-analysis)