bestblogs-article-recommender

Generate bilingual standard and concise recommendation texts for BestBlogs articles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ginobefun/gino-skills --skill bestblogs-article-recommender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bestblogs-article-recommender
Source: https://github.com/ginobefun/gino-skills/tree/main/skills/bestblogs-article-recommender
Command: npx skills add https://github.com/ginobefun/gino-skills --skill bestblogs-article-recommender

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many editors and curators need concise, accurate, and platform-ready recommendation texts for BestBlogs content in both Chinese and English; producing these manually is time-consuming and error-prone. This Skill automates extraction of metadata and article text, analyzes core points, and composes two differentiated recommendation versions (standard and concise) with strict writing and terminology guidelines to speed up curation and weekly selection workflows.

Core Features & Use Cases

  • Bilingual outputs: Produce a Standard version (detailed) and a Concise version (scan-friendly) in both Chinese and English.
  • Content sourcing: Fetch metadata and Markdown content in parallel from BestBlogs OpenAPI to ground recommendations in the original text.
  • Batch processing & update: Process single or multiple IDs/links and optionally call the Admin API to update the article's featured reason after user confirmation.
  • Quality controls: Enforce length, terminology, punctuation, and style rules; validate API responses and surface errors.
  • Use case: Generate weekly curated descriptions for 20 selected articles and batch-publish the chosen version as the site's featured reason.

Quick Start

Generate two bilingual recommendation versions (standard and concise) for BestBlogs article 8a16b2e5 and ask whether to update the featured reason.

Frequently Asked Questions about bestblogs-article-recommender

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

FAQPage Schema
How do I generate bilingual article recommendations for BestBlogs content?

To generate bilingual article recommendations, input single or multiple BestBlogs content IDs or links. The Skill fetches metadata and markdown via the OpenAPI to produce standard and concise Chinese and English texts.

Can I batch process multiple article IDs to create recommendation texts at once?

Yes, you can batch process multiple article IDs or links. The Skill fetches metadata and markdown in parallel for all inputs to generate bilingual standard and concise recommendation versions simultaneously.

Do I need an API key to fetch BestBlogs article metadata and markdown?

Yes, you need the BESTBLOGS_API_KEY to retrieve article metadata and markdown. Optionally, BESTBLOGS_ADMIN_JWT_TOKEN and BESTBLOGS_ADMIN_USER_ID are required to call the Admin API for updates.

How do I update the featured reason on BestBlogs after generating recommendation texts?

After generating bilingual recommendation texts, the Skill prompts for user confirmation. Upon confirmation, it uses the Admin API with optional JWT tokens to update the article's featured reason directly.

What guidelines are enforced when generating bilingual content curation texts?

The generation enforces strict content-accuracy, length, terminology, punctuation, and style rules. It validates API responses and surfaces errors to ensure high-quality bilingual recommendations.

Does the BestBlogs recommender support both detailed and concise recommendation versions?

Yes, the recommender produces two differentiated outputs: a detailed Standard version and a scan-friendly Concise version. Both versions are generated in Chinese and English for every processed article.