Initial commit
This commit is contained in:
34
.claude-plugin/plugin.json
Normal file
34
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# web
|
||||
|
||||
Web development tools including UX design, growth optimization, rapid prototyping, and browser automation via MCP
|
||||
10
mcp.json
Normal file
10
mcp.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"browser": {
|
||||
"args": [
|
||||
"@agent-infra/mcp-server-browser@latest"
|
||||
],
|
||||
"command": "npx"
|
||||
}
|
||||
}
|
||||
}
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user