mcpbeat

Schema Markup

guia-matthieu/schema-markup

Generate JSON-LD structured data for SEO. Use when: adding schema markup to pages; creating organization schema; generating product schema; validating existing schema; rich snippet optimization

1k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
145
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill schema-markup

What comes with it

4 309 bytes besides the instruction
scripts/main.py
scripts/requirements.txt

The instruction itself

8 sections, as written by the author

Schema Markup Generator

> Generate valid JSON-LD structured data for better search visibility and rich snippets.

What Claude Does vs What You Decide

| Claude Does | You Decide |

|-------------|------------|

| Structures analysis frameworks | Metric definitions |

| Identifies patterns in data | Business interpretation |

| Creates visualization templates | Dashboard design |

| Suggests optimization areas | Action priorities |

| Calculates statistical measures | Decision thresholds |

Dependencies

pip install click pydantic

Commands

python scripts/main.py generate --type article --title "..." --author "..."
python scripts/main.py generate --type product --name "..." --price 99
python scripts/main.py validate schema.json
python scripts/main.py templates

Skill Boundaries

What This Skill Does Well

  • Structuring data analysis
  • Identifying patterns and trends
  • Creating visualization frameworks
  • Calculating statistical measures

What This Skill Cannot Do

  • Access your actual data
  • Replace statistical expertise
  • Make business decisions
  • Guarantee prediction accuracy

Skill Metadata

  • Mode: centaur
category: seo-tools
dependencies: [click, pydantic]
difficulty: beginner

How to use it

Copy the folder

Take guia-matthieu/schema-markup from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference pip. Without those the skill loads but fails at the first command.