← Back to Skills Marketplace
Schema Gen
by
sharozdawa
· GitHub ↗
· v1.0.0
· MIT-0
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install schema-gen
Description
Generate Schema.org JSON-LD structured data markup for Person, Organization, Product, FAQ, HowTo, Article, LocalBusiness, Event, WebSite, BreadcrumbList, Vid...
Usage Guidance
This skill is internally consistent and low-risk: it only provides instructions for producing Schema.org JSON-LD. Before using, avoid embedding sensitive personal data (passwords, private keys, or unnecessary private identifiers) into public markup, review generated JSON-LD for correctness (dates, numeric formats, required subtypes like PostalAddress/GeoCoordinates), and validate with Google's Rich Results Test. If you prefer not to allow the agent to autonomously invoke skills, you can disable autonomous invocation on the platform, but there is no other special access requested by this skill.
Capability Analysis
Type: OpenClaw Skill
Name: schema-gen
Version: 1.0.0
The skill bundle is a purely instructional set for generating Schema.org JSON-LD structured data. It contains no executable code, network requests, or sensitive file access, and its instructions in SKILL.md are strictly limited to formatting text output for SEO purposes.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md instructions. The skill only describes generating JSON-LD for listed schema types and asks for the fields needed to do so; it does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions are narrowly scoped to identifying schema type, requesting/extracting required fields, producing valid JSON-LD, and wrapping it in a <script> tag. The guide does not instruct reading files, environment variables, or sending data to external endpoints (it only suggests using Google's validator URL for checking output). The phrasing 'extract from context' is general but reasonable for a generation helper.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or downloaded during installation.
Credentials
No environment variables, credentials, or config paths are required or referenced. The skill's needs are proportionate to its stated functionality.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is permitted (the platform default). The skill does not request persistent system presence or modify other skills/configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install schema-gen - After installation, invoke the skill by name or use
/schema-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of schema-gen.
- Supports generating Schema.org JSON-LD for 12 common types, including Person, Product, FAQ, and more
- Guides users to provide necessary fields for each schema type
- Outputs validated, ready-to-use JSON-LD within script tags for easy HTML insertion
- Ensures removal of empty/null fields and proper substructure formatting (e.g., FAQ, HowTo, Breadcrumb)
- Includes best practices and validation tips for rich Google results
Metadata
Frequently Asked Questions
What is Schema Gen?
Generate Schema.org JSON-LD structured data markup for Person, Organization, Product, FAQ, HowTo, Article, LocalBusiness, Event, WebSite, BreadcrumbList, Vid... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Schema Gen?
Run "/install schema-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Schema Gen free?
Yes, Schema Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Schema Gen support?
Schema Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Schema Gen?
It is built and maintained by sharozdawa (@sharozdawa); the current version is v1.0.0.
More Skills