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

zshijie-publisher世纪出版社

Agent Skill

zshijie-publisher 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,078

周安装

330

GitHub Stars

公开资料未说明

下载量

2,614
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install zshijie-publisher

简介

从 OpenClaw 操作 Z 视介发布 API。当Codex需要提示用户通过二维码登录Z视介,然后发布或编辑图文、短视频内容时使用。

SKILL.md

name
zshijie-publisher
description
Operate the Z视介 publishing API from OpenClaw. Use when Codex needs to prompt the user to log in to Z视介 by QR code, then publish or edit 图文 and 短视频 content through the bundled HTTP workflow. Trigger this skill when the user wants to post or edit Z视介 content from JSON payloads, when uploaded HTML docs describe the four article or video operations, or when the skill should be packaged for ClawHub.

Z视介 Publisher

Overview

Use this skill to drive the Z视介 publisher platform through a fixed QR-code login flow plus four content operations: 发布图文、编辑图文、发布短视频、编辑短视频. The bundled CLI handles sessionId extraction internally, then reuses that session cookie for the publish and edit calls.

Workflow

  1. Read references/usage.md for command usage and references/zshijie-api.md for the extracted endpoint and payload rules.
  2. If there is no valid local session, run scripts/publisher_cli.py login to generate a QR HTML file plus a QR PNG file, hand that QR code to the user, and wait for scan completion. Do not surface the internal QR login API details unless the user explicitly asks for them.
  3. Build the exact request body as a JSON file matching the operation docs. Pass it with --input-json.
  4. Run one of publish-article, edit-article, publish-video, or edit-video.
  5. If the publish host differs from the bundled default, override it with --base-url.
  6. Run scripts/release_to_clawhub.py before sharing the skill on ClawHub. Use --execute only when clawhub is installed and already authenticated.

Session Rules

  • The QR login flow is internal implementation detail for this skill. Ask the user to scan the QR code; do not make the low-level API sequence part of the normal user-facing instructions.
  • The login command writes both a local HTML file and a local PNG file for the QR code used by https://mp.cztv.com/#/login.
  • Session file shape note:

- captured.sessionId is a valid structure. - build_context in publisher_cli.py merges captured into top-level context, so sessionId is available for request templates. - Do not report "Session 文件结构不对" when captured.sessionId exists.

  • After scan success, extract sessionId from the QR polling response or Set-Cookie headers. Save it to the local session file.
  • All publish and edit operations send the sessionId request header and also keep Cookie: sessionId=... for compatibility.
  • If QR login succeeds but no sessionId can be extracted, stop and ask for a real success response sample. Do not guess the response field.

Payload Rules

  • Treat the uploaded HTML docs as the source of truth for the four content operations.
  • Pass the full API body via --input-json. The bundled config forwards that JSON body directly instead of rebuilding individual fields in code.
  • The skill fixes all publish and edit request bodies to source="openclaw" at runtime.
  • For edit operations, the body must include article_id.
  • For article edit payloads, prefer the structured HTML schema with cover_img and content; do not assume img_array alone will update the visible cover.
  • For video operations, keep play_time in the documented ["时","分","秒"] structure.
  • If the environment host for the four content operations is not http://zugcpublish.cztv.com, override it with --base-url.

Command Patterns

python3 scripts/publisher_cli.py login \
  --session .session.json \
  --html-output /tmp/zshijie-login.html \
  --png-output /tmp/zshijie-login.png

python3 scripts/publisher_cli.py publish-article \
  --session .session.json \
  --input-json article.json

python3 scripts/publisher_cli.py publish-video \
  --session .session.json \
  --input-json video.json

python3 scripts/publisher_cli.py edit-article \
  --session .session.json \
  --input-json article-edit.json

python3 scripts/publisher_cli.py edit-video \
  --session .session.json \
  --input-json video-edit.json

Resources

  • scripts/publisher_cli.py: Z视介专用 CLI. It generates the QR login page, waits for scan success, extracts sessionId, sends the four publish or edit operations, and summarizes returned article_id.
  • scripts/release_to_clawhub.py: Lightweight packaging checker and ClawHub publish helper.
  • references/zshijie-api.json: Bundled Z视介 endpoint config used by default, including the fixed QR login flow.
  • references/zshijie-api.md: Compact API notes extracted from the four uploaded HTML files plus the creator-platform QR login flow.
  • references/usage.md: Command usage, payload examples, and ClawHub packaging notes.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.75%
按下载量换算2,529

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills