← Back to Skills Marketplace
99
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install schemaorg-site-enhancer
Description
Helps agents integrate Schema.org structured data into websites for rich search results, better SEO, and improved communication with search engines. Provides...
Usage Guidance
This skill appears to be a small, local utility for producing and inserting Schema.org JSON-LD and does not request credentials or external network access. Consider the following before installing: (1) Review the included src/index.js yourself — it's short and readable. (2) The injectJSONLD implementation simply replaces '</head>' in an HTML string; ensure your HTML contains a head tag and avoid injecting untrusted user content directly (risk of XSS if you later render generated strings into pages). (3) validateJSONLD is a basic syntax/@type check — use an authoritative validator (e.g., Google's Rich Results Test or schema.org tools) for production validation. (4) Keep the package updated from a trustworthy source; the registry metadata lists no homepage and an unknown source, so prefer installing only from a repository or publisher you trust.
Capability Analysis
Type: OpenClaw Skill
Name: schemaorg-site-enhancer
Version: 0.1.0
The skill is a straightforward utility for generating and injecting Schema.org JSON-LD structured data into HTML. The code in src/index.js contains simple string manipulation and JSON generation logic with no external dependencies, network access, or file system operations, and the SKILL.md documentation contains no malicious instructions or prompt injections.
Capability Assessment
Purpose & Capability
The name/description match the delivered utilities (generate/inject/validate JSON-LD). Declared requirements (Node ≥14, no external deps) align with the included package.json and simple src/index.js implementation.
Instruction Scope
SKILL.md stays on-topic: shows how to install, import, and call the provided helpers. It does not instruct the agent to read unrelated files, access environment variables, or transmit data to external endpoints. The validation helper is intentionally minimal (syntax/@type check).
Install Mechanism
There is no install spec in the registry (instruction-only), but the package includes code and a package.json pointing to src/index.js. Installation is expected via the platform's installer (clawhub) or npm-like flow; no external downloads or installers are present in the repo.
Credentials
The skill requires no environment variables, credentials, or config paths — appropriate for a purely local JSON-LD utility. No secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no special persistence or elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install schemaorg-site-enhancer - After installation, invoke the skill by name or use
/schemaorg-site-enhancer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of schemaorg-site-enhancer.
- Provides ready-to-use JSON-LD templates for common Schema.org types (FAQPage, HowTo, Article, Product, LocalBusiness, Event, Organization, and more).
- Includes helper functions to generate and validate structured data from simple inputs.
- Offers utilities to inject JSON-LD scripts into HTML and example usage for various web frameworks.
- No external dependencies; works with Node.js 14 or higher.
v1.0.0
Initial release of Schema.org Site Enhancer.
- Adds skill to generate, validate, and integrate schema.org structured data in websites.
- Provides ready-to-use JSON-LD templates for 15+ schema types (Organization, Product, Article, Event, FAQ, etc.).
- Includes scripts for schema generation and validation, with template reuse guidance for HTML and React/Next.js.
- Offers best practices, usage triggers, and troubleshooting tips for improving SEO and search appearance.
- Bundles references and assets for rapid schema implementation and validation.
Metadata
Frequently Asked Questions
What is Schemaorg Site Enhancer?
Helps agents integrate Schema.org structured data into websites for rich search results, better SEO, and improved communication with search engines. Provides... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Schemaorg Site Enhancer?
Run "/install schemaorg-site-enhancer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Schemaorg Site Enhancer free?
Yes, Schemaorg Site Enhancer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Schemaorg Site Enhancer support?
Schemaorg Site Enhancer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Schemaorg Site Enhancer?
It is built and maintained by Kxrbx (@kxrbx); the current version is v0.1.0.
More Skills