From 3335e96d350ba53ff906f043e75f1851570810fa Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Sat, 28 Mar 2026 02:55:54 -0500 Subject: [PATCH] Refresh repo docs for assessor and integrations --- README.md | 6 +++--- docs/README.md | 6 +++--- docs/property-assessor.md | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6e29c5..50d7ede 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ This repository contains practical OpenClaw skills and companion integrations. I | `gitea-api` | Interact with Gitea via REST API (repos, issues, PRs, releases, branches, user info). | `skills/gitea-api` | | `nordvpn-client` | Install, log in to, connect, disconnect, and verify NordVPN sessions across Linux CLI and macOS NordLynx/WireGuard backends. | `skills/nordvpn-client` | | `portainer` | Manage Portainer stacks via API (list, start/stop/restart, update, prune images). | `skills/portainer` | -| `property-assessor` | Assess a residential property from an address or listing URL with comps, carry costs, risks, and required photo review using Zillow first and HAR fallback. | `skills/property-assessor` | +| `property-assessor` | Assess a residential property from an address or listing URL with CAD/public-record enrichment, Zillow-first/HAR-fallback photo review, carry-cost/risk analysis, and fixed-template PDF output. | `skills/property-assessor` | | `searxng` | Search through a local or self-hosted SearXNG instance for web, news, images, and more. | `skills/searxng` | | `us-cpa` | Federal individual 1040 workflow for tax questions, case intake, preparation, review, and draft e-file-ready export. | `skills/us-cpa` | -| `web-automation` | One-shot extraction plus broader browsing/scraping with Playwright-compatible CloakBrowser, including dedicated Zillow and HAR photo extractors. | `skills/web-automation` | +| `web-automation` | One-shot extraction plus broader browsing/scraping with CloakBrowser, including unit-aware Zillow/HAR discovery and dedicated listing-photo extractors. | `skills/web-automation` | ## Integrations | Integration | What it does | Path | |---|---|---| | `google-maps` | Traffic-aware ETA and leave-by calculations using Google Maps APIs. | `integrations/google-maps` | -| `google-workspace` | Gmail and Google Calendar helper CLI for profile, mail, calendar search, and event creation. | `integrations/google-workspace` | +| `google-workspace` | Gmail and Google Calendar helper CLI for profile, mail, attachment-capable send, calendar search, and event creation. | `integrations/google-workspace` | ## Install ideas diff --git a/docs/README.md b/docs/README.md index 9a61f63..125d471 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,12 +8,12 @@ This folder contains detailed docs for each skill in this repository. - [`gitea-api`](gitea-api.md) — REST-based Gitea automation (no `tea` CLI required) - [`nordvpn-client`](nordvpn-client.md) — Cross-platform NordVPN install, login, connect, disconnect, and verification with Linux CLI and macOS NordLynx/WireGuard support - [`portainer`](portainer.md) — Portainer stack management (list, lifecycle, updates, image pruning) -- [`property-assessor`](property-assessor.md) — Residential property assessment with underwriting, risks, and required Zillow/HAR photo review workflow +- [`property-assessor`](property-assessor.md) — Residential property assessment with CAD/public-record enrichment, Zillow/HAR photo review, valuation workflow, and PDF delivery rules - [`searxng`](searxng.md) — Privacy-respecting metasearch via a local or self-hosted SearXNG instance - [`us-cpa`](us-cpa.md) — Federal individual 1040 workflow for tax questions, case intake, preparation, review, and draft e-file-ready export -- [`web-automation`](web-automation.md) — One-shot extraction plus Playwright-compatible CloakBrowser browser automation, scraping, and dedicated Zillow/HAR photo extraction +- [`web-automation`](web-automation.md) — One-shot extraction plus CloakBrowser automation, including unit-aware Zillow/HAR discovery and dedicated photo extraction ## Integrations - [`google-maps`](google-maps.md) — Traffic-aware ETA and leave-by calculations via Google Maps APIs -- [`google-workspace`](google-workspace.md) — Gmail and Google Calendar helper CLI +- [`google-workspace`](google-workspace.md) — Gmail and Google Calendar helper CLI with attachment-capable send support diff --git a/docs/property-assessor.md b/docs/property-assessor.md index 302b9b3..f32c8c4 100644 --- a/docs/property-assessor.md +++ b/docs/property-assessor.md @@ -37,6 +37,7 @@ Delivery rule: - If the user explicitly says to email or send the finished PDF to a stated target address, that counts as delivery authorization once the report is ready. - The agent should not ask for a second `send it` confirmation unless the user changed the destination or showed uncertainty. +- Final property-assessor delivery should be sent as Luke via the Luke Google Workspace wrapper, while the destination remains whatever address the user specified. ## Commands