返回顶部
p

panews-creator

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.0
安全检测
已通过
228
下载量
0
收藏
概述
安装方式
版本历史

panews-creator

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 | Scenario | Trigger intent | Reference | |----------|---------------|-----------| | Publish a new article | I want to publish an article / help me submit | [workflow-publish](./references/workflow-publish.md) | | Manage my articles | Status of my submissions / any rejections | [workflow-manage](./references/workflow-manage.md) | | Revise and resubmit | Edit a draft / resubmit a rejected article | [workflow-revise](./references/workflow-revise.md) | | Apply for a column | I don't have a column yet / want to start a column | [workflow-apply-column](./references/workflow-apply-column.md) | | Upload an image | Upload this cover image / turn this local image into a usable asset URL | Use `upload-image` | | Search tags | Find suitable tags / search PANews tags for this topic | Use `search-tags` | | Polish an article | Help me improve this article / review it | [workflow-polish](./references/workflow-polish.md) | ## 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 ```bash node {Skills Directory}/panews-creator/scripts/cli.mjs <command> [options] ``` When unsure about parameters, check with `--help` first: ```bash node {Skills Directory}/panews-creator/scripts/cli.mjs --help node {Skills Directory}/panews-creator/scripts/cli.mjs <command> --help ``` Available commands: ```text 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 ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 panews-creator-1776127146 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 panews-creator-1776127146 技能

通过命令行安装

skillhub install panews-creator-1776127146

下载 Zip 包

⬇ 下载 panews-creator v0.2.0

文件大小: 88.4 KB | 发布时间: 2026-4-17 15:41

v0.2.0 最新 2026-4-17 15:41
- Major refactor: streamlined workflows and consolidated scripts into a single CLI entrypoint.
- Removed 15 separate reference and script files; replaced with 6 unified workflow and CLI files.
- Documentation now focuses on end-to-end creator operations: article publishing, revision, image upload, tag search, and column application.
- Enforced stricter session validation, explicit confirmation before delete, and concise user guidance for high-risk actions.
- All invocations are now made through scripts/cli.mjs for improved consistency and usability.
- Updated language and operational principles, with improved user prompt examples and clearer execution rules.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部