panewslab

Route PANews user intents to reader, creator, or web-viewer sub-skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes PANews interactions by identifying user intent and dispatching requests to the correct reader, creator, or web-viewer sub-skill so users get the right workflow without manual routing or confusion.

Core Features & Use Cases

  • Intent Routing: Classifies user requests (headlines, search, read-by-ID, columns, events, creator actions, rendered page reads) and routes to panews, panews-creator, or panews-web-viewer accordingly.
  • Ambiguity Handling & Rules: Provides clear tie-breakers (prefer API-based panews for structured data, require explicit request for rendered Markdown, route creator flows only after session validation).
  • Operational Guidance: Enforces locale mapping, session verification for creator operations, and safe-fallback behaviors when coverage is weak.
  • Use Case: Ask for a daily briefing and have the router call the reader sub-skill; ask to publish or edit an article and have it forward you to the creator sub-skill with session checks.

Quick Start

Ask the panewslab skill to route my request to the appropriate PANews sub-skill, for example: Read today's top crypto headlines in English.

Frequently Asked Questions about panewslab

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

FAQPage Schema
How do I read PANews crypto headlines and search for articles?

To publish or edit a PANews article, the router forwards your request to the creator sub-skill. It enforces session validation before allowing any creator actions, including image uploads and article publishing flows.

How does locale mapping work for PANews article requests?

Locale mapping for PANews article requests works by preserving your specified language preference during intent routing. The router applies this locale mapping when dispatching requests to the appropriate reader, creator, or web-viewer sub-skill.

When should I request a rendered Markdown page view instead of an API read?

You should request a rendered Markdown page view only when you explicitly need rendered output. The router enforces a tie-breaker rule that prefers structured API-based reads for PANews workflows unless you explicitly request page rendering.

Does the PANews router handle ambiguity for columns, series, and calendar events?

Yes, the PANews router handles ambiguity for columns, series, and calendar events by applying explicit routing rules. It classifies these requests and dispatches them to the correct sub-skill with safe-fallback behaviors when coverage is weak.

Why does my PANews creator workflow require session validation?

PANews creator workflows require session validation to ensure secure access to publishing flows, article edits, and image uploads. The router verifies your session before forwarding any creator actions to the appropriate sub-skill for execution.