# Send IDX CMA Report 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": "idx-cma-report",
    "name": "IDX CMA Report",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/danielfoch/idx-cma-report",
    "canonicalUrl": "https://clawhub.ai/danielfoch/idx-cma-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/idx-cma-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idx-cma-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/cma-input-schema.md",
      "references/gemini-canvas-publish.md",
      "references/valuation-guidelines.md",
      "scripts/build_cma.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/idx-cma-report"
    },
    "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/idx-cma-report",
    "downloadUrl": "https://openagent3.xyz/downloads/idx-cma-report",
    "agentUrl": "https://openagent3.xyz/skills/idx-cma-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/idx-cma-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/idx-cma-report/agent.md"
  }
}
```
## Documentation

### IDX CMA Report

Use this skill to turn subject-property data and IDX comparables into a defensible CMA package with:

Structured valuation calculations
A written report for agent/client review
An interactive handoff prompt for Google Gemini Canvas / Google AI Studio

### 1. Gather Data Through IDX MCP/CLI

Use the IDX MCP/CLI skill already available in the environment to pull:

Subject property details
Candidate comparable listings (closed/pending/active based on user preference)

Ask the user which comps to include when the choice is ambiguous. Keep 3 to 8 comps unless the user requests otherwise.

Normalize data to JSON using the schema in references/cma-input-schema.md.

### 2. Build CMA Outputs

Run:

python3 scripts/build_cma.py \\
  --subject subject.json \\
  --comps comps.json \\
  --output-dir cma-output

The script produces:

cma-output/cma_report.md (summary report)
cma-output/cma_data.json (calculation payload)
cma-output/interactive_local.html (local interactive view)
cma-output/gemini_canvas_prompt.md (prompt for Google tools)

### 3. Review and Explain Adjustments

Before final delivery:

Show the comp set used
Show estimated range and central estimate
Explain assumptions and major adjustments in plain language
Flag missing/low-quality fields that weaken confidence

Use references/valuation-guidelines.md for adjustment defaults and confidence guidance.

### 4. Publish Interactive Version in Gemini

Use cma-output/gemini_canvas_prompt.md as the base prompt. Then:

Open Google AI Studio or Gemini Canvas.
Paste the generated prompt and provide cma_data.json.
Ask for an interactive CMA web app with:

Comp table with sorting/filtering
Map-ready data fields (if lat/lng present)
Value-range visualization
Notes panel explaining adjustments


Request hosted/shareable output if available in the chosen Google tool.

See references/gemini-canvas-publish.md for a copy-ready checklist.

### Safety Rules

Treat outputs as broker/agent CMA support, not a licensed appraisal.
Surface data gaps, outliers, or stale comps before presenting a valuation.
Never invent listing attributes; mark missing values as unknown.
Keep a clear boundary between factual listing data and model assumptions.

### References

references/cma-input-schema.md
references/valuation-guidelines.md
references/gemini-canvas-publish.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: danielfoch
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/idx-cma-report)
- [Send to Agent page](https://openagent3.xyz/skills/idx-cma-report/agent)
- [JSON manifest](https://openagent3.xyz/skills/idx-cma-report/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/idx-cma-report/agent.md)
- [Download page](https://openagent3.xyz/downloads/idx-cma-report)