Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- name: codesign-json-to-vue description: 将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- Codesign JSON → Vue(本项目) 概览 使用 src/components/templates 的模板组件生成业务页面(src/views/**),目标是 **95%+ 像素精度** 与 **100% 组件覆盖**。 **关键原则**:containerRect 只用于**基准尺寸/间距标定**,**不得写死宽度/列宽**;最终布局必须自适应(minmax Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
codesign-json-to-vue is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- name: codesign-json-to-vue description: 将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- Codesign JSON → Vue(本项目) 概览 使用 src/components/templates 的模板组件生成业务页面(src/views/**),目标是 **95%+ 像素精度** 与 **100% 组件覆盖**。 **关键原则**:containerRect 只用于**基准尺寸/间距标定**,**不得写死宽度/列宽**;最终布局必须自适应(minmax
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Daugf2527
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/daugf2527/codesign-json-to-vue.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Daugf2527
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# 1. 组件索引:扫描 Vue SFC → 提取 Props/Slots/Emits/依赖 → component-index.json python3 ~/.codex/skills/codesign-json-to-vue/scripts/build-component-index.py \ <project_root> --out designs/component-index.json # 2. Design Token 提取:扫描样式 → 挖掘事实 token → design-tokens.json python3 ~/.codex/skills/codesign-json-to-vue/scripts/extract-design-tokens.py \ <project_root> --out designs/design-tokens.json
text
python3 ~/.codex/skills/codesign-json-to-vue/scripts/codesign_pipeline.py \ "https://codesign.qq.com/app/design/<design_id>/<screen_id>/inspect"
text
{name}.{object_id}.json
{name}.{object_id}.lite.json
{name}.{object_id}.style.json
{name}.{object_id}.preview.<ext>text
retrieval-results.json style-extract.json spacing-tokens.json component-manifest.json component-manifest.derived.json batch-retrieve.sh
bash
python3 ~/.codex/skills/codesign-json-to-vue/scripts/codesign_pipeline.py "<inspect-url>"
javascript
// ❌ 错误 const width = result.rect[2]; // 过大 grid-template-columns: 316px 316px 316px; // 固定宽度 // ✅ 正确 const width = result.containerRect[2]; // 仅推断 grid-template-columns: repeat(3, minmax(0, 1fr)); // 自适应
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- name: codesign-json-to-vue description: 将腾讯 CoDesign 设计文件(screen meta JSON + preview 预览图)转换为本项目 Vue3 响应式页面,达到 95% 以上像素精度与 100% 组件覆盖。适用场景:处理 CoDesign inspect URL、JSON meta 文件、preview 图片、design file 设计稿,或需要精确的设计稿转代码并使用项目模板组件时。 --- Codesign JSON → Vue(本项目) 概览 使用 src/components/templates 的模板组件生成业务页面(src/views/**),目标是 **95%+ 像素精度** 与 **100% 组件覆盖**。 **关键原则**:containerRect 只用于**基准尺寸/间距标定**,**不得写死宽度/列宽**;最终布局必须自适应(minmax
使用 src/components/templates 的模板组件生成业务页面(src/views/**),目标是 95%+ 像素精度 与 100% 组件覆盖。
关键原则:containerRect 只用于基准尺寸/间距标定,不得写死宽度/列宽;最终布局必须自适应(minmax(0, 1fr) / auto-fit / clamp())。禁止用 rect。
Manifest 分层:核心 component-manifest.json 是唯一真相源;component-manifest.derived.json 仅用于调试/派生信息。
除非用户明确要求修改,否则直接采用以下默认值,不再询问:
./designs运行两个索引脚本生成项目上下文(只需首次执行一次,组件库变更后重新执行):
# 1. 组件索引:扫描 Vue SFC → 提取 Props/Slots/Emits/依赖 → component-index.json
python3 ~/.codex/skills/codesign-json-to-vue/scripts/build-component-index.py \
<project_root> --out designs/component-index.json
# 2. Design Token 提取:扫描样式 → 挖掘事实 token → design-tokens.json
python3 ~/.codex/skills/codesign-json-to-vue/scripts/extract-design-tokens.py \
<project_root> --out designs/design-tokens.json
输出文件:
component-index.json — 组件 Props/Slots/Emits + role→组件映射表(AI 选组件的依据)design-tokens.json — 颜色/间距/圆角/字号 token + 反向查找表(AI 生成代码时用变量而非硬编码)必须使用预览图进行语义校验:
image.url 或 cdn_host + preview_pathreferences/workflow.md需要 Token 环境变量,不要写入仓库。
python3 ~/.codex/skills/codesign-json-to-vue/scripts/codesign_pipeline.py \
"https://codesign.qq.com/app/design/<design_id>/<screen_id>/inspect"
默认读取 token:<project>/.codesign_token 或 <project>/designs/.codesign_token。
输出命名规则(默认输出目录为 <project>/designs):
{name}.{object_id}.json
{name}.{object_id}.lite.json
{name}.{object_id}.style.json
{name}.{object_id}.preview.<ext>
备注:当名称包含任何非 ASCII 字符时,safe_name 会回退为 screen。
可选产物(需手动执行 Step 3 脚本):
retrieval-results.json
style-extract.json
spacing-tokens.json
component-manifest.json
component-manifest.derived.json
batch-retrieve.sh
原则:能让 AI 直接做的就让 AI 做,脚本只用于 AI 不擅长的确定性计算(像素级坐标查找、节点树遍历、样式提取)。
| 步骤 | 执行方式 | 执行者 | AI 推断能力 |
|------|----------|--------|-------------|
| Step 1 下载原始数据 | codesign_pipeline.py | ⚙️ 脚本 | — |
| Step 2 精简 JSON | simplify-design.py | ⚙️ 脚本 | — |
| Step 3.1 视觉 AI 组件识别 | 看预览图 + 文本节点列表 | 🤖 AI | 同容器多组件识别 |
| Step 3.1.5 锚点校验 | 读 index.text 逐条核对 | 🤖 AI | 幻觉/错别字修正 |
| Step 3.2 锚点对齐 | 逐个调用 search-region.py | 🤖 AI 编排 | 低置信度重试策略 |
| Step 3.2.5 容器冲突修复 | 检测 → 语义分组 → rect union | 🤖 AI 推断 | vision description 引导 + 多层嵌套递归 |
| Step 3.3 样式提取 | extract-component-styles.py | ⚙️ 脚本 | — |
| Step 3.4 间距推断 | 读取 containerRect 计算 | 🤖 AI | clamp() 容差计算 |
| Step 3.5 组装 manifest | build-component-manifest.py | ⚙️ 脚本 | — |
| Step 4 模式与布局 | 推断 grid/flex 策略 | 🤖 AI | rectPage 坐标聚类 |
| Step 5 组件映射 | 三级推断策略 | 🤖 AI 推断 | L1 roleMapping / L2 语义匹配 / L3 无匹配决策树 |
| Step 6 生成 Vue | 生成响应式 SFC | 🤖 AI 推断 | 布局推断 + token 替换 + mock data + 组件组合 |
| Step 7 验证 | 三轮 Gate 检查(13 项) | 🤖 AI 推断 | 结构6 + 语义4 + 代码3 → 修复建议 + 回归检查 |
⚠️ 禁止行为:AI 不得跳过脚本步骤自行计算像素级数据(如自己算样式而不跑
extract-component-styles.py),也不得在 AI 决策步骤中机械套用模板而不做语义判断。
minmax(0, 1fr) / clamp()),禁止固定列宽完整工作流、硬性规则、脚本依赖详见:
references/workflow.md
组件映射详见:references/project-mapping.md
故障排查详见:references/troubleshooting.md
rect 或固定宽度写主布局更多错误排查详见:
references/troubleshooting.md
核心脚本(仅保留 AI 不擅长的确定性计算):
scripts/codesign_pipeline.py — Step 1: 一键下载 meta JSON + preview 图scripts/simplify-design.py — Step 2: 精简 JSON → lite.json + style.jsonscripts/search-region.py — Step 3.2: 单个锚点 → lite.json 精确坐标(AI 逐个调用)scripts/extract-component-styles.py — Step 3.3: 样式提取scripts/build-component-manifest.py — Step 3.5: 组装 manifestscripts/build-component-index.py — Step 0.5: 扫描 Vue SFC → component-index.jsonscripts/extract-design-tokens.py — Step 0.5: 扫描样式 → design-tokens.json辅助脚本(按需使用):
scripts/codesign_utils.py — 公共工具模块scripts/codesign_preview_download.py — 独立预览图下载器scripts/slice_preview.py — 长页面切片(Height > 2000px 时使用)scripts/merge_vision_results.py — 合并多片识别结果scripts/manifest_lib/ — manifest 构建子模块已降级为 AI 直接执行(脚本仍可用作备选):
scripts/validate-anchors.py — 锚点校验(AI 直接读 index.text 更快更灵活)scripts/compute-spacing.py — 间距计算(AI 直接从 containerRect 计算)scripts/verify-output.py — Gate 检查(AI 做 13 项完整检查,脚本只覆盖 4 项)参考文档:
references/workflow.md - 完整工作流与脚本依赖references/project-mapping.md - 组件映射与模板references/vision-prompt.md - 视觉 AI 组件识别 Prompt 模板references/troubleshooting.md - 常见问题与解决一键启动:
python3 ~/.codex/skills/codesign-json-to-vue/scripts/codesign_pipeline.py "<inspect-url>"
易错清单(必须避免):
style.json 还原(背景/圆角/字体/分隔线)常见错误:
// ❌ 错误
const width = result.rect[2]; // 过大
grid-template-columns: 316px 316px 316px; // 固定宽度
// ✅ 正确
const width = result.containerRect[2]; // 仅推断
grid-template-columns: repeat(3, minmax(0, 1fr)); // 自适应
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/snapshot"
curl -s "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/contract"
curl -s "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T01:01:25.480Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Daugf2527",
"href": "https://github.com/daugf2527/codesign-json-to-vue",
"sourceUrl": "https://github.com/daugf2527/codesign-json-to-vue",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:13:48.686Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T02:13:48.686Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/daugf2527-codesign-json-to-vue/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to codesign-json-to-vue and adjacent AI workflows.