Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

zeelin-report-publisher泽林报告出版商

Agent Skill

zeelin-report-publisher 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,711

周安装

349

GitHub Stars

公开资料未说明

下载量

2,820
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:zeelin-report-publisher(泽林报告出版商)
来源仓库:https://github.com/thu-nmrc/zeelin-report-publisher
安装命令:
openclaw skills install zeelin-report-publisher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install zeelin-report-publisher

简介

将报告发布至 ZeeLin 智灵报告网站。

  • 通过复制资产并在 JSON 配置中添加新条目实现上线。
  • 适用于快速部署数据分析成果可视化页面。zeelin-report-publisher 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需维护 public/reports_config.json 文件权限。
  • 返回发布链接与预览地址供后续访问验证。

SKILL.md

name
zeelin-report-publisher
description
Publish reports to the ZeeLin reports website ("智灵报告网站") by copying report assets, inserting a new top entry into public/reports_config.json for any category, running build checks, and preparing PR-ready branches.
metadata
openclaw
emoji
🗂️
requires
bins
anyBins

ZeeLin Report Publisher

When To Use

Use this skill when the user asks to publish, upload, or add a report to the 智灵报告网站.

Trigger intent should include both:

  • the site phrase: 智灵报告网站
  • an action phrase: 发布 / 上架 / 新增报告

This skill supports multiple categories (not only OpenClaw).

Inputs

Collect these fields before running:

  • report_file (required)
  • title (required)
  • category (required)
  • date (optional, auto-infer if omitted)
  • abstract (optional, auto-generate if omitted)
  • version (optional, default 1.0)
  • id (optional)
  • cover_url (optional)
  • category_dir (optional)

Field details: see report-metadata.md.

Workflow

  1. On a new machine, run GitHub bootstrap first (section below).
  2. Confirm target repo path and that it contains public/reports_config.json.
  3. Run the publisher script (below).
  4. Verify build result.
  5. Confirm branch push and PR URL.

Bootstrap (New Machine)

Run this once per user machine to set git identity, authenticate GitHub, upload SSH key, and validate repo push permission:

bash {baseDir}/scripts/bootstrap_github.sh \
  --name "Your Name" \
  --email "you@example.com" \
  --repo "<repo_root>"

<repo_root> should point to your local report-site repository (for example THU-ZeeLin-Reports).

Fork workflow setup (recommended for team members without write access on main repo):

bash {baseDir}/scripts/bootstrap_github.sh \
  --name "Your Name" \
  --email "you@example.com" \
  --clone-url "git@github.com:<your-user>/THU-ZeeLin-Reports.git" \
  --upstream-url "git@github.com:thu-nmrc/THU-ZeeLin-Reports.git"

--clone-dir is optional. If omitted, repo is cloned to current workspace as <workspace>/THU-ZeeLin-Reports.

Script

Primary command:

python3 {baseDir}/scripts/publish_report.py \
  --repo "<repo_root>" \
  --report-file "<report_file>" \
  --title "Report Title" \
  --category "OpenClaw" \
  --date "2026" \
  --version "1.0" \
  --abstract "Short summary text."

Default behavior:

  • Copies file into public/<category_dir>/.
  • Inserts new entry at index 0 in public/reports_config.json.
  • Auto-detects date from file name/title (YYYY-MM/YYYY) and falls back to current year.
  • Auto-generates abstract when omitted.
  • Runs npm run build.
  • Creates feature branch codex/report-<id>.
  • Commits and pushes to origin (fork).
  • Uses upstream as PR base remote when available (otherwise origin).
  • Creates PR with gh if available; otherwise prints manual compare URL.

Remote options:

  • --push-remote controls where branches are pushed (default origin).
  • --base-remote controls PR base remote (default auto: upstream if exists, else origin).

Abstract Generation Standard

When abstract is omitted, generate a concise, neutral summary by these rules:

  • Use one sentence in Chinese, around 40-90 characters.
  • Mention scope + value (for example: "核心进展、关键问题、落地路径").
  • Avoid unverifiable claims and marketing tone.
  • If content context is limited, use title/category-based generic summary.

Guardrails

  • Do not push directly to main as final delivery; use PR workflow.
  • If working tree is dirty, stop unless user explicitly allows mixed changes.
  • Validate git identity and push remote access before mutating files.
  • Keep existing entry format compatible with site fields: id/title/version/date/category/abstract/coverUrl/pdfUrl.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.84%
按下载量换算2,449

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills