Naver news Search

v1.0.2

Search Korean news articles using Naver Search API. Use when searching for Korean news, getting latest news updates, finding news about specific topics, or preparing daily news summaries. Supports relevance and date-based sorting.

3· 2.9k·6 current·6 all-time
byChoi Jiheon@steamb23
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name/description, included Python script, and required env vars (NAVER_CLIENT_ID, NAVER_CLIENT_SECRET) align with calling Naver's openapi.naver.com news search endpoint. Requiring python3 and the two Naver credentials is proportionate to the stated purpose.
Instruction Scope
The SKILL.md and examples provide CLI usage and automation guidance. They suggest storing runner state in memory/news-state.json for cron automation (a convenience for automation workflows). The runtime instructions and script only read env vars and call the official Naver API; they do not instruct reading unrelated system secrets. If you enable the automation example, the agent will need file access to whatever state file you choose.
Install Mechanism
No install spec or external downloads are used; this is instruction-only with an included Python script. Risk is low — the script uses standard library modules and makes network calls to Naver's official API.
Credentials
Only NAVER_CLIENT_ID and NAVER_CLIENT_SECRET are required, which are the expected credentials for Naver's API. The code uses those credentials only to set HTTP headers to openapi.naver.com. No unrelated credentials or secrets are requested.
Persistence & Privilege
always:false and no unusual privilege escalation are requested. The SKILL.md recommends adding credentials to OpenClaw config locations (sandbox or host), which is normal; ensure you store credentials in the appropriate, least-privileged config (prefer sandbox) and do not expose them to other agents.
Assessment
This skill appears coherent: it needs only python3 and your Naver app credentials to call Naver's official news search API. Before installing: (1) create a Naver developer application and use its Client ID/Secret; (2) store those credentials securely (prefer sandbox-scoped env over global host env) and limit which agents receive them; (3) be aware the script makes network requests to https://openapi.naver.com and will count toward the app's 25,000/day quota; (4) if you enable automated runs described in examples (cron/state files), ensure the agent's workspace and any state files (e.g., memory/news-state.json) do not contain other secrets; (5) if you have strict compliance requirements, review the included Python script yourself — it is short and uses only standard libraries.

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

latestvk97ctvtkhtjx536rkc1rn9yvvh809eqn

License

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

Runtime requirements

📰 Clawdis
Binspython3
EnvNAVER_CLIENT_ID, NAVER_CLIENT_SECRET

Comments