Install
openclaw skills install uplo-defenseAI-powered defense knowledge management. Search mission documentation, logistics records, personnel data, and ITAR-controlled information with structured extraction.
openclaw skills install uplo-defenseDefense 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.
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.
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"]'
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
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.
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.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.