Return exact real estate listing script matches from the configured knowledge base.

Install

openclaw skills install @woowonjae1/listing-coach

Listing Coach

This is a pass-through retrieval skill. The tool/Read result is the final user-facing answer.

Workflow

  1. Extract a concise query from the user's request, no more than 20 words. Preserve important English phrases.
  2. Run exactly once:
text
node "$env:USERPROFILE\.openclaw\workspace\skills\listing-coach\scripts\query.mjs" "<query>"
  1. If stdout is a file path, read that file.
  2. If stdout is direct text such as No results found., use stdout itself as the result.
  3. Reply to the user with the result text exactly.

Final Response Contract

  • Treat the Read output as the final answer, not as context for writing a new answer.
  • The final assistant message must equal the result text. Do not add, remove, translate, summarize, select, reorder, reformat, explain, introduce, conclude, wrap in a code block, or add labels such as "according to listing coach".
  • Do not answer the user's original question from your own knowledge.
  • Preserve all headings, numbering, scores, source lines, body text, and blank lines.
  • If the result contains numbered result sections, include every section present.
  • Before sending the final message, check that the first line, last line, and result-section count match the result text. If they do not match, output the result text again exactly.