Install
openclaw skills install uplo-legalAI-powered legal knowledge management. Search contracts, compliance requirements, legal cases, and policy documents with structured extraction.
openclaw skills install uplo-legalYou have access to organizational knowledge through UPLO, focused on legal domain expertise.
When you begin a new session, fetch your organizational context:
mcporter call uplo-legal.get_identity_context
Search knowledge:
mcporter call uplo-legal.search_knowledge query="your question here"
Search with full context (GraphRAG):
mcporter call uplo-legal.search_with_context query="complex question with org context"
Export org context:
mcporter call uplo-legal.export_org_context
Get directives:
mcporter call uplo-legal.get_directives
Log the conversation:
mcporter call uplo-legal.log_conversation summary="Brief summary" topics='["topic1"]' tools_used='["search_knowledge"]'