开发工具
Meta 标签生成
在线生成网页 Meta 标签(title/description/keywords + Open Graph + Twitter Card)。
使用说明
参数与限制
- title (必填):网页标题(50-60 字符最佳)。
- description:150-160 字符。
- ogImage:完整 URL(含 https://)。
覆盖
- 基础 meta: title/description/keywords/author
- Open Graph: og:title/description/type/url/image
- Twitter Card: summary_large_image + 镜像
运行环境
- 纯字符串拼接;Agent 调用
/api/metas/。
Agent API 调用示例
// Step 1: 读取工具 Schema GET https://clawam.com/tools/metas/schema.json // Step 2: 调用 API POST https://clawam.com/api/metas/ { "title": "My Page", "description": "描述"}