Agent skill · nousresearch

property-listings

Present property and rental listings as desktop cards.

What it needs

About 3k tokens when loaded.

What this skill does

Property Listings Skill Present researched properties as browsable cards in the Hermes desktop transcript. This is a presentation recipe, not a listing search service or an investment valuation. When to Use Presenting property or rental search results, comparing a shortlist, or re-ranking properties. Following up on a property already shown: keep using cards so the shortlist stays comparable. Outside the desktop app, use ordinary Markdown with source links instead; other clients need not render listing fences. Prerequisites A Hermes desktop conversation for native cards; the backend may be local or remote. Property details supplied by the user or verified through websearch, webextract, or the browser tools available in this session. No additional API keys or dependencies are required for card formatting. How to Run Install this optional skill through the Skills catalog, or use terminal: Load it with skillview(name="property-listings") when presenting listings. Installing does not retrofit the running conversation's skill index; start a new conversation for automatic discovery, or explicitly load the installed skill now. Quick Reference Emit a fenced code block whose language is listing and whose body is valid JSON. Use one object, an array of objects, or { "listings": [...] } for a comparison. Field Shape and meaning --- --- address Required nonempty street address or property headline. price Formatted string including currency and rental period, if applicable. beds, baths Positive numeric counts; omit unknown values. size Formatted area including units. note Why this property is worth a look. facts Array of short verified specs or amenities. catches Array of risks or questions to verify before a tour. images Direct HTTPS photo URLs in listing order; the first is the hero. links Array of { "label": "Source", "url": "https://..." } detail-page links, not search-result URLs. Procedure 1. Gather the address, price, specs, photos and canonical detail URL. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills nousresearch/property-listings

View the source on GitHub

Browse the @skills marketplace