By sesiting
Operational Platform plugin with agents and skills for workflow, connectors, events, and database operations
提供v3_e-report数据库的SQL查询模板,包括数据分析告警配置等表的查询。查询分析告警配置时使用。使用 exec_sql 工具执行查询。
提供v3_metadata数据库的SQL查询模板,包括对象编码(object_code)、对象名称、事件、按钮配置、自定义字段、元数据字段、插件中心等表的查询。查询对象编码、对象名称、自定义对象时使用。使用 exec_sql 工具执行查询。
查询集成连接器和API配置(v3_openapi数据库)。使用 exec_sql 工具执行查询。
查询租户和组织信息(v3_user数据库)。使用 exec_sql 工具执行查询。
提供通用的SQL查询方法和数据库查询基础。使用 exec_sql 工具执行查询。
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code 插件市场项目,提供代码开发和 OP 平台相关的插件集合。
siti-claude-marketplace 是一个 Claude Code 插件市场,包含多个核心插件:
siti-claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # 市场文件
└── plugins/
├── coder-flow/ # 流程开发插件
├── coder-web/ # Web 开发插件
├── coder-explore/ # 探索插件
└── op-plugin/ # OP 平台插件
通过插件市场统一管理和分发插件,这是官方推荐的方式:
# 添加市场
/plugin marketplace add SeSiTing/siti-claude-marketplace
# 安装插件
/plugin install op-plugin@siti-claude-marketplace
/plugin install coder-flow@siti-claude-marketplace
/plugin install coder-web@siti-claude-marketplace
/plugin install coder-explore@siti-claude-marketplace
# 或交互式浏览并安装
/plugin
优势:
直接从 GitHub 存储库安装插件:
# 直接从 GitHub 安装插件
/plugin install op-plugin@github:SeSiTing/siti-claude-marketplace
/plugin install coder-flow@github:SeSiTing/siti-claude-marketplace
/plugin install coder-web@github:SeSiTing/siti-claude-marketplace
/plugin install coder-explore@github:SeSiTing/siti-claude-marketplace
将市场项目克隆到项目目录中,Claude Code 会自动扫描并加载:
# 克隆到项目目录
git clone git@github.com:SeSiTing/siti-claude-marketplace.git plugins/siti-claude-marketplace
# 或使用 submodule
git submodule add git@github.com:SeSiTing/siti-claude-marketplace.git plugins/siti-claude-marketplace
# 启动 Claude Code,插件会自动加载
claude
在项目代码中直接指定插件路径(适用于 SDK 集成):
from claude_agent_sdk import ClaudeAgentOptions
# 只加载 op-plugin
options = ClaudeAgentOptions(
plugins=[
{
"type": "local",
"path": "./plugins/siti-claude-marketplace/plugins/op-plugin"
}
]
)
# 只加载 coder-flow(流程开发)
options = ClaudeAgentOptions(
plugins=[
{
"type": "local",
"path": "./plugins/siti-claude-marketplace/plugins/coder-flow"
}
]
)
# 只加载 coder-web(Web 开发)
options = ClaudeAgentOptions(
plugins=[
{
"type": "local",
"path": "./plugins/siti-claude-marketplace/plugins/coder-web"
}
]
)
# 只加载 coder-explore(探索)
options = ClaudeAgentOptions(
plugins=[
{
"type": "local",
"path": "./plugins/siti-claude-marketplace/plugins/coder-explore"
}
]
)
# 使用调试模式查看插件加载情况
claude --debug
# 列出已安装的插件
/plugin list
# 列出已添加的市场
/plugin marketplace list
# 在 Claude Code 中验证
# 使用 /agents 命令查看可用 agents
# 删除市场(不会删除已安装的插件)
/plugin marketplace remove SeSiTing/siti-claude-marketplace
# 删除插件(需单独删除)
/plugin uninstall op-plugin@siti-claude-marketplace
/plugin uninstall coder-flow@siti-claude-marketplace
/plugin uninstall coder-web@siti-claude-marketplace
/plugin uninstall coder-explore@siti-claude-marketplace
# 删除 MCP
/mcp remove <mcp-name>
注意:删除市场不会自动删除已安装的插件,需要单独执行删除插件命令。
流程开发插件,包含:
designer - 系统集成方案设计专家developer - 资深Java开发工程师Web 开发插件,包含:
frontend-html - 通用Web页面生成专家frontend-react - 专业React应用开发专家OP 平台插件,包含:
op-button、op-connector、op-event、op-workflow、op-statisticsop-db、op-db-metadata、op-db-openapi、op-db-user、op-db-e-report版本号在各个插件的 .claude-plugin/plugin.json 中管理,使用语义化版本号(SemVer)格式:主版本号.次版本号.修订号(如 1.0.1)。
更新策略:
1.0.1 → 2.0.0)1.0.1 → 1.1.0)1.0.1 → 1.0.2)发布时更新对应插件的版本号,并创建 Git 标签。
npx claudepluginhub sesiting/siti-claude-marketplaceContext management and multi-agent orchestration with performance optimization tools
Automatic discovery of skills, plugins, and MCP servers across 17 sources
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Browse, install, and manage cowork marketplace items backed by real plugin agents, skills, and commands
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).