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
初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- name: diwu-init description: 初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- 项目初始化 使用标准 Claude Code Agent 工作流结构初始化项目。 工作流程 1. 收集项目信息 询问用户: - **项目名称**和**1-2 句描述** - **技术栈**: 语言、框架、样式、数据库 - **常用命令**: dev、build、lint、test - **关键目录**: 项目结构概览 2 Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
diwu-init 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
初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- name: diwu-init description: 初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- 项目初始化 使用标准 Claude Code Agent 工作流结构初始化项目。 工作流程 1. 收集项目信息 询问用户: - **项目名称**和**1-2 句描述** - **技术栈**: 语言、框架、样式、数据库 - **常用命令**: dev、build、lint、test - **关键目录**: 项目结构概览 2
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
Ssdiwu
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/ssdiwu/diwu-init.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
Ssdiwu
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
4
Snippets
0
Languages
typescript
Parameters
json
{
"id": 1,
"description": "实现用户登录功能",
"status": "InDraft",
"acceptance": [
"输入正确密码后跳转首页",
"错误密码显示提示"
],
"steps": ["实现登录 API", "添加错误处理"],
"category": "functional",
"blocked_by": []
}markdown
# Session 记录 (Sessions will be recorded here)
bash
git init git add . git commit -m "Initial project setup with Claude Code workflow"
text
project-root/ ├── .claude/ │ ├── CLAUDE.md # 项目配置(官方位置) │ ├── task.json # 任务跟踪 │ ├── recording.md # 进度日志 │ ├── checks/ │ │ └── smoke.sh # 基线验证 │ └── rules/ │ └── constraints.md # 架构约束(可选) ├── AGENTS.md # 跨 AI 工具入口点 ├── init.sh # 环境设置脚本 └── src/
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- name: diwu-init description: 初始化新项目的 Claude Code Agent 工作流结构。自动创建 CLAUDE.md、task.json、recording.md、init.sh,以及可选的架构约束文件。触发场景:(1) 新建项目或代码库时,(2) 用户说"init project"、"scaffold"、"新建项目"、"初始化项目",(3) 为已有代码库搭建 Claude Code 工作流,(4) 用户提到需要创建 CLAUDE.md 或 task.json。 --- 项目初始化 使用标准 Claude Code Agent 工作流结构初始化项目。 工作流程 1. 收集项目信息 询问用户: - **项目名称**和**1-2 句描述** - **技术栈**: 语言、框架、样式、数据库 - **常用命令**: dev、build、lint、test - **关键目录**: 项目结构概览 2
使用标准 Claude Code Agent 工作流结构初始化项目。
询问用户:
询问用户在两种模式中选择:
精简模式 (如果用户有 ~/.claude/rules/ 则推荐):
.claude/CLAUDE.md 引用全局规则便携模式 (用于分享或独立项目时推荐):
.claude/CLAUDE.md~/.claude/rules/ 即可工作检测逻辑:
~/.claude/rules/ 是否存在所有文件按照 Claude Code 官方结构创建(见 https://code.claude.com/docs/zh-CN/memory.md)。
精简模式:
读取 assets/claude-md-minimal.template,使用步骤 1 的项目信息定制。
便携模式:
读取 assets/claude-md-portable.template,替换 [RULES:filename.md] 占位符为实际内容:
assets/rules/ 读取每个规则文件[RULES:task-states.md] → assets/rules/task-states.md 的内容使用步骤 1 的信息定制项目上下文部分。
编写指南(来自 references/memory-best-practices.md):
@path/to/file 引用文档,而非复制内容到 CLAUDE.md读取 assets/agents-md.template 并写入项目根目录。
这个精简文件作为重定向,供其他 AI 工具(Codex、Gemini 等)找到实际配置。
读取 assets/task.json.template,写入 .claude/task.json。如用户已定义需求,填充初始任务并设置 "status": "InDraft",否则保持 tasks 数组为空。
任务结构:
{
"id": 1,
"description": "实现用户登录功能",
"status": "InDraft",
"acceptance": [
"输入正确密码后跳转首页",
"错误密码显示提示"
],
"steps": ["实现登录 API", "添加错误处理"],
"category": "functional",
"blocked_by": []
}
有效状态: InDraft、InSpec、InProgress、InReview、Done、Cancelled。
字段名称: description、acceptance、steps。blocked_by 为可选字段(无依赖时省略)。
读取 assets/init.sh.template,根据技术栈定制:
chmod +x init.sh读取 assets/recording.md.template(原 progress.md.template)并写入 .claude/recording.md:
# Session 记录
(Sessions will be recorded here)
注意: 旧项目可能有 progress.txt 或 progress.md,新标准为 recording.md。
读取 assets/smoke.sh.template,根据技术栈定制并写入 .claude/checks/smoke.sh。添加可执行权限 chmod +x。
对于架构复杂的项目,询问用户是否需要 .claude/rules/constraints.md。
如需要,读取 references/constraint-template.md 并引导用户使用五维框架定义约束:
如果还不是 git 仓库:
git init
git add .
git commit -m "Initial project setup with Claude Code workflow"
确认所有文件已创建且有效:
.claude/CLAUDE.md 已填充项目信息(精简或便携模式)AGENTS.md.claude/task.json 是有效 JSONinit.sh 可执行.claude/recording.md 存在.claude/checks/smoke.sh 可执行.claude/rules/constraints.md如选择便携模式,完整嵌入的工作流规则包含:
| 规则文件 | 内容概要 | 行数 |
|---------|---------|------|
| core-states.md | task.json 结构与字段定义、状态机与转移规则、blocked_by 规范 | ~137 行 |
| core-workflow.md | Session 流程、任务规划、实施、验证要求 | ~243 行 |
| exceptions.md | 阻塞、Change Request、超前实施、回退处理 | ~106 行 |
| templates.md | 所有格式模板、Git 规范、可调参数 | ~157 行 |
| file-layout.md | 所有文件路径定义、目录结构、归档触发条件 | ~45 行 |
总计: 约 688 行工作流规则
project-root/
├── .claude/
│ ├── CLAUDE.md # 项目配置(官方位置)
│ ├── task.json # 任务跟踪
│ ├── recording.md # 进度日志
│ ├── checks/
│ │ └── smoke.sh # 基线验证
│ └── rules/
│ └── constraints.md # 架构约束(可选)
├── AGENTS.md # 跨 AI 工具入口点
├── init.sh # 环境设置脚本
└── src/
遵循 Claude Code 官方文档(https://code.claude.com/docs/zh-CN/memory.md):
.claude/CLAUDE.md 优先级高于全局 ~/.claude/CLAUDE.mdassets/rules/ 中的内置规则作为默认模板~/.claude/rules/ 有自定义规则,便携模式中优先使用这些规则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/ssdiwu-diwu-init/snapshot"
curl -s "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/contract"
curl -s "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/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/ssdiwu-diwu-init/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/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-17T00:50:14.747Z"
}
},
"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": "Ssdiwu",
"href": "https://github.com/ssdiwu/diwu-init",
"sourceUrl": "https://github.com/ssdiwu/diwu-init",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:13:05.160Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T01:13:05.160Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/ssdiwu-diwu-init/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 diwu-init and adjacent AI workflows.