git:20260710.2925510 to git:20260710.62afd0f
17 added, 11 removed. Audit B to A.
---
- title: "AI-Powered Meta Description Writer"
+ name: "AI-Powered Meta Description Writer"
+ slug: "ai-powered-meta-description-writer"
description: "Generates optimized meta descriptions using OpenAI Chat Completions API with token-aware truncation. Integrates with Yoast SEO REST API fields and Google SERP Preview validation for CTR optimization."
verification: "security_reviewed"
source: "https://developers.openai.com/api/docs"
- category:
- - "Content Writing & SEO"
- framework:
- - "Claude Code"
+ category: "Content Writing & SEO"
+ framework: "Claude Code"
---
# AI-Powered Meta Description Writer
Generates optimized meta descriptions using OpenAI Chat Completions API with token-aware truncation. Integrates with Yoast SEO REST API fields and Google SERP Preview validation for CTR optimization.
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - Make your first API request in minutes. Learn the basics of the OpenAI platform.
+ - Make direct model requests for text, structured output, tools, and multimodal workflows.
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ Requirements and caveats from upstream:
+ - Node reference
+ - require "openai"
+
+ Basic usage or getting-started notes:
+ - Example workflows and tasks teams hand to Codex
+ - Models
+ - Pricing
+
+ - Source: https://developers.openai.com/api/docs
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/ai-powered-meta-description-writer/)