← 返回 Skills 市场
99
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install schemaorg-site-enhancer - 安装完成后,直接呼叫该 Skill 的名称或使用
/schemaorg-site-enhancer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Schemaorg Site Enhancer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install schemaorg-site-enhancer」即可一键安装,无需额外配置。
Schemaorg Site Enhancer 是免费的吗?
是的,Schemaorg Site Enhancer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Schemaorg Site Enhancer 支持哪些平台?
Schemaorg Site Enhancer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Schemaorg Site Enhancer?
由 Kxrbx(@kxrbx)开发并维护,当前版本 v0.1.0。
推荐 Skills