skills$openclaw/meta-tags-gen
lxgicstudios2.4k

by lxgicstudios

meta-tags-gen – OpenClaw Skill

meta-tags-gen is an OpenClaw Skills integration for coding workflows. Scan pages and generate missing meta tags. Use when improving SEO.

2.4k stars3.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namemeta-tags-gen
descriptionScan pages and generate missing meta tags. Use when improving SEO. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/meta-tags-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/meta-tags-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains meta-tags-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
1.3 KB
index.ts
3.0 KB
_meta.json
290 B
package-lock.json
41.0 KB
package.json
702 B
README.md
891 B
SKILL.md
2.0 KB
tsconfig.json
251 B
SKILL.md

name: meta-tags-gen description: Scan pages and generate missing meta tags. Use when improving SEO.

Meta Tags Generator

Your pages are missing Open Graph tags and Twitter cards. This tool scans your content and generates the meta tags that actually match what's on the page.

One command. Zero config. Just works.

Quick Start

npx ai-meta-tags --url https://mysite.com

What It Does

  • Scans URLs or local HTML files
  • Identifies missing meta tags
  • Generates SEO, Open Graph, and Twitter Card tags
  • Creates descriptions from actual page content

Usage Examples

# Scan a URL
npx ai-meta-tags --url https://mysite.com

# Scan local file
npx ai-meta-tags --file index.html

# Generate for blog post
npx ai-meta-tags --url https://mysite.com/blog/my-post

Best Practices

  • Unique descriptions per page - not the same everywhere
  • Keep titles under 60 chars - longer gets truncated
  • Use real images - og:image matters for shares
  • Test with validators - Facebook and Twitter have them

When to Use This

  • Links look bad when shared on social media
  • SEO audit says meta tags are missing
  • Building a new site and need all the tags
  • Updating old pages with modern SEO

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.

npx ai-meta-tags --help

How It Works

Fetches your page content, analyzes the text and structure, then generates appropriate meta tags. The AI creates descriptions that actually summarize your content rather than generic filler.

License

MIT. Free forever. Use it however you want.

README.md

ai-meta-tags

Scan any URL or HTML file and get the meta tags you're missing. SEO basics, Open Graph, Twitter cards. It reads your page content and generates tags that actually match what's on the page.

Install

npm install -g ai-meta-tags

Usage

npx ai-meta-tags --url https://mysite.com
npx ai-meta-tags --file index.html

Setup

export OPENAI_API_KEY=sk-...

Options

  • -u, --url <url> - URL to scan
  • -f, --file <path> - Local HTML file to scan

What it checks

  • title and description
  • Open Graph tags (og:title, og:description, og:image, og:url, og:type)
  • Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image)

It tells you what's missing and gives you the HTML to paste into your <head>. The descriptions are generated from your actual page content, not generic filler.

License

MIT

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable. ```bash npx ai-meta-tags --help ```

FAQ

How do I install meta-tags-gen?

Run openclaw add @lxgicstudios/meta-tags-gen in your terminal. This installs meta-tags-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/meta-tags-gen. Review commits and README documentation before installing.