naver-blog-research

Content

nomadamas/k-skillskills.sh ↗

Installs

4,000

deduplicated, at the last sync

Since we started

+2.7%

29 readings, about 3 hours apart. Not a live curve.

Our category

Content

ours

Last read

Sep 3, 2026

from the directory

Our brief

ours

This skill searches Naver blogs, reads full post content, and downloads images using only Python standard library without needing an API key or credentials.

What it produces
  • search results
  • full blog posts
  • downloaded images
What it needs
  • node runtime environment
  • npx command line tool
  • user query for search terms
Paid services

not detected

The skill.json and SKILL.md files explicitly state no API key or paid service is required.

Registration

not detected

There are no mentions of registration requirements in any provided evidence files.

Limits and human review

This skill cannot bypass legal boundaries, access controls, or interfere with third-party services. It does not handle payments or public posting without explicit user approval.

Evidencestatic findingsnaver-blog-research/references/DISCLAIMER.md:1-14naver-blog-research/references/TRADEMARK-LEGAL-STATEMENT.md:1-10naver-blog-research/skill.json:1-9+1
static findingsstatic_finding
[{"code":"api_key_mention","match":"API key","path":"SKILL.md"},{"code":"api_key_mention","match":"API key","path":"skill.json"}]
naver-blog-research/references/DISCLAIMER.md1–14
# DISCLAIMER — `naver-blog-research`

이 스킬은 네이버 또는 블로그 작성자의 공식 기능 또는 공식 지원 도구가 아니며, 공식 제휴·후원·승인·인증 또는 협업한 사실이 전혀 없습니다. 상표와 서비스명은 블로그 검색·조사 기능과 대상을 설명하기 위해서만 사용합니다.

대법원 2005. 6. 10. 선고 [2005도1637 판결](https://www.law.go.kr/LSW/precInfoP.do?precSeq=83920)(소니용 리모컨 사건)은 기능 설명용 표장과 출처표시를 구별했습니다. [상표법 제2조](https://www.law.go.kr/법령/상표법/제2조), [제89조](https://www.law.go.kr/법령/상표법/제89조), [제90조](https://www.law.go.kr/법령/상표법/제90조), [제108조](https://www.law.go.kr/법령/상표법/제108조)에 따른 출처 혼동 판단은 별도입니다.

대법원 2022. 5. 12. 선고 [2021도1533 판결](https://www.law.go.kr/LSW/precInfoP.do?precSeq=221765)은 공개정보 수집만으로 곧바로 [정보통신망법 제48조](https://www.law.go.kr/법령/정보통신망이용촉진및정보보호등에관한법률/제48조) 위반이 되는 것은 아닌 사정을 제시했지만, 공개 게시물의 저작권까지 소멸시키지 않습니다. [저작권법 제93조](https://www.law.go.kr/법령/저작권법/제93조)과 [형법 제314조 제2항](https://www.law.go.kr/법령/형법/제314조)은 별도입니다.

- 공개 블로그 정보 자동 수집은 반드시 개인의 정보 조회용으로만 사용합니다.
- 조직적·대량 크롤링, 전문·이미지 다운로드 아카이브, 별도 DB 구축·재배포를 하지 않습니다.
- 결과는 요약·링크 중심으로 제공하고 접근통제·차단·rate limit을 우회하거나 정상 서비스를 방해하지 않습니다.

이 문서는 적법성을 보증하는 법률 자문이 아닙니다.
naver-blog-research/references/TRADEMARK-LEGAL-STATEMENT.md1–10
# 상표 사용 법적 고지 — `naver-blog-research`

이 스킬에서 `네이버 블로그` 및 `Naver` 명칭은 블로그 검색·본문 열람·이미지 내려받기의 **대상 서비스**를 식별하기 위해 사용한다. k-skill의 출처를 네이버로 표시하려는 사용이 아니다.

대법원 2005. 6. 10. 선고 [2005도1637 판결](https://www.law.go.kr/LSW/precInfoP.do?precSeq=83920)은 타인의 표장을 출처표시가 아니라 상품 기능 또는 적용 기종을 밝히기 위해 사용하고 상표 사용으로 인식될 수 없는 경우 침해가 아니라고 판시했다. [상표법 제2조](https://www.law.go.kr/법령/상표법/제2조), [제89조](https://www.law.go.kr/법령/상표법/제89조), [제90조](https://www.law.go.kr/법령/상표법/제90조), [제108조](https://www.law.go.kr/법령/상표법/제108조)와 대법원 [2011다18802](https://www.law.go.kr/LSW/precInfoP.do?precSeq=167457), [2019후10418](https://law.go.kr/LSW/precInfoP.do?mode=0&precSeq=230725) 판결에 따라 실제 거래계에서 출처표시로 기능하는지는 표시 태양과 사용 경위 등을 종합해 판단해야 한다.

따라서 이 명칭은 필요한 범위의 평문으로만 사용하고, 별도 근거 없이 로고, 공식·제휴·후원·인증·파트너 표현을 사용하지 않는다. 각 상표의 권리는 해당 권리자에게 있다. 이 문서는 게시물·이미지의 저작권, 데이터베이스권, 약관·계약, 개인정보 또는 수집·재사용의 적법성을 판단하지 않는다.

전체 검토: [제3자 상표의 기능 설명·호환 대상 표시 검토](https://github.com/NomaDamas/k-skill/blob/dev/docs/legal/trademark-use-review.md)
naver-blog-research/skill.json1–9
{
  "name": "naver-blog-research",
  "description": "Search Naver blogs, read full post content, and download images using only python3 stdlib — no API key required.",
  "profiles": [
    "lookup"
  ],
  "frontmatter": "name: naver-blog-research\ndescription: Search Naver blogs, read full post content, and download images using only python3 stdlib — no API key required.\nlicense: MIT\nmetadata:\n  category: research\n  locale: ko-KR\n  phase: v1"
}
naver-blog-research/SKILL.md1–48
---
name: naver-blog-research
description: Search Naver blogs, read full post content, and download images using only python3 stdlib — no API key required.
license: MIT
metadata:
  category: research
  locale: ko-KR
  phase: v1
---

# naver-blog-research

<!-- k-skill:cli-stub — generated by scripts/generate-skill-stubs.js; edit skill.json / instruction.md instead -->

## Get the full instructions (required first step)

Run this and follow its output as the primary instructions for this skill:

```bash
npx -y @nomadamas/k-skill@0 instruct naver-blog-research
```

The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:

```bash
npx -y @nomadamas/k-skill@0 files naver-blog-research
```

If `npx` is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/naver-blog-research/instruction.md.

## Legal disclaimer (required)

This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or develope

Read 5 of 5 text files in the skill.

Checked September 2026 · DeepSeekWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/nomadamas/k-skill

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

.gitignore
instruction.md
references/DISCLAIMER.md
references/TRADEMARK-LEGAL-STATEMENT.md
scripts/_naver_http.py
scripts/naver_download_images.py
scripts/naver_read.py
scripts/naver_search.py
skill.json
SKILL.md

10 files — names only. The directory does not report sizes.

What the auditors foundfrom the directory

A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.

Gen Agent Trust HubThis skill provides tools to research Naver blogs and download images. It includes security best practices such as path-traversal protection and domain-restricted network access, though it is susceptible to indirect prompt injection from external blog content.Apr 12, 2026 · SAFEpass
SocketNo alertsApr 12, 2026pass
SnykRisk: MEDIUM · 1 issueApr 12, 2026 · MEDIUMwarn
ZeroLeaksScore: 93/100 · 2 sections analyzedApr 16, 2026 · NONEpass

Installs, reading by readingours

3.9k
4k
Aug 30, 202629 readings over 5 days, drawn as the last reading of each day.Sep 3, 2026

Axis starts at 3.9k, not zero — the range is 3.9k to 4k.

Asked out loudspoken, not typed

The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.

skill descriptionIs this skill free to use?

Yes, it uses only Python standard library and doesn't require any paid services or API keys.

legal disclaimerDo I need an account for naver-blog-research?

No, the skill does not mention requiring user registration or accounts to function properly.

privacy limitationsCan this tool access my personal data?

The skill is designed only to search public Naver blogs and download images from them without accessing any personal information.

Filed alongside itours