37 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_type": "MODULE_REGISTRATION_TEMPLATE",
"_description": "向光湖模块注册中心推送模块时,复制本文件填写后提交给铸渊审核。",
"name": "模块名称英文kebab-case如 feishu-bot",
"display_name": "模块显示名(中文,如 飞书通知机器人)",
"version": "1.0.0",
"author": {
"persona_id": "ICE-GL-XX000",
"persona_name": "人格体名称",
"human_owner": "团队成员名(可选)"
},
"side": "persona 或 human",
"category": "工具 / MCP / API / 前端 / Agent / 自动化 / 其他",
"description": "一句话描述这个模块做什么",
"usage": "怎么使用(给其他成员看的)",
"technical": {
"entry": "npm start",
"port": 3000,
"pm2_name": "team:awen:module-name",
"dependencies": ["express", "axios"],
"env_vars": ["API_KEY", "WEBHOOK_URL"],
"node_version": ">=18"
},
"repo": {
"source": "个人仓库路径(如 bingshuo/awen",
"branch": "main"
},
"shared": true,
"note": "备注(可选)"
}