panews-creator

Manage authenticated PANews article creation, editing, and publishing workflows.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill panews-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panews-creator
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/panewslab/vendor/panews-creator
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill panews-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The PANews Creator skill streamlines authenticated contributor workflows by handling session validation, draft management, image uploads, tag discovery, column applications, and submission for review so creators can focus on writing rather than platform mechanics.

Core Features & Use Cases

  • Session-aware publishing: Validate PA-User-Session and surface owned columns before any create/update/submit action.
  • Draft and submission management: Create, update, delete drafts, revise rejected articles, and submit for review with explicit confirmation guards.
  • Asset & tag support: Upload local cover images to a CDN and search PANews tags to attach to articles.
  • Use Case: A contributor validates their session, uploads a local cover image, creates a draft in their column, requests tag suggestions, and then submits the article for editorial review.

Quick Start

Validate your PA-User-Session, upload a cover image if needed, and create a draft in your chosen column using the PANews Creator workflow.

Frequently Asked Questions about panews-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish articles on PANews using a session token?

To publish articles on PANews, you must validate a PA-User-Session token. The workflow then allows you to create drafts, upload cover images to the CDN, and submit content for editorial review.

What is the process for uploading cover images to PANews?

Uploading cover images involves using the PANews Creator workflow to push local image files to the platform CDN. This validates the session token and returns a CDN URL for article creation.

How do I search for and attach tags to a PANews article?

You can search for tags by using the tag search function within the PANews workflow. It queries PANews HTTP APIs to discover available tags for attaching to your drafted articles before submission.

Can I manage rejected PANews drafts and submit them for review again?

Yes, you can revise rejected articles and resubmit them for review. The workflow manages draft updates and enforces explicit confirmation guards before submitting content to the editorial team.

Does the PANews article workflow require explicit confirmation for deletions?

Yes, the workflow enforces explicit confirmation guards for draft deletions. It also monitors API responses for 401 errors to ensure session validation remains active during content management.