Plugin Claude Code
Plugin marketplace listing 1 plugin: find-apartments.
Plugin Claude Code
Plugin marketplace listing 1 plugin: find-apartments.
Plugin Claude Code
Search Israeli real estate platforms for rental apartments with Telegram notifications.
Command
Search Israeli real estate platforms for rental apartments and notify via Telegram. Use with args like "הוד השרון 5" for one-off or without args to run all saved profiles.
Command
Show the current state of the apartment search — cached listings count, last run date, and active search profiles.
Skill Claude CodeCodex
Use when checking if a listing URL is already cached, adding new listings to the cache, or updating the notified flag after Telegram operations.
Skill Claude CodeCodex
Use when sending new rental listings to Telegram — sends each listing as a separate formatted message via the Telegram Bot API.
Skill Claude CodeCodex
Use when scraping Facebook group rental listings using Chrome DevTools MCP tools — requires user to be logged into Facebook in their local Chrome browser.
Skill Claude CodeCodex
Use when scraping Madlan rental listings for a specific city and room count — calls Madlan's internal GraphQL API directly via a Node.js script (no browser, no CAPTCHA).
Skill Claude CodeCodex
Use when scraping WinWin rental listings for a specific city and room count — uses websearch to find listings then webfetch on each individual listing page to extract full details.
Skill Claude CodeCodex
Use when scraping Yad2 rental listings for a specific city and room count — uses websearch to find the listing page then webfetch on each individual listing to extract full details.
Skill Claude CodeCodex
Use when orchestrating a full apartment search run — reads config, fans out parallel scraper agents per platform, collects results, deduplicates against cache, and sends Telegram notifications for new listings.
Plugin Claude Code
Plugin marketplace listing 1 plugin: neo4j-mcp.
Plugin Claude Code
Query and mutate Neo4j graph databases from Claude Code via MCP. Each project supplies its own credentials through a local .env file.
MCP server Claude CodeCodexCursor +2
MCP server "neo4j-mcp" as configured in cxt9/neo4j-mcp. Launched with neo4j-mcp-server --transport stdio. Needs 8 environment variables to run.