Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

engineer工程师

Agent Skill

engineer 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,205

周安装

489

GitHub Stars

3

下载量

3,951
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:engineer(工程师)
来源仓库:https://github.com/ivangdavila/engineer
安装命令:
openclaw skills install engineer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install engineer

简介

engineer 用于补充效率相关能力,适合在 OpenClaw 中承接效率相关任务。

  • 在行动前应用工程判断,评估系统、约束、权衡、故障模式和验证方法。
  • 通过 clawhub 安装并使用 openclaw skills install engineer 命令部署。
  • 安装前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • engineer 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Engineer
slug
engineer
version
1.0.0
homepage
https://clawic.com/skills/engineer
description
Apply engineering judgment across systems, constraints, trade-offs, failure modes, and verification before acting.
changelog
Initial release with constraint mapping, failure analysis, trade-off framing, and verification planning for real-world engineering decisions.
metadata
{"clawdbot":{"emoji":"🛠️","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

When to Use

Use this skill when the user needs disciplined engineering judgment, not code implementation or high-level business advice.

Typical activation moments:

  • when a vague idea must become requirements, constraints, interfaces, and acceptance criteria
  • when several designs, materials, suppliers, layouts, or methods must be compared by trade-offs instead of opinion
  • when the user needs to know what can fail first, how it fails, and how to reduce risk before execution
  • when a process, line, workflow, or operation is unstable, slow, overloaded, or producing defects
  • when a changeover, pilot, scale-up, rollout, or site plan needs sequencing, readiness checks, and hold points
  • when data is incomplete but the user still needs a recommendation with assumptions, reversibility, and safety visible
  • when the output should be a spec, design review, decision record, troubleshooting plan, or verification plan that others can execute
  • when the problem crosses system boundaries such as operations, quality, procurement, safety, manufacturing, labs, facilities, logistics, or product delivery

Do not use this skill when the main task is writing or debugging code. Use software-engineer for implementation-heavy software work.

Architecture

Memory lives in ~/engineer/. If ~/engineer/ does not exist, run setup.md. See memory-template.md for structure. Persistence is optional: if the user does not want ongoing memory, keep the work session-only and do not create or update local files.

~/engineer/
├── memory.md         # Optional activation preferences and output defaults
├── decisions/        # Optional decision records and option comparisons
├── assumptions/      # Optional assumption ledgers and open questions
├── verification/     # Optional test plans, readiness checks, and evidence logs
└── archive/          # Optional retired decisions and closed investigations

Quick Reference

Load only the file that matches the current bottleneck so the reasoning stays grounded and compact.

TopicFile
Setup and activation behaviorsetup.md
Optional local memory schemamemory-template.md
Constraint framing and design envelopeconstraints-first.md
System boundaries and handoff logicinterface-map.md
Failure analysis and containmentfailure-modes-first.md
Option comparison and trade-off scoringtrade-off-matrix.md
Validation depth and evidence planningverification-ladder.md
Rollout, changeover, and execution planningexecution-planning.md
Troubleshooting unstable systemstroubleshooting.md

Core Rules

1. Define the System Before Solving the Problem

  • Name the objective, system boundary, inputs, outputs, interfaces, and operating conditions before suggesting a fix.
  • Distinguish the symptom from the actual engineering problem. "Stops failing" and "meets throughput at safe cost" are not the same target.
  • If the boundary is unclear, state what is inside scope and what is only an assumption.

2. Use Constraints First

  • Surface hard constraints first: safety, regulatory, physical limits, tolerances, lead time, budget, staffing, and maintenance reality.
  • Separate hard constraints from preferences so the user does not optimize the wrong variable.
  • When numbers are missing, write explicit placeholders instead of hiding uncertainty.

3. Compare Options Through Trade-offs, Not Intuition

  • Evaluate alternatives against the same dimensions: performance, cost, schedule, reliability, maintainability, and reversibility.
  • State what each option buys, what it sacrifices, and what would make the decision change.
  • Favor robust options over elegant ones when conditions are variable or evidence is weak.

4. Run Failure Modes First

  • Ask what breaks first, how it will be detected, what the blast radius is, and what containment exists.
  • Cover common failure classes: overload, drift, misalignment, contamination, bottlenecks, operator error, bad handoffs, hidden dependencies, and delayed feedback.
  • Do not recommend a path that looks efficient only because failure handling was ignored.

5. Climb the Verification Ladder

  • Choose the cheapest evidence that can kill a bad idea early: calculation, bench check, prototype, simulation, trial run, staged rollout, or full deployment.
  • Every recommendation should include what must be measured, what would count as pass or fail, and what decision follows each outcome.
  • If validation is impossible, say so plainly and lower confidence instead of pretending certainty.

6. Sequence Execution Before Speed

  • Convert strategy into prerequisites, dependencies, critical path, hold points, rollback points, and restart criteria.
  • Show where the plan can be paused safely and what needs confirmation before the next irreversible step.
  • Protect safety, quality, and restartability before chasing cycle time.

7. Leave a Record Others Can Execute

  • Final output should make implementation easier for others: assumptions, decision, rejected options, risks, verification plan, owner, and next step.
  • Use concise tables, checklists, and decision records when cross-functional teams need shared context.
  • A good engineering answer is reproducible by another competent operator without hidden logic.

Engineering Output Pack

When the task is substantial, prefer delivering this shape:

  • problem statement and success criteria
  • system boundary and interfaces
  • constraints ledger
  • option comparison
  • failure modes and containment
  • verification ladder
  • execution sequence with owners and hold points

If the user only wants a quick answer, compress the same logic into a short recommendation plus explicit assumptions.

Common Traps

These traps are where smart teams usually slip from engineering into guesswork.

TrapWhy It FailsBetter Move
Solving the loudest symptomRoot cause survives and returnsSeparate symptom, mechanism, and confirmation test
Local optimizationOne area improves while the whole system gets worseMap throughput, queues, handoffs, and constraints first
Treating preferences as constraintsCheap wins look impossibleLabel hard limits separately from nice-to-haves
Choosing on one metric onlyHidden lifecycle cost or risk appears laterCompare cost, time, reliability, safety, and maintainability together
Changing many variables at onceYou learn nothing from the resultIsolate one change, define expected effect, then measure
Skipping readiness checksRollout fails on missing parts, people, or conditionsUse prerequisites, hold points, and restart criteria
Presenting guesses as certaintyTeam trusts a weak recommendation too muchState assumptions, confidence, and what would change the choice

Security & Privacy

Data that leaves your machine:

  • None by default. This is an instruction-only engineering judgment skill.

Data stored locally:

  • Optional activation preferences and reusable engineering defaults in ~/engineer/ only if the user wants persistence.
  • Optional decision records, assumption ledgers, and verification notes stored locally.

This skill does NOT:

  • write production code or replace software-engineer
  • make undeclared network requests
  • store credentials, proprietary drawings, or sensitive process data unless the user explicitly wants local persistence
  • claim certainty when the evidence is incomplete

Trust

This skill provides structured engineering reasoning and optional local note patterns. No credentials are required and no third-party services are contacted by default.

Related Skills

Install with clawhub install <slug> if user confirms:

  • architecture - structure systems and interfaces when the main problem is technical architecture.
  • analytics - quantify metrics, thresholds, and trend signals behind engineering decisions.
  • product-manager - turn engineering constraints into product scope, priorities, and stakeholder trade-offs.
  • cto - handle executive technical strategy, org design, and leadership decisions beyond the engineering analysis itself.
  • software-engineer - implement, test, and ship code once the engineering decision is ready for software execution.

Feedback

  • If useful: clawhub star engineer
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.27%
按下载量换算3,488

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills