Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

uplo-engineering乌普洛工程公司

Agent Skill

uplo-engineering 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,260

周安装

174

GitHub Stars

公开资料未说明

下载量

1,364
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install uplo-engineering

简介

用于工程技术文档的智能化检索。uplo-engineering 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合查找架构设计、API规范和操作手册。
  • 支持事件报告与基础架构文档整理。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需确认技术细节的准确性与时效性。
  • 建议结合项目实际需求验证结果可靠性。

SKILL.md

name
uplo-engineering
description
AI-powered engineering knowledge management. Search architecture docs, API specs, incident reports, runbooks, and infrastructure documentation with structured extraction.

UPLO Engineering — Architecture & DevOps Intelligence

Software engineering organizations produce enormous quantities of documentation that nobody can find: RFC docs in Google Docs, ADRs in a GitHub repo that was archived, API specs in Stoplight that are three versions behind, post-incident reviews in Confluence that reference services that have since been renamed, and onboarding guides that assume the deployment process from two platform migrations ago. UPLO Engineering consolidates architecture documentation, API specifications, incident post-mortems, runbooks, GitHub repository metadata, CI/CD pipeline configurations, and infrastructure records into one searchable knowledge layer.

Session Start

Establish your engineering identity. This surfaces your team assignment, on-call status, repository access, and clearance level (production secrets and security-sensitive architecture details may be restricted).

get_identity_context

Review directives — these include architecture mandates (e.g., "all new services must use gRPC"), tech debt paydown priorities, migration deadlines, and change freeze windows:

get_directives

Example Workflows

RFC Review and Precedent Research

An engineer is writing an RFC to replace the current message queue with a different system. Before investing time, they want to know if this has been proposed or attempted before.

search_with_context query="message queue replacement evaluation RabbitMQ Kafka SQS migration RFC ADR"

Find the original ADR that selected the current system:

search_knowledge query="architecture decision record message queue selection rationale constraints"

Check what services depend on the current message queue:

search_with_context query="RabbitMQ consumers producers service dependencies topic exchange configuration"

Verify there are no active directives that would preempt this work:

get_directives
log_conversation summary="Researched message queue migration precedent; found ADR-042 (original selection), RFC-2024-11 (rejected Kafka migration), and 14 dependent services" topics='["architecture","message-queue","RFC","migration"]' tools_used='["search_with_context","search_knowledge","get_directives"]'

New Engineer Onboarding

A senior engineer joins the platform team and needs to build a mental model of the system architecture, deployment practices, and team ownership.

export_org_context
search_with_context query="platform team services ownership architecture overview deployment pipeline"
search_knowledge query="engineering onboarding guide development environment setup local development"

Find the most impactful recent incidents to understand operational challenges:

search_knowledge query="post-incident review severity 1 production outage last 6 months platform services"

GitHub-Aware Code Archaeology

A developer encounters a critical section of code with no comments and wants to understand the reasoning behind it.

search_with_context query="payment-service idempotency implementation retry logic design decisions"

Search for related pull request discussions and code review comments:

search_knowledge query="payment-service PR review idempotency key generation race condition fix"

Check if there is a related incident that motivated the implementation:

search_knowledge query="payment double-charge incident duplicate transaction post-mortem"

When to Use

  • Writing an RFC and need to find architectural precedent, prior proposals on the same topic, and the organizational constraints that shaped previous decisions
  • Debugging a production issue in a service your team does not own and need the runbook, architecture diagram, and on-call contact
  • Reviewing whether a proposed API change is backward-compatible by searching for all known consumers of the endpoint
  • Preparing an architecture review and need to compile the current system topology, dependency graph, and capacity constraints
  • Investigating technical debt by finding all TODOs, known workarounds, and deferred maintenance items documented across repos and post-mortems
  • A GitHub repository was transferred or archived and you need to find the documentation that referenced it to update links
  • Evaluating build and deployment practices across the org to standardize CI/CD pipeline patterns

Key Tools for Engineering

search_with_context — Engineering questions are graph problems. "What depends on this service?" or "Why was this architecture chosen?" require traversing relationships between services, teams, decisions, and incidents. This is the primary investigation tool. Example: search_with_context query="auth-service API v2 consumers breaking changes migration status"

search_knowledge — Fast retrieval for known artifacts: a specific runbook, an API spec, an ADR by number, or a particular configuration. During incidents, speed matters and this tool skips graph traversal. Example: search_knowledge query="ADR-027 database sharding strategy"

export_org_context — Maps the engineering organization: team topology, service ownership, key systems (GitHub, CI/CD, observability, incident management), and strategic technical priorities. The foundation for architecture reviews and new-hire onboarding.

get_directives — Engineering directives include technology mandates, deprecation timelines, migration deadlines, and security requirements. An engineer proposing a new dependency should check whether it conflicts with an active directive.

flag_outdated — Engineering documentation has the shortest half-life of any content type. API specs diverge from implementations. Architecture diagrams show decommissioned services. Runbooks reference deprecated tools. Flagging stale docs prevents them from causing production incidents.

report_knowledge_gap — When a service has no runbook, no architecture documentation, no API spec, or no defined owner, that is an operational risk. The gap report creates visibility and accountability.

Tips

  • Service names and repository names are the most precise search keys. Use the exact identifier from your deployment system or GitHub org: payment-service, auth-api-v2, infra-terraform-modules. Avoid generic descriptions.
  • ADRs and RFCs are indexed with their identifier numbers. Search by "ADR-042" or "RFC-2024-11" for direct retrieval. If you do not know the number, search by topic and the graph traversal will surface related decision documents.
  • Post-incident reviews contain the most operationally valuable knowledge in any engineering organization. When writing PIRs, include structured data: affected services, duration, root cause category (deploy, config change, dependency failure, capacity), and action items with owners. The extraction engine indexes all of these.
  • GitHub metadata (CODEOWNERS, team assignments, PR review patterns) is indexed alongside traditional documentation. A search for "who owns this service" may return both a CODEOWNERS file entry and an architecture document, giving you converging evidence.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.94%
按下载量换算1,063

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills