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

uplo-defense乌普洛防御

Agent Skill

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

总安装

6,839

周安装

274

GitHub Stars

公开资料未说明

下载量

2,214
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install uplo-defense

简介

用于国防领域的信息检索与知识整理。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 适合搜索任务文档、后勤记录和人员数据。
  • 支持结构化扩展查询ITAR控制信息。
  • 需关注数据分类与访问权限限制。uplo-defense 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议核对原始README了解具体适用场景。

SKILL.md

name
uplo-defense
description
AI-powered defense knowledge management. Search mission documentation, logistics records, personnel data, and ITAR-controlled information with structured extraction.

UPLO Defense — Mission Knowledge Under Control

Defense organizations operate under constraints that commercial enterprises never face: ITAR/EAR export controls, security classification levels, compartmented access, and regulatory oversight from DCSA, DCMA, and contracting officers who audit everything. UPLO Defense provides structured, access-controlled search across program documentation, logistics records, technical data packages, and personnel qualifications while respecting the classification boundaries that make defense knowledge management uniquely difficult.

Session Start

Identity verification is non-negotiable in defense. Your clearance level, program access list, and need-to-know determinations control what you see. Load your identity immediately:

get_identity_context

Directives in defense include OPORD fragments, program milestones, acquisition decision points, and ITAR compliance mandates. Review them before proceeding:

get_directives

Important: If your identity context does not reflect your expected clearance level or program access, stop and contact your security officer. Do not attempt workarounds.

When to Use

  • A program manager needs to locate the CDR (Critical Design Review) action items from six months ago to verify closure status before the upcoming TRR
  • Searching for ITAR-controlled technical data packages related to a subsystem that is being proposed for foreign military sale
  • Verifying whether a specific subcontractor has the required facility clearance level documented before sharing controlled technical data
  • Assembling the Contractor Performance Assessment Report (CPAR) narrative by pulling delivery milestones, quality metrics, and cost performance index data
  • A logistics officer needs to find the provisioning technical documentation for a replacement part across multiple national stock numbers
  • Checking the current CONOPS (Concept of Operations) version for a program and determining what has changed since the last milestone review
  • Reviewing whether a cybersecurity Plan of Action and Milestones (POA&M) finding has been remediated before the next DCMA audit

Example Workflows

Technical Data Package Review for FMS Case

A foreign military sales case requires release of technical data for a radar subsystem. The export control officer needs to determine what data exists and its ITAR classification.

search_with_context query="radar subsystem AN/APG technical data package ITAR classification export control"

Verify the distribution statement on the relevant documents:

search_knowledge query="distribution statement D controlled technical data radar subsystem drawings"

Check if there are existing Technology Assessment/Control Plans (TA/CP) for this subsystem:

search_knowledge query="technology assessment control plan radar subsystem foreign disclosure"
log_conversation summary="Reviewed radar subsystem TDP for FMS release eligibility; identified Distribution D documents requiring TAA before disclosure" topics='["ITAR","FMS","export-control","radar"]' tools_used='["search_with_context","search_knowledge"]'

Milestone Decision Preparation

A program is approaching Milestone B (Engineering & Manufacturing Development). The PM needs to assemble the required documentation.

search_with_context query="program milestone B EMD required documentation acquisition decision memorandum"

Pull cost and schedule performance data:

search_knowledge query="earned value management BCWP CPI SPI program cost performance report"

Review the current risk register:

search_knowledge query="program risk register critical risks mitigation status likelihood consequence"

Get the organizational context showing program office structure:

export_org_context

Key Tools for Defense

search_with_context — Defense programs generate deeply interconnected documentation. A single requirement traces from CONOPS through system specifications, test procedures, and logistics support plans. Graph traversal follows these threads. Example: search_with_context query="KPP threshold objective values system specification traceability"

search_knowledge — Direct retrieval when you know the document type or identifier: a specific CDRL number, a DI-number, an NSN, or a MIL-STD reference. Example: search_knowledge query="CDRL A003 software development plan current version"

get_directives — In defense, directives carry the weight of orders. Program direction memoranda, acquisition decision memoranda, and ITAR compliance mandates are not suggestions. Always check.

export_org_context — Produces the program office structure, IPT (Integrated Product Team) leads, key subcontractors, and systems of record. Required for milestone reviews and audit responses.

log_conversation — Defense audit requirements demand traceability. Every query session involving controlled data should be logged. This is not optional — it is a compliance requirement.

flag_outdated — Technical manuals, logistics documentation, and specification references become obsolete through Engineering Change Proposals (ECPs). Flagging outdated documents prevents the dangerous scenario of manufacturing or maintaining equipment against a superseded configuration.

Tips

  • Use standard defense identifiers in searches: CDRL numbers, DI-numbers (e.g., DI-MGMT-81466), national stock numbers (NSNs), CAGE codes, and MIL-STD references. The extraction engine treats these as structured fields.
  • Classification tier mapping: public = approved for public release, internal = FOUO/CUI, confidential = Confidential, restricted = Secret and above. If expected results do not appear, the issue is almost certainly a clearance mismatch, not missing data.
  • ITAR-controlled technical data queries should always be logged. The log creates an audit trail that demonstrates compliant handling of controlled items.
  • When assembling milestone review packages, start with export_org_context to establish the program baseline, then use targeted search_knowledge calls for each required document rather than broad searches that may surface documents outside your need-to-know.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.92%
按下载量换算2,124

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills