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

panews-creator面板创建者

Agent Skill

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

总安装

10,477

周安装

428

GitHub Stars

公开资料未说明

下载量

3,356
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install panews-creator

简介

panews-creator 用于在 PANews 平台创建和管理文章,支持撰写、编辑与发布全流程。

  • 适用于内容创作者或运营人员批量生成区块链与加密领域资讯。
  • 需提供有效用户会话以完成写操作,支持 Markdown 格式输出。
  • 需确保账户权限与内容合规性,避免越权或违规发布。
  • 安装前建议检查网络连通性与 API 稳定性。

SKILL.md

name
panews-creator
description
>
Triggers
write and publish new articles, view / edit / delete drafts, revise and resubmit rejected articles,
metadata
author
Seven Du
version
2026.03.25

This is the PANews creator skill for contributors who need to write, edit, manage, and publish articles on the platform. Use it when the task involves authenticated creator workflows such as validating a session, managing drafts or submissions, uploading images, searching tags, applying for a column, or preparing an article for review.

It is best suited for real PANews publishing operations rather than generic writing help alone. The skill should guide the user through the platform workflow clearly and safely, especially when session validation, submission state, or destructive actions are involved.

Session verification is required before any operation. If no session is available, guide the user to get PA-User-Session from browser DevTools -> Application -> Cookies. On a 401 response, stop immediately and tell the user the session has expired and needs to be refreshed.

Common User Phrases

  • "Help me publish this article."
  • "Upload this cover image and find tags for my draft."

Capabilities

ScenarioTrigger intentReference
Publish a new articleI want to publish an article / help me submitworkflow-publish
Manage my articlesStatus of my submissions / any rejectionsworkflow-manage
Revise and resubmitEdit a draft / resubmit a rejected articleworkflow-revise
Apply for a columnI don't have a column yet / want to start a columnworkflow-apply-column
Upload an imageUpload this cover image / turn this local image into a usable asset URLUse upload-image
Search tagsFind suitable tags / search PANews tags for this topicUse search-tags
Polish an articleHelp me improve this article / review itworkflow-polish

Language

--lang accepts standard locale strings (zh, en, zh-TW, en-US, ja-JP, etc.), automatically mapped to the nearest supported language; most read-style commands auto-detect the system locale if omitted. For create-article, --lang indicates the article content language and is required. Pass the language the article is actually written in; this command does not auto-detect the locale.

General principles

  • On 401, stop immediately and prompt the user to refresh the session
  • Require explicit confirmation before any delete operation
  • Do not modify the user's article content or opinions unprompted

Execution guards

  • Use more freedom for low-risk tasks such as polishing copy, suggesting improvements, or helping the user prepare content before submission.
  • Use strict procedure for high-risk creator actions:

- Before any create, update, delete, submit, or column-application action, validate that a usable PA-User-Session is available. - On any 401 response, stop immediately and ask the user to refresh the session before continuing. - Before deletion, obtain explicit user confirmation for the exact target article. - When updating an article, change only the fields the user asked to modify. - Before moving an article to PENDING, make sure the user intends to submit it for review now. - Treat image upload and tag search as support steps for PANews publishing workflows, not as unrelated generic utilities.

Scripts

  • scripts/cli.mjs: unified entrypoint for PANews creator commands
node {Skills Directory}/panews-creator/scripts/cli.mjs <command> [options]

When unsure about parameters, check with --help first:

node {Skills Directory}/panews-creator/scripts/cli.mjs --help
node {Skills Directory}/panews-creator/scripts/cli.mjs <command> --help

Available commands:

  validate-session    Validate session and list owned columns
     list-articles    List articles in a column
    create-article    Create an article in a column
    update-article    Update a DRAFT or REJECTED article
    delete-article    Delete a DRAFT or REJECTED article
      upload-image    Upload a local image and return CDN URL
       search-tags    Search tags by keyword
      apply-column    Submit a column application

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

98.45%
按下载量换算3,304

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills