Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

FeishuCLassmate

FeishuCLassmate 收录了来自 TingxiaoDong 的 49 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
49
Stars
13
更新
2026-05-15
Forks
1
职业覆盖
13 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

manage-project
项目管理专家

项目及进度管理全流程支持,包括项目信息录入、甘特图自动更新、当日DDL主动提醒(temi线下优先,飞书兜底)、与项目进度有关的帮扶提醒。所有文档、甘特图、项目表格均存储在飞书【Lab知识库】公共协作区。使用场景:创建新项目、更新项目进度、查询项目甘特图、查看项目进度、设置项目提醒、与项目卡点帮扶相关的聊天。

2026-05-15
research-collaboration-agent
项目管理专家

让 OpenClaw 作为实验室「科研协作 Agent」:先读飞书云文档知识库中各同学项目文档再头脑风暴、 预研课题发现、研究计划与任务拆解、飞书多维表/甘特时间线推进;判断同学是否适合打扰时 **以 Temi sidecar 的 POST /photo 场景快照为准**,不用飞书用户在线/日历状态作空闲依据;长期记忆迭代。 **触发**: 「预研课题」「科研脑暴」「读知识库项目再讨论」「拆研究计划」「甘特/时间线」「谁在现场方便聊」等。

2026-05-14
conduct-lab-tour
接待员和信息文员

**路由入口** — 实验室参观全链路拆分为两段 skill,避免单文件过长: **准备讲解稿** → `lab-tour-prepare`; **现场 Temi 带览** → `lab-tour-run`。 触发词:「带参观」「导览」「tour」「来人了」「有访客」「参观开始」。 若用户明确「提前写稿/生成文档」→ **lab-tour-prepare**; 若「人已到现场/机器人开始讲」→ **lab-tour-run**(可附带 doc 链接)。

2026-05-14
intelligent-meeting-scheduling
高级秘书和行政助理

智能会议预约与会前提醒。使用场景:导师通过飞书发送会议需求后,自动读取参会人日程并安排共同空闲时间,创建会议并在临近会议时优先通过Temi线下寻人提醒,未找到则飞书私信提醒。

2026-05-14
lab-tour-prepare
接待员和信息文员

教师/管理员为来访访客「预生成」个性化导览讲解稿时使用。 读取知识库中的导览母版,自动识别访客单位信息并联网搜索公司背景,结合单位属性生成高度贴合访客兴趣的定制化导览稿,新建一篇飞书 Doc 作为当次剧本。 **触发**: 「给 XX 单位准备导览」「生成今天的参观讲解稿」「预生成导览文档」。 **个性化特性**: 自动识别用户输入中的公司名称,联网搜索公司主营业务、行业方向、技术需求、近期动态等信息,分析访客兴趣点后定制讲解大纲,重点展示与访客匹配的实验室成果。 **不要用于**: 访客已到现场的边走边讲 —— 请用 skill `lab-tour-run`。

2026-05-14
lab-tour-run
接待员和信息文员

访客到达现场后的「执行期」实验室导览:Temi 走位 + 播报 + 工位项目补充 + 问答。 **前置**:已有当次讲解 Doc(由 skill `lab-tour-prepare` 生成),或使用通用内置剧本。 **触发**: 「开始导览」「参观开始」「飞书同学 XX 到了」、用户提供 doc 链接/token。 **不要用于**: 仅在飞书里写稿不发机器人 —— 用 `lab-tour-prepare`。

2026-05-14
academic-paper-search
数据科学家

Academic paper search with per-student (open_id) preference memory, Feishu identity resolution, and iterative query/refinement; see references/.

2026-05-14
autonomous-research
管理分析师

自动读取飞书LAB知识库项目文档,自主确定研究课题,联网检索前沿案例和方向,生成研究报告辅助团队。Invoke when: 每周自动触发/用户说「启动自主研究」/项目有重大进展或卡点时

2026-05-13
automation-abort-repeated-failed-connection-attempts
软件开发工程师

Use after confirming a system is in mock/simulation mode. Stop attempting real connections and either resolve the issue or ask the user for help.

2026-04-19
automation-track-background-process-state
网络与计算机系统管理员

Use when launching background processes or long-running commands. Maintain a clear state map of which processes are running and their expected outcomes.

2026-04-19
background-long-running-processes
网络与计算机系统管理员

Use when starting servers, daemons, or any process expected to run indefinitely. Always use `background=true` to prevent timeout failures.

2026-04-19
batch-search-before-reading
软件开发工程师

Use when repeatedly searching for the same or related strings across multiple grep/read commands. Consolidate into a single comprehensive search to avoid redundant queries and session loss.

2026-04-19
check-dependencies-before-running
软件开发工程师

Use when about to run Node.js/npm commands in a project directory. Verify dependencies and module availability first to avoid MODULE_NOT_FOUND failures.

2026-04-19
check-existing-service-before-starting-new-one
网络与计算机系统管理员

Use when attempting to start a server or service that connects to an existing robot endpoint, to avoid conflicts from duplicate processes.

2026-04-19
communicate-robot-status-proactively
机电和机电一体化技术专家和技术员

Use when interacting with a robot via sidecar or WebSocket. Always communicate status changes and errors to the user instead of returning NO_REPLY.

2026-04-19
communicate-system-error-fallbacks-to-user
软件开发工程师

When system messages indicate fallback behavior (e.g., mock mode activation), explicitly inform the user rather than treating it as routine.

2026-04-19
confirm-successful-test-before-closing
软件质量保证分析师与测试员

Use after receiving test output to explicitly confirm success criteria are met and communicate a clear pass/fail status to avoid ambiguity.

2026-04-19
confirm-tool-availability-before-claiming-capability
软件开发工程师

When asked if a capability exists (e.g., controlling a robot), verify actual tool/skill availability before responding.

2026-04-19
consolidate-process-management
网络与计算机系统管理员

Use when multiple background processes are running. Consolidate into a single workflow to avoid process sprawl and confusion about which session holds the relevant output.

2026-04-19
diagnose-before-abstract-search
软件开发工程师

When a robot command fails with a connection error, diagnose the specific issue (IP, port, protocol) before searching for alternative code paths.

2026-04-19
diagnose-robot-command-failure-before-retry
机电和机电一体化技术专家和技术员

Use when a robot movement command fails or the robot doesn't move. Always diagnose the root cause (connection state, WebSocket error, command parameters) before retrying.

2026-04-19
diagnose-robot-connection-before-retrying
机电和机电一体化技术专家和技术员

When WebSocket or network connection to robot fails, run connectivity diagnostics before attempting the same action again.

2026-04-19
distinguish-transient-vs-persistent-robot-failure
机电和机电一体化技术专家和技术员

Use when robot commands fail with identical errors across multiple attempts. Recognize when failures are persistent rather than transient network glitches.

2026-04-19
dyn-001
机电和机电一体化技术专家和技术员

Use when a robot connection fails and the system falls back to mock/simulation mode. Clearly communicate the connection failure to the user with actionable next steps.

2026-04-19
dyn-002
其他工程师

Use when robot connectivity fails and diagnostic attempts do not resolve the issue. Ask the user to manually verify the robot's status rather than continuing automated diagnostics.

2026-04-19
escalate-permission-errors-with-admin-action-plan
网络与计算机系统管理员

When encountering Feishu/Lark API permission errors, provide a clear step-by-step action plan for the admin, not just a URL.

2026-04-19
escalate-robot-command-failures-with-diagnostic-summary
其他工程师

Use when robot command retries have been exhausted. Present a clear diagnostic summary to the user and suggest next steps rather than continuing to retry.

2026-04-19
extract-reasonable-defaults-for-minimal-requests
软件开发工程师

When user provides minimal but actionable project/task requirements, use sensible defaults for missing details instead of asking excessive clarifying questions.

2026-04-19
halt-on-repeated-connection-failures
软件开发工程师

Use when the same connection attempt fails 3+ times consecutively, to stop and report the persistent failure to the user instead of continuing retry attempts.

2026-04-19
handle-async-execution-failure-with-user-notification
网络与计算机系统管理员

When an async command completes with a failure signal (SIGKILL, SIGTERM, or falling back to mock mode), always notify the user instead of returning NO_REPLY.

2026-04-19
handle-contextual-date-messages-with-clarification
接待员和信息文员

Use when user messages contain dates or timestamps with vague references like '4/18' or '阶段目标' without explicit instructions. Ask clarifying questions instead of guessing intent.

2026-04-19
interpret-protocol-level-errors
软件开发工程师

Use when receiving connection errors mentioning "WebSocket", "Upgrade", or "Sec-WebSocket-Key" to understand the protocol mismatch and take appropriate action.

2026-04-19
mask-secrets-in-output-paths
信息安全分析师

Use when credentials, tokens, or API keys appear in command output. Truncate or mask them before returning results to avoid leaking sensitive data.

2026-04-19
pivot-to-successful-diagnostic-as-new-baseline
计算机系统分析师

Use when a diagnostic method succeeds where the primary method failed. Switch to the successful method as the new working baseline.

2026-04-19
probe-api-endpoints-before-use
软件开发工程师

Use when making HTTP requests to an API or service. Always verify the endpoint exists by checking documentation or probing the base URL first.

2026-04-19
probe-documentation-before-command-execution
软件开发工程师

Use when exploring tool or system capabilities. Always check built-in help/docs (--help, -h, README) before using exec commands to discover functionality.

2026-04-19
recover-from-lost-shell-session
网络与计算机系统管理员

Use when a shell session disappears mid-command or reports 'No active session found'. Follow systematic recovery steps before reissuing commands.

2026-04-19
resolve-skill-file-paths-correctly
软件开发工程师

When looking up skill files for execution, use the correct workspace-relative path and verify the skill exists before reading.

2026-04-19
robot-connection-persist-before-retry
机电和机电一体化技术专家和技术员

Use when a robot command fails with a WebSocket 1001 error or connection-drop error. Perform connectivity diagnostics before blindly retrying the same command.

2026-04-19
robotics-direct-command-execution
机电和机电一体化技术专家和技术员

When user requests a specific robot action (move, speak, stop), immediately invoke the corresponding function without reading documentation or searching for code first.

2026-04-19
当前展示该仓库 Top 40 / 49 个已收集 skills。