← 返回 Skills 市场
michaelmonetized

Web Architecture

作者 michaelmonetized · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
973
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-architecture
功能描述
Multi-agent orchestration for complex TypeScript/Next.js/Convex projects. Phased builds, functional verification, the full playbook for delegating to sub-agents without chaos.
安全使用建议
What to consider before installing or running this skill: - The skill is an instruction-only playbook for coordinating multi-agent development and mostly matches its stated purpose — it doesn't download code or ask for platform installs. - However, the SKILL.md explicitly asks sub-agents to run without time limits. Prefer to keep platform-enforced timeouts or otherwise gate long-running work; do not blindly allow unbounded agent execution. - The workflow expects end-to-end verification (webhooks, payments, auth). Those checks require secrets/API keys (Stripe, Clerk, Convex URL, Resend, etc.). The skill does not declare or request those credentials, so you must not provide production secrets to the agent. If you want it to run E2E tests, create ephemeral/test credentials and run in an isolated/dev environment. - Because the source is unknown and there's no homepage, verify these docs against your codebase and run the skill only on a non-production repository or a sandboxed environment (CI runner, local VM, or ephemeral staging). - Recommended mitigations: supply only test keys, restrict network access for agent runs where possible, keep timeouts enforced at the platform level, and review any outputs before committing or deploying changes the agents produce. Confidence note: assessment is medium confidence — the content is coherent with the described purpose, but the missing explicit credential requirements combined with the 'no timeouts' rule creates practical and safety ambiguities that justify caution.
功能分析
Type: OpenClaw Skill Name: web-architecture Version: 0.1.0 The skill bundle provides comprehensive documentation and instructions for building a TypeScript/Next.js/Convex application using a multi-agent workflow. All commands and code snippets described are standard development practices (e.g., `bun install`, `npx convex dev`, `next build`). The `SKILL.md` focuses on development methodology and quality assurance, without any prompt injection attempts to subvert the agent's purpose or exfiltrate data. While `TECH-REQ.md` mentions Sentry's session replay with `maskAllText: false`, which could be a privacy concern for the application being built, it is a configuration choice for the application's error tracking, not an indication of malicious intent by the skill bundle itself.
能力评估
Purpose & Capability
The name/description (multi-agent orchestration for TypeScript/Next.js/Convex) align with the provided SKILL.md, CODING-STANDARDS.md, CONTRACTS-TEMPLATE.md, and TECH-REQ.md. All content is about project scaffolding, phased builds, functional verification and agent coordination; there are no unrelated requests for cloud credentials, tooling, or system-level access in the manifest.
Instruction Scope
The runtime instructions are detailed and stay within the stated purpose (bootstrap, generate Convex types, run builds, spawn sub-agents with file ownership rules, run E2E verifications). However the SUB-AGENT POLICY demands 'No Timeouts' (unbounded runtimes) which increases operational risk if an agent runs long or attempts arbitrary work. The instructions also require running dev servers, browser smoke tests, webhook verification and payment flow checks — legitimate for E2E testing but potentially able to trigger network calls or require sensitive credentials.
Install Mechanism
Instruction-only skill with no install spec and no code executed by the platform. This minimizes installation risk (nothing downloaded or written by the skill installer).
Credentials
The skill declares no required env vars, yet TECH-REQ examples and the E2E checklist reference many service integrations (NEXT_PUBLIC_CONVEX_URL, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, RESEND_API_KEY, Clerk config, etc.). Verifying webhooks, payments, and auth flows will practically require access to those secrets or test equivalents — the manifest does not request them, creating a gap: either the agent will be unable to complete tasks, or someone must provide sensitive credentials manually. This mismatch is a notable proportionality concern.
Persistence & Privilege
The skill is not always-enabled and does not request any privileged platform flags. It is user-invocable and allows autonomous agent invocation by default (normal). There is no install-time persistence or modification of other skills' configs indicated.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-architecture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-architecture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
web-architecture 0.1.0 - Initial release introducing a structured, multi-phase workflow for orchestrating large TypeScript/Next.js/Convex projects using multiple agents. - Defines strict agent spawn order, directory structure, and locking rules to avoid code conflicts and duplication. - Emphasizes functional verification over compilation, with explicit requirements for UI, backend, and E2E testing. - Includes policies for schema ownership, code handoff, and parallelization best practices. - Provides templates and checklists for each development phase, ensuring quality and coordination.
元数据
Slug web-architecture
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Web Architecture 是什么?

Multi-agent orchestration for complex TypeScript/Next.js/Convex projects. Phased builds, functional verification, the full playbook for delegating to sub-agents without chaos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 973 次。

如何安装 Web Architecture?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-architecture」即可一键安装,无需额外配置。

Web Architecture 是免费的吗?

是的,Web Architecture 完全免费(开源免费),可自由下载、安装和使用。

Web Architecture 支持哪些平台?

Web Architecture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Architecture?

由 michaelmonetized(@michaelmonetized)开发并维护,当前版本 v0.1.0。

💬 留言讨论