Files
Jyotisha/.codex-plugin/plugin.json
T
2026-07-08 17:03:04 +08:00

50 lines
1.8 KiB
JSON

{
"name": "jyotish-vedic-astrology",
"version": "6.9.14",
"description": "Jyotish local Codex plugin wrapper for Vedic astrology skills and MCP tools.",
"author": {
"name": "jyotish-skill",
"url": "https://github.com/732642856/yinduzhanxing"
},
"homepage": "https://github.com/732642856/yinduzhanxing",
"repository": "https://github.com/732642856/yinduzhanxing",
"license": "MIT",
"keywords": [
"jyotish",
"vedic-astrology",
"mcp",
"skills",
"codex"
],
"skills": "./skills/",
"mcpServers": {
"jyotish": {
"command": "python3",
"args": [
"./mcp_server.py"
]
}
},
"interface": {
"displayName": "印度占星",
"shortDescription": "Jyotish 技能 + MCP 本地插件包装",
"longDescription": "Use the existing Jyotish repo skills and MCP server inside Codex for chart reading, rectification, timing, prashna, and remedies workflows.",
"developerName": "jyotish-skill",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/732642856/yinduzhanxing",
"defaultPrompt": [
"用户如果只提供出生信息、没有具体问题,请不要要求用户自己想问题。",
"环境允许时,先运行 python3 scripts/user_invocation_acceptance_check.py 确认普通用户调用质量门。",
"先调用 Jyotish MCP / unified consultation workflow,生成 evidence packet、guided_topics 和 Technique Audit Table。",
"把 guided_topics 里的建议主题按优先级展示给用户,并提供可直接点击/复制的问题;用户选择后再进入 strict_workflow。",
"VedAstro 没有 raw_response 时必须标 official_blocked 或 local_fallback,不要声称云端闭环。"
],
"brandColor": "#7C3AED"
}
}