pp-loopnet
LoopNet shows you today — this CLI remembers, building the price-cut, days-on-market, and supply trends LoopNet... Trigger phrases: `search loopnet for commercial real estate`, `find industrial properties for sale in`, `track price cuts on loopnet`, `what is the cap rate distribution in`, `screen for distressed commercial properties`, `use loopnet`, `run loopnet-pp-cli`.
What this skill does
<!-- GENERATED FILE — DO NOT EDIT.
This file is a verbatim mirror of library/commerce/loopnet/SKILL.md,
regenerated post-merge by tools/generate-skills/. Hand-edits here are
silently overwritten on the next regen. Edit the library/ source instead.
See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->
# LoopNet — Printing Press CLI
## Prerequisites: Install the CLI
This skill drives the `loopnet-pp-cli` binary. **You must verify the CLI is installed before invoking any command from this skill.** If it is missing, install it first:
1. Install via the Printing Press installer. It defaults binaries to `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows:
```bash
npx -y @mvanhorn/printing-press-library install loopnet --cli-only
```
2. Verify: `loopnet-pp-cli --version`
3. Ensure the reported install directory is on `$PATH` for the agent/runtime that will invoke this skill.
If the `npx` install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.3 or newer):
```bash
go install github.com/mvanhorn/printing-press-library/library/commerce/loopnet/cmd/loopnet-pp-cli@latest
```
If `--version` reports "command not found" after install, the runtime cannot see the binary directory on `$PATH`. Do not proceed with skill commands until verification succeeds.
## When to Use This CLI
Use this CLI when an agent or analyst needs commercial real estate inventory, pricing, or market-intelligence data from LoopNet in a structured, scriptable form. It is the right choice for building a CRE data pipeline, tracking a submarket over time, screening for distressed or mispriced assets, or assembling comp sets. It is not for residential rentals (use Apartments.com) and it cannot access CoStar's subscriber-only analytics.
## When Not to Use This CLI
Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis.
## Unique Capabilities
These capabilities aren't available in any other tool for this API.
### Change tracking only the local store enables
- **`price-cuts`** — Surfaces every synced listing whose asking price dropped between syncs, with old price, new price, percent cut, and days on market at the cut.
_Reach for this to find motivated sellers and re-priced assets — a price cut is the single strongest deal-sentiment signal LoopNet itself never exposes._
```bash
loopnet-pp-cli price-cuts worcester-ma --type industrial-properties --agent
```
- **`dom`** — Computes true days on market for every live listing from the date the CLI first saw it, and flags aged inventory past a threshold.
_Use this to tell a fresh comp from a stale one and to find listings that have languished — both invisible on LoopNet._
```bash
loopnet-pp-cli dom worcester-ma --min-days 90 --agent
```
- **`velocity`** — Reports absorption for a submarket: new listings, delistings, median days on market, and net supply change per period.
_Reach for this to gauge whether a submarket is heating up or cooling — the supply-and-demand pulse for a market-intelligence brief._
```bash
loopnet-pp-cli velocity worcester-ma --agent
```
- **`delisted`** — Lists listings present in a prior sync but absent now — sold, withdrawn, or expired.
_Use this to track which assets cleared the market — a proxy for transaction velocity LoopNet never publishes._
```bash
loopnet-pp-cli delisted worcester-ma --since 30d --agent
```
### Pricing, yield and distress intelligence
- **`caprate`** — Reports the cap-rate, NOI, and price-per-square-foot distribution (count, min, median, quartiles, max) for synced for-sale listings in a submarket, and flags listings whose cap rate falls outside the interquartile range.
_Use this to benchmark a single asset's yield against its submarket and spot mispriced cap rates._
```bash
loopnet-pp-cli caprate worcester-ma --type industrial-properties --agent
```
- **`distress`** — Flags listings carrying motivation signals: price-reduced and must-sell keyword hits in the description, Ten-X auction listings, and recent price cuts.
_Reach for this to find distressed and motivated-seller assets in one sweep instead of reading every listing's free text._
```bash
loopnet-pp-cli distress worcester-ma --agent
```
### Analyst and pipeline workflows
- **`digest`** — Rolls a synced submarket into one report: live supply count, recent price cuts, median days on market, new and delisted counts, and distress hits.
_Reach for this for a one-command market-intelligence snapshot of a submarket instead of running five separate analysis commands._
```bash
loopnet-pp-cli digest worcester-ma --type industrial-properties --agent
```
- **`feed`** — Exports the latest synced submarket as a run-stamped JSON or CSV file, with records mapped to the six CRE market-intelligence data categories.
_Reach for this to drop LoopNet data straight into a downstream CRE pipeline (e.g. a data/raw ingest folder) without glue code._
```bash
loopnet-pp-cli feed worcester-ma --format csv --out ./loopnet-worcester.csv
```
## HTTP Transport
This CLI uses Chrome-compatible HTTP transport for browser-facing endpoints. It does not require a resident browser process for normal API calls.
## Discovery Signals
This CLI was generated with browser-observed traffic context.
- Capture coverage: 0 API entries from 3 total network entries
- Protocols: ssr_embedded_data (85% confidence)
- Generation hints: requires_protected_client
## Command Reference
**inventory** — Search LoopNet commercial real estate inventory by location, property type, and sale/lease.
- `loopnet-pp-cli inventory <location> [--type <property_type>] [--listing for-sale|for-lease]` — Search LoopNet listings for a location, property type, and sale-or-lease. Returns a server-rendered results page...
**property** — Fetch the full detail record for a single LoopNet listing.
- `loopnet-pp-cli property <id>` — Fetch one LoopNet listing's detail page. The page carries a schema.org RealEstateListing/Product JSON-LD block plus...
### Finding the right command
When you know what you want to do but not which command does it, ask the CLI directly:
```bash
loopnet-pp-cli which "<capability in your own words>"
```
`which` resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code `0` means at least one match; exit code `2` means no confident match — fall back to `--help` or use a narrower query.
## Recipes
### Seed and screen a submarket
```bash
loopnet-pp-cli sync worcester-ma --type industrial --listing for-sale && loopnet-pp-cli caprate worcester-ma --type industrial --agent
```
Pull a submarket into the store, then read its cap-rate and yield distribution in one pass.
### Narrow a verbose detail record for an agent
```bash
loopnet-pp-cli property 38523625 --agent --select name,price,cap_rate,total_assessment,broker_name
```
Detail records carry tens of fields; --select returns only the address, price, cap rate, assessment, and broker so an agent does not burn context on the full payload.
### Find every price cut this month
```bash
loopnet-pp-cli price-cuts worcester-ma --since 30d --agent
```
After repeated syncs, list listings whose asking price dropped in the last 30 days — the core deal-sentiment signal.
### Export a market for a downstream pipeline
```bash
loopnet-pp-cli feed worcester-ma --type industrial --format csv --out ./loopnet-worcester.csv
```
Write the latest synced submarket as a run-stamped CSV ready for a CRE market-intelligence ingest folder.
### Roll up a submarket in one command
```bash
loopnet-pp-cli digest worcester-ma --type industrial-Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.