auctra-novel-market-scout

Converts authorized local ranking snapshots into reviewable market signals, recipes, and project-fit proposals.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/yeisme/auctra-novel-skills --skill auctra-novel-market-scout-yeisme
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auctra-novel-market-scout
Source: https://github.com/yeisme/auctra-novel-skills/tree/main/auctra-runtime/auctra-novel-market-scout
Command: npx skills add https://github.com/yeisme/auctra-novel-skills --skill auctra-novel-market-scout-yeisme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Authors holding licensed or owned ranking snapshots lack a safe, auditable way to turn raw leaderboard data into actionable market insight without scraping platforms, storing secrets, or trusting unverifiable LLM output. ## Core Features & Use Cases - Snapshot Import & Analysis: Import authorized local ranking snapshots (permission=owned/licensed) and run decomposition analysis via the Auctra DecompositionProvider with idempotency keys. - LLM-Gated Insights: Reader-demand signals, reusable recipe proposals, and advisory project-fit proposals are produced only from successful, non-simulation LLM decomposition; deterministic code yields observations only. - Auditable Review Flow: Emits redacted receipts (no raw bodies, prompts, or secrets) and routes acceptance exclusively through the existing auctra review accept|partial|reject queue. - Use Case: An author with a licensed Qidian ranking snapshot runs auctra market analyze to receive pending-review recipe proposals and an advisory project-fit assessment, then decides via the standard review queue whether to adopt them into their writing strategy. ## Quick Start Ask the assistant to import your authorized local ranking snapshot with its permission and scope, then run a market analysis with an objective and idempotency key to get reviewable signals and proposals.

Frequently Asked Questions about auctra-novel-market-scout

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

FAQPage Schema
How do I analyze a novel ranking snapshot for reader demand signals?▼

Import the snapshot with `auctra market snapshot import --from <path> --permission <owned|licensed> --scope <scope>`, then run `auctra market analyze <snapshot-id>` with a runtime provider, objective, and idempotency key. Signals appear only after a successful non-simulation decomposition.

Can this tool scrape ranking data from platforms like Qidian directly?▼

No. It never scrapes platforms, logs in, or stores cookies and provider secrets. It only accepts authorized local snapshots with permission=owned or permission=licensed; platform collection adapters are deferred to a future MediaOps product.

What happens when the LLM decomposition provider is unavailable?▼

The analysis returns DECOMPOSITION_PROVIDER_UNAVAILABLE and retains the deterministic observation state. It never falls back to rule-based conclusions, and partial assignments require an explicit retry before re-entering the decomposing state.

How are market analysis proposals approved or rejected?▼

Proposals stay in pending_review status and are decided only through the existing `auctra review accept|partial|reject` commands. The skill never auto-adopts content into the manuscript or promotion pipeline.

Does the analysis receipt expose prompts or provider secrets?▼

No. Receipts are redacted and contain only transition, version, authority, cursor, and digest fields. Raw bodies, prompts, payloads, and secrets are never included in receipts or doctor output.