Korea Domestic Flights
v0.6.4Search, compare, and monitor 대한민국 domestic flights using a Playwright-backed airfare workflow. Use when the user wants 한국 국내선 항공권 최저가 조회, 김포-제주/부산-제주 같은 노선 비...
⭐ 0· 124·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts and features (searching, date-range scans, multi-destination matrix, price alerts). The requirement to run Playwright and to wrap a local scraping repo (tmp/Scraping-flight-information) is coherent for a scraper skill.
Instruction Scope
SKILL.md and the scripts instruct the agent to import and execute local scraping code and to run Playwright-driven probes and searches (network activity against airline sites). This is expected for the stated purpose, but it means the skill will execute arbitrary Python code from the referenced local repo and perform browser-driven network requests — verify that the tmp/Scraping-flight-information clone is trusted before allowing execution.
Install Mechanism
No install spec is provided (instruction-only at the registry level). The skill expects a Playwright/browser-capable environment but does not attempt to install external software itself. This is proportionate but means the host must provide browser and Playwright dependencies.
Credentials
The skill declares no required environment variables or external credentials. It stores rules in a local JSON file under the skill directory and outputs alerts to stdout by design. No unrelated secrets or system credentials are requested.
Persistence & Privilege
The skill is not 'always' enabled and does not modify other skills or global agent settings. It persists price-alert rules into a local file (price-alert-rules.json) within the skill, which is appropriate for its purpose.
Assessment
This skill appears to be what it claims: a Playwright-backed Korea domestic flight search and price-watch tool. Before installing or enabling it, do the following: (1) Confirm the upstream scraper repository (tmp/Scraping-flight-information) is from a trusted source — the skill imports and executes code from that clone, and that code will run arbitrary Python and browser-driven network requests. (2) Provide Playwright and browsers in a controlled environment (container or VM) if you want to limit risk. (3) Review the price-alert JSON file location (skills/.../price-alert-rules.json) if you are concerned about local file writes. (4) If you allow autonomous invocation, be aware the agent can run searches that make network requests; restrict invocation if you need to avoid automated scraping. (5) Run the smoke/dry-run scripts without the --probe flag first to validate imports, then run probe in an isolated environment. If you want additional assurance, run a code review of the tmp/Scraping-flight-information repository and the included scripts before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97ff2tp74fbr1wdzt0zdsgnas83dcyc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
