commit 5b6f452833b64c3718f086cfc85f4be0f7ffd1f9 Author: Zhongwei Li Date: Sat Nov 29 17:52:20 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..dd9b1f9 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,34 @@ +{ + "name": "web", + "description": "Web development tools including UX design, growth optimization, rapid prototyping, and browser automation via MCP", + "version": "1.0.0", + "author": { + "name": "Alvis", + "email": "zhongweili@tubi.tv" + }, + "hooks": { + "SessionStart": [ + { + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh" + } + ] + } + ], + "UserPromptSubmit": [ + { + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/../../scripts/user-prompt-submit.sh ${CLAUDE_PLUGIN_ROOT}" + } + ] + } + ] + }, + "mcp": [ + "./mcp.json" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e165b50 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# web + +Web development tools including UX design, growth optimization, rapid prototyping, and browser automation via MCP diff --git a/mcp.json b/mcp.json new file mode 100644 index 0000000..374a48f --- /dev/null +++ b/mcp.json @@ -0,0 +1,10 @@ +{ + "mcpServers": { + "browser": { + "args": [ + "@agent-infra/mcp-server-browser@latest" + ], + "command": "npx" + } + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..d68eefa --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:alvis/.claude:plugins/web", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "ac1d4aefbfe0c1b101246bdbe6173cf531ca805b", + "treeHash": "c40ac0ebcf18f76c44fd860ccb09829e1c2ebb1c9b1af2129ec92a45d1dfc55f", + "generatedAt": "2025-11-28T10:13:10.824874Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "web", + "description": "Web development tools including UX design, growth optimization, rapid prototyping, and browser automation via MCP", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "ae89370b55eed98d7c772afd99cfe1728d7d5c83e210c8011c688cd6f3ecaadf" + }, + { + "path": "mcp.json", + "sha256": "5504e77e1a16ebe75e997999f075bc5792c70753a4764c61d1bd9ae7739c91ea" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "1c8c8d670176fc0e596669261eb1f8bf556f8aa18badb802dd1e70919f4b4f92" + } + ], + "dirSha256": "c40ac0ebcf18f76c44fd860ccb09829e1c2ebb1c9b1af2129ec92a45d1dfc55f" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file