From insights-share
管理员专用:启动 LAN insightsd 守护进程(--start 默认)或打开 control dashboard kanban 做在线 CRUD(--ui)。触发词:启动 wiki 服务器 / 开 wiki / 打开 wiki 管理面板 / wiki kanban。仅分配给管理员。
How this skill is triggered — by the user, by Claude, or both
Slash command
/insights-share:insights-share-serverThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
管理员专用 skill,负责 LAN insightsd 守护进程的启动与控制面板(kanban dashboard)入口。**只做 server 端**,不参与 insights-share 的静默回灌流程。
管理员专用 skill,负责 LAN insightsd 守护进程的启动与控制面板(kanban dashboard)入口。只做 server 端,不参与 insights-share 的静默回灌流程。
仅在管理员显式请求时触发,常见触发语:
--start--start--ui--start非管理员(普通开发用户)的请求不应触发本 skill;普通用户该用 insights-share skill 做静默回灌。
--start(默认)调用 scripts/start_server.sh,前台启动 daemon:
bash scripts/start_server.sh
脚本从 plugin 自带的 runtime/ 启动 insights_cli.py,默认 store 是 runtime/wiki_tree,不依赖 dev repo checkout 或 demo_codes/.venv。可用 INSIGHTS_SHARE_HOST、INSIGHTS_SHARE_PORT、INSIGHTS_SHARE_STORE、INSIGHTS_SHARE_RUNTIME_DIR 覆盖。
--ui调用 scripts/start_ui.sh,后台启动 daemon + 自动 open -a "Google Chrome" http://<LAN_IP>:7821/ 弹出 kanban 控制面板:
dashboard 走同源 fetch 调用 daemon 的 CRUD 路由,无需 CORS。
--start):Ctrl+C--ui):pkill -f "insights_cli.py serve"| skill | 用户角色 | 功能 |
|---|---|---|
insights-share-server | 管理员 | 启动 daemon + dashboard CRUD |
insights-share | 普通开发者 | 静默回灌 LAN 卡片到 Claude 上下文 |
两个 skill 互不依赖,但共用同一个 LAN daemon。
--store-mode tree 下可用scripts/start_server.sh — --start 入口scripts/start_ui.sh — --ui 入口runtime/insightsd/server.py — bundle-local daemon 实现runtime/insightsd/dashboard.html — bundle-local kanban 前端runtime/wiki_tree/ — bundle-local seed corpusFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub liush2yuxjtu/insights-share-plugin --plugin insights-share