Schema Markup Generator — 结构化数据生成
v1.0.1一键生成完整、已校验的 Schema.org JSON-LD 结构化数据,支持 Organization、FAQPage、Article 等全部内容类型,帮助搜索引擎与 AI 更快理解并引用你的页面,显著提升可见度与流量。
1· 413·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
medium confidenceThe skill's code, instructions, and runtime behavior are coherent with its stated purpose (generating and validating Schema.org JSON-LD); it doesn't request credentials or network backdoors, though there are a few minor code quality issues and operational cautions to review before running.
评估建议
This skill appears coherent and consistent with its stated purpose, but review a few practical points before running: 1) The scripts perform network requests (auto-extract and batch modes) — only use URLs/sitemaps you trust and be mindful of crawling rate limits and robots.txt. 2) The package includes Python code that relies on requests and beautifulsoup4; install those dependencies in a controlled environment (virtualenv or sandbox) before running. 3) I observed minor code quality issues in the...详细分析 ▾
✓ 用途与能力
Name/description, SKILL.md, and included scripts align: the package provides schema templates, interactive generation, URL auto-extraction, batch sitemap processing, and validation. There are no environment variables, external credentials, or unrelated binaries requested that would be inconsistent with a schema generator.
ℹ 指令范围
SKILL.md instructs the agent/user to run the provided Python scripts and to use auto-extraction (requests + BeautifulSoup) or a sitemap for batch processing. That behavior is within scope but implies network activity: the scripts fetch page HTML (user-supplied URLs/sitemaps) and write JSON files locally. Confirm you want the agent to fetch remote pages and potentially process many URLs (batch mode).
ℹ 安装机制
No install spec is provided (instruction-only), but full Python scripts are included in the bundle. The scripts rely on third-party Python packages (requests, beautifulsoup4). There are no downloads from external/unknown URLs and no extract/install steps that would write unknown binaries to disk. You will need Python and the listed libraries installed on the host.
✓ 凭证需求
The skill requires no environment variables, credentials, or elevated config paths. It reads user-provided files (JSON, sitemap) and writes output to an output directory — behaviour consistent with a generator/validator and proportionate to the stated purpose.
✓ 持久化与权限
The skill is not marked always:true and does not request to persist or modify other skills or global agent settings. It is user-invocable and will only run when triggered; no elevated persistent privileges are requested.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/2/27
**Expanded: Adds script-based generation, reference docs, and validation tools for Schema.org markup.** - Added scripts for interactive, batch, and auto-extracted schema generation (`generate_schema.py`, `batch_generate.py`, `validate_schema.py`). - Introduced structured documentation: schema type reference, field reference, Google guidelines, and industry examples. - Updated instructions to cover new generation and validation workflows. - Broadened support documentation for advanced and multi-schema scenarios. - Improved overall usability and guidance for Schema.org and SEO best practices.
● 可疑
安装命令
点击复制官方npx clawhub@latest install geo-schema-gen
镜像加速npx clawhub@latest install geo-schema-gen --registry https://cn.longxiaskill.com镜像同步中