Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

naver-blog-writerNaver 博客作者

Agent Skill

naver-blog-writer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,248

周安装

655

GitHub Stars

公开资料未说明

下载量

5,345
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:naver-blog-writer(Naver 博客作者)
来源仓库:https://github.com/y80163442-boop/naver-blog-writer
安装命令:
openclaw skills install naver-blog-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install naver-blog-writer

简介

naver-blog-writer 用于在韩国 Naver 平台发布博客文章。

  • 采用 ACP 市场流程封装程序与负载,实现本地化执行。
  • 适用于内容创作者批量上传图文或定期更新韩语博客。naver-blog-writer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配置有效载荷签名与运行环境,确保符合平台政策。
  • 发布前应审核标题、标签与版权信息,防止违规下架。

SKILL.md

Naver Blog Publisher

Publish prepared content to Naver Blog from an authenticated local browser on the buyer machine.

Best for:

  • naver publish
  • naver blog publish
  • korean blog publish

First run:

  • doctor -> setup -> dry_run -> login once -> live

Production support:

  • macOS

Use when:

  • a user already has final content and wants naver publish, naver blog publish, or korean blog publish
  • an OpenClaw agent needs a reliable publish endpoint, not a writing/SEO ideation tool
  • the buyer can run a local Mac runner and complete one-time Naver login

Do not use when:

  • the user needs the post drafted from scratch
  • the environment cannot run a local runner
  • the task is only research, SEO planning, or topic ideation

Inputs:

  • TITLE
  • BODY
  • optional TAGS
  • optional PUBLISH_AT

Outputs:

  • live publish: naver_publish_result
  • preview: dry_run result with synthetic published_url
  • readiness check: doctor/capabilities JSON

Recovery fields always expected on failure:

  • error
  • next_action
  • setup_command
  • login_command
  • hint
  • estimated_minutes

Runtime Config

  • OPENCLAW_OFFERING_ID default naver-blog-writer
  • SETUP_URL or PROOF_TOKEN + SETUP_ISSUE_URL
  • OPENCLAW_OFFERING_EXECUTE_URL preferred
  • fallback: CONTROL_PLANE_URL + ACP_ADMIN_API_KEY
  • X_LOCAL_TOKEN optional and auto-loaded from ~/.config/naver-thin-runner/config.json
  • LOCAL_DAEMON_PORT default 19090

Flow

  1. doctor/capabilities
  2. if RUNNER_NOT_READY, run setup
  3. run publish_dry_run
  4. if login_required=true, run one-time login before publish_live
  5. publish_live

Commands

If the tool files are available, use them directly:

openclaw/skill-pack/naver-blog-writer/tools/doctor_capabilities
openclaw/skill-pack/naver-blog-writer/tools/publish_dry_run --title "Title" --body "Body" --tags "tag1,tag2"
openclaw/skill-pack/naver-blog-writer/tools/publish_live --title "Title" --body "Body" --tags "tag1,tag2"

One-time setup:

npx @y80163442/naver-thin-runner setup --setup-url "<SETUP_URL>" --auto-service both

Or proof-first:

npx @y80163442/naver-thin-runner setup \
  --proof-token "<PROOF_TOKEN>" \
  --setup-issue-url "<SETUP_ISSUE_URL>" \
  --auto-service both

One-time login:

npx @y80163442/naver-thin-runner login

Start local daemon if needed:

npx @y80163442/naver-thin-runner daemon start --port 19090

Common Failures

RUNNER_NOT_READY

  • setup has not been completed on this Mac yet

AUTH_EXPIRED

  • complete one-time Naver login again before the next live publish

LOCAL_DAEMON_DOWN

  • start the local daemon and retry

UNSUPPORTED_PLATFORM

  • production support is currently macOS

Billing

  • publish_live is the paid path
  • publish_dry_run is a preview path and should not create a billable live publish

Notes

  • This product is a publisher, not a writer
  • keep offering_id=naver-blog-writer for compatibility
  • buyer credentials and session stay on the local runner machine
  • advanced contract and schema docs live in docs/ACP_CONTRACT.md and docs/OFFERING_SCHEMA.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.1%
按下载量换算4,976

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills