review-library-init

Convert paginated REST JSON customer reviews into scored, tagged markdown files.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Motion-Creative/runneth-apps --skill review-library-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-library-init
Source: https://github.com/Motion-Creative/runneth-apps/tree/main/review-library
Command: npx skills add https://github.com/Motion-Creative/runneth-apps --skill review-library-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It turns scattered customer review text from any REST API into a consistent, searchable review library in the org brain with scores and creative-strategy tags.

Core Features & Use Cases

  • Automated review ingestion: Pulls reviews from paginated JSON endpoints using configurable field paths and pagination style.
  • Creative value scoring & tagging: Scores review body length into 1–5 and assigns tags like pain-point, trigger-moment, objection, transformation, and standout-language.
  • Structured brain-ready outputs: Writes verbatim review bodies into markdown files organized by product slug, plus _meta.json and _index.md for retrieval.
  • Weekly freshness via reminder: Creates a scheduled “Weekly Review Sync” to incrementally ingest newer reviews without overwriting existing files.

Quick Start

Ask Runneth to run the review ingestion by saying: Run review library init, then confirm the required API endpoint, secret name, and source label.

Frequently Asked Questions about review-library-init

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

FAQPage Schema
How do I automatically ingest customer reviews from a REST API into a knowledge base?

You can ingest customer reviews by configuring a REST JSON API endpoint with secret-based auth, pagination strategy, and dotted field mappings to pull and convert paginated review data into a structured markdown library.

How does scoring customer review text help build a creative strategy?

Scoring customer review text builds creative strategy by assigning 1–5 length scores and tagging signals like pain-points, objections, and trigger-moments, turning scattered feedback into a searchable source of truth for messaging hooks and angles.

Can I use custom field mappings to parse review data from any REST JSON endpoint?

Yes, you can use custom dotted field mappings to parse review data from any REST JSON endpoint, ensuring the ingestion process correctly identifies review bodies, ratings, and product slugs across diverse API response structures.

What is the best way to incrementally sync weekly reviews without overwriting existing files?

The best way to incrementally sync weekly reviews without overwriting existing files is using a scheduled reminder that pulls newer paginated data and writes verbatim bodies into distinct markdown files organized by product slug.

How are ingested reviews structured for retrieval in an org brain?

Ingested reviews are structured for retrieval in an org brain by writing verbatim text into markdown files organized by product slug, accompanied by _meta.json and _index.md files to enable indexing and searchability.

Does review ingestion work with pagination strategies for large REST API datasets?

Yes, review ingestion works with pagination strategies for large REST API datasets by requiring a configurable pagination style during setup, allowing it to sequentially fetch and convert extensive review histories into the brain.