openclaw-eho

Provides core functionality to analyze Korean apartment real estate transactions by region, type, and period using OpenClaw plugin commands.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 15 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise to fetch Korean apartment transaction data and the code implements exactly that: it builds a query from user-supplied region/type/period parameters and calls a remote API endpoint. There are no unrelated environment variables or binaries requested.
Instruction Scope
SKILL.md instructs how to install the plugin and how to provide parameters (sido, typeDetail, period). The runtime instructions (index.js) only read the provided parameters and call the external API. The SKILL.md does not ask the agent to read local secrets, unrelated files, or to exfiltrate additional data.
Install Mechanism
There is no formal install spec in the package manifest included here; the README/SKILL.md suggest installing via openclaw plugins install or npm (standard). The package code is included in the bundle (index.js). Network calls to an external domain will occur at runtime; installation itself appears to be the normal npm/openclaw flow.
Credentials
The skill requests no environment variables, credentials, or config paths. The only data sent to the remote service are the user-supplied query parameters (sido, gu, dong, apt, typeDetail, start, end), which are necessary for the stated function.
Persistence & Privilege
The skill is user-invocable, not forced-always. It does not request elevated agent privileges or modifications to other skills. It does log to console but that is expected for debugging/operation.
Assessment
This plugin is coherent: it only sends the region/type/period parameters you provide to a third-party API (https://www.everyhouse-real-payment.com). Before installing, verify you trust that upstream site and the npm author (@brokimyeah). Because the plugin performs network requests, avoid sending sensitive personal identifiers unless you trust the service. Also note minor metadata inconsistencies (package.json version 1.1.5 vs registry metadata 1.1.8 and openclaw.plugin.json version 1.0.0) — you may want to confirm the package/version on the npm page or inspect the package contents locally before installing.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.8
Download zip
latestvk97cw1rmvdcbybhtsb54gk5g5d839cp4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

모든집-아파트실거래가를 한눈에! 사이트에 있는 기능을 일부 오픈클로에서 쓸수 있는 플러그인입니다 자세한 사항은 npm 사이트를 확인하세요 https://www.npmjs.com/package/@brokimyeah/openclaw-eho

download files and

openclaw plugins install "folderlocation" or download openclaw plugins install @brokimyeah/openclaw-eho

check c\user.openclaw\extensions\openclaw-eho If the folder exists, the plugin is installed successfully.

and just ask

require sido value and period and typeDetail ex)서울시(sido) 매매(typeDetail) 최근3개월(period)조회해줘

If OpenClaw cannot find the eho plugin, please try saying: "Please use the installed plugin 'eho'."

While it does not include all features of the original website, it provides core functionality for analyzing real estate transactions by region and apartment.

check more here https://www.npmjs.com/package/@brokimyeah/openclaw-eho

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…