Genpark Content Quality Auditor Skill
БесплатноНе проверенAI skill module: genpark-content-quality-auditor-skill
Описание
AI skill module: genpark-content-quality-auditor-skill
README
An intelligent Python auditing tool and skill module designed to evaluate product descriptions, e-commerce listings, and marketing copy for clarity, completeness, keyword density, sentence variance, and brand consistency.
Overview
The Content Quality Auditor skill provides automated quality scoring (0-100) and actionable improvement recommendations for marketing copy writers and e-commerce merchants. It analyzes copy against industry best practices to eliminate weak phrasing, verify key benefit coverage, ensure optimal word counts, and maintain engaging sentence cadence.
Capabilities & Audit Metrics
- Word Count & Length Optimization
- Flags content under 50 words (insufficient detail) or over 500 words (high bounce risk).
- Target Keyword Density & Coverage
- Calculates exact keyword coverage percentage (
0.0% - 100.0%). - Identifies missing target keywords required for SEO/PPC landing page optimization.
- Calculates exact keyword coverage percentage (
- Weak & Vague Vocabulary Detection
- Scans for generic filler terms (
good,nice,great,thing,stuff,very,really,amazing). - Recommends replacing weak words with specific, quantifiable product metrics.
- Scans for generic filler terms (
- Sentence Length Variance & Cadence
- Calculates standard deviation of sentence lengths to detect monotonous sentence rhythm.
- Flags single continuous sentence blocks for legibility improvements.
- Brand Name Inclusion
- Verifies explicit inclusion of the product name in the listing copy.
- Audience Alignment Insights
- Provides audience-aware suggestions (e.g. recommending spec-heavy terms for technical audiences).
Directory Structure
genpark-content-quality-auditor-skill/
├── skill.json # Skill manifest specifying input/output schemas and prompt
├── content_quality_agent.py # Core Python agent implementation (ContentQualityClient)
├── example_usage.py # Executable example script demonstrating audit scenarios
├── requirements.txt # Python dependencies (Standard library only)
└── README.md # Skill documentation and guide
Installation & Setup
No external Python dependencies are required; the skill runs entirely on standard Python 3.8+ libraries (re, math, json, typing).
git clone <repository_url>
cd genpark-content-quality-auditor-skill
Quickstart & Usage
Python API
from content_quality_agent import ContentQualityClient
# Instantiate the quality auditor client
auditor = ContentQualityClient()
# Perform copy audit
report = auditor.audit(
content="Elevate your audio with AeroSound Pro Headphones. Features active noise cancellation and Bluetooth 5.3.",
product_name="AeroSound Pro",
target_audience="audio enthusiast",
keywords=["active noise cancellation", "bluetooth 5.3", "battery life", "ergonomic fit"]
)
print("Quality Score:", report["quality_score"])
print("Keyword Coverage (%):", report["keyword_coverage_pct"])
print("Issues Found:", report["issues"])
print("Suggestions:", report["suggestions"])
Running the Example Script
Execute example_usage.py to view weak vs. strong marketing copy comparison audits:
python example_usage.py
Input & Output Specification
Input Schema (inputs)
content(string, required): Product copy text to analyze.product_name(string, optional): Expected product name.target_audience(string, optional): Intended target demographic.keywords(array of strings, optional): List of essential target keywords.
Output Schema (outputs)
quality_score(number, range 0 - 100): Overall content quality score.keyword_coverage_pct(number, range 0 - 100): Percentage of target keywords identified.issues(array of objects): Detected issues withtype,severity(high|medium|low), anddetail.suggestions(array of strings): Ranked, actionable improvement tips.
License
MIT License. Developed by alphaparkinc.
from github.com/alphaparkinc/genpark-content-quality-auditor-skill
Установка Genpark Content Quality Auditor Skill
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/alphaparkinc/genpark-content-quality-auditor-skillFAQ
Genpark Content Quality Auditor Skill MCP бесплатный?
Да, Genpark Content Quality Auditor Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Genpark Content Quality Auditor Skill?
Нет, Genpark Content Quality Auditor Skill работает без API-ключей и переменных окружения.
Genpark Content Quality Auditor Skill — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Genpark Content Quality Auditor Skill в Claude Desktop, Claude Code или Cursor?
Открой Genpark Content Quality Auditor Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Genpark Content Quality Auditor Skill with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
