skills/real-estate-sales-leasing-and-valuations/SKILL.md
Real Estate Sales Leasing and Valuations: Look up US property records, get value and rent estimates with comparable properties, search sale and rental listings with agent info, and retrieve aggregated market statistics by zip code. Use when an agent needs real estate sales leasing and valuations, property value estimates, rent estimates with comparables, property record lookups, sale listing search, market statistics, zip code, data type through AgentPMT-hosted remote tool calls.
npx skillsauth add AgentPMT/agent-skills real-estate-sales-leasing-and-valuationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Last updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Get instant residential property valuations, rent estimates, and market insights for any US address. Search active sale and rental listings, pull detailed property records with tax history and owner information, and analyze market trends by zip code — all in one place. Whether you're evaluating an investment, pricing a rental, or researching a neighborhood, get the real estate data you need without bouncing between multiple sources.
Look up property records, get value and rent estimates with comparables, search sale and rental listings, and retrieve market statistics for any US zip code.
value_estimateGet an estimated property value with comparable sales.
Required: address (string, full address) OR latitude+longitude
Optional: property_type, bedrooms, bathrooms, square_footage, max_radius, days_old, comp_count (5-25)
Returns: price estimate, price range (low/high), subject property details, array of comparable properties with correlation scores.
Example: {"action":"value_estimate","address":"5500 Grand Lake Dr, San Antonio, TX, 78244"}
rent_estimateGet an estimated monthly rent with comparable rentals.
Required: address OR latitude+longitude
Optional: property_type, bedrooms, bathrooms, square_footage, max_radius, days_old, comp_count (5-25)
Returns: rent estimate, rent range (low/high), subject property details, array of comparable rentals with correlation scores.
Example: {"action":"rent_estimate","address":"5500 Grand Lake Dr, San Antonio, TX, 78244"}
property_searchSearch property records by location and criteria.
Required: at least one location param (address, city+state, zip_code, or latitude+longitude)
Optional: radius, property_type, bedrooms, bathrooms, square_footage, lot_size, year_built, sale_date_range, limit (1-500), offset
Returns: array of property records with tax assessments, features, owner info, sale history.
Example: {"action":"property_search","zip_code":"78244","property_type":"Single Family","limit":10}
property_detailsGet a single property record by ID.
Required: record_id (string, e.g. "5500-Grand-Lake-Dr,-San-Antonio,-TX-78244")
Example: {"action":"property_details","record_id":"5500-Grand-Lake-Dr,-San-Antonio,-TX-78244"}
sale_listingsSearch active or inactive sale listings.
Required: at least one location param
Optional: radius, property_type, bedrooms, bathrooms, square_footage, lot_size, year_built, status (Active/Inactive), price, days_old, limit, offset
Returns: array of listings with price, agent/office info, MLS data, listing history.
Example: {"action":"sale_listings","city":"Austin","state":"TX","status":"Active","limit":10}
sale_listing_detailsGet a single sale listing by ID.
Required: record_id
rental_listingsSearch active or inactive rental listings.
Required: at least one location param Optional: same filters as sale_listings
Returns: array of rental listings with rent price, agent/office info, MLS data.
Example: {"action":"rental_listings","zip_code":"78705","bedrooms":"2","limit":10}
rental_listing_detailsGet a single rental listing by ID.
Required: record_id
market_statisticsGet aggregated market data for a zip code.
Required: zip_code
Optional: data_type (All/Sale/Rental, default All), history_range (months, default 12)
Returns: sale data (avg/median/min/max price, price per sqft, listings count) and rental data (avg/median/min/max rent, rent per sqft) with historical trends.
Example: {"action":"market_statistics","zip_code":"78244","history_range":24}
bedrooms, bathrooms, square_footage, lot_size, year_built, price, days_old support numeric ranges ("min-max") and multiple values ("val1,val2")Real Estate Sales Leasing and Valuations on AgentPMT.market_statistics, property_details, property_search, rent_estimate, rental_listing_details, rental_listings, sale_listing_details, sale_listings, value_estimate.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 9.
x402 availability: not enabled for this product.
market_statistics (action slug: market-statistics): Get aggregated market data for a zip code Price: 25 credits. Parameters: data_type, history_range, zip_code.property_details (action slug: property-details): Get a single property record by ID Price: 25 credits. Parameters: record_id.property_search (action slug: property-search): Search property records by location and criteria Price: 25 credits. Parameters: address, bathrooms, bedrooms, city, latitude, limit, longitude, lot_size, plus 8 more.rent_estimate (action slug: rent-estimate): Get a rent estimate with comparable rentals Price: 25 credits. Parameters: address, bathrooms, bedrooms, comp_count, days_old, latitude, longitude, max_radius, plus 2 more.rental_listing_details (action slug: rental-listing-details): Get a single rental listing by ID Price: 25 credits. Parameters: record_id.rental_listings (action slug: rental-listings): Search rental listings in an area Price: 25 credits. Parameters: address, bathrooms, bedrooms, city, days_old, latitude, limit, longitude, plus 10 more.sale_listing_details (action slug: sale-listing-details): Get a single sale listing by ID Price: 25 credits. Parameters: record_id.sale_listings (action slug: sale-listings): Search sale listings in an area Price: 25 credits. Parameters: address, bathrooms, bedrooms, city, days_old, latitude, limit, longitude, plus 10 more.value_estimate (action slug: value-estimate): Get a property value estimate with comparable sales Price: 25 credits. Parameters: address, bathrooms, bedrooms, comp_count, days_old, latitude, longitude, max_radius, plus 2 more.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "real-estate-sales-leasing-and-valuations".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "real-estate-sales-leasing-and-valuations", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "real-estate-sales-leasing-and-valuations"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "real-estate-sales-leasing-and-valuations"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "real-estate-sales-leasing-and-valuations"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "real-estate-sales-leasing-and-valuations"
}
}
Product slug: real-estate-sales-leasing-and-valuations
Marketplace page: https://www.agentpmt.com/marketplace/real-estate-sales-leasing-and-valuations
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Real-Estate-Sales-Leasing-and-Valuations",
"arguments": {
"action": "market_statistics",
"data_type": "All",
"history_range": 1,
"zip_code": "example zip code"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "real-estate-sales-leasing-and-valuations",
"parameters": {
"action": "market_statistics",
"data_type": "All",
"history_range": 1,
"zip_code": "example zip code"
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.market_statistics fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)tools
Plaud Transcripts Corrected With Your Own Terminology Glossary: Fixes the words your transcription keeps getting wrong, by giving the pipeline your vocabulary instead of hoping a bigger model guesses right. Every speech model mangles terms it has never seen: cell line and reagent names, drug and device names, case and matter numbers, part numbers, local spelling and number conventions, team and client names. Swapping to a different model does not fix this, because none of them have your terms e.
tools
Plaud Spoken Field Notes to a Structured Sheet: Turns a spoken site visit into a filled-in spreadsheet row, so measurements and specs never get typed up twice. Built for anyone who dictates structured details on the job rather than writing them down: window and flooring measurements, equipment specs, inspection findings, punch lists, service call notes. Say the details out loud in the same order each visit (client, room, width, drop, colour, notes) and the workflow reads each new Plaud recordin.
development
Plaud Recordings to Google Calendar Events: Puts the meetings you agree to out loud straight onto your Google Calendar, without Zapier in the middle. Plaud's own app has no Calendar integration, so this closes that gap directly: each new recording is scanned, the transcript pulled, and any genuine scheduling commitment spoken in it ("let's do Tuesday at 3", "I'll come back out Thursday morning") is extracted with the relative date resolved against the recording's own date and your timezone. Eac.
development
One Plaud Recording, Several Differently Formatted Summaries: Gets you past the one-template-per-recording ceiling. The Plaud app applies a single AutoFlow template to a recording, so if you want a short recap for yourself, a decisions-only version for the people who missed it, and a clean action list for your task manager, you are re-running or rewriting by hand. This workflow reads the transcript once and produces every format you have defined in a single pass: you list the output formats you.