← Back to Skills Marketplace
Uplo Construction
by
RooJenkins
· GitHub ↗
· v1.0.0
· MIT-0
216
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uplo-construction
Description
AI-powered construction knowledge management. Search project documents, safety compliance records, permits, building codes, and RFIs with structured extraction.
Usage Guidance
This skill appears to be a legitimate connector to an UPLO MCP service and requires an instance URL and an API key — which is appropriate. Before installing: 1) Confirm the UPLO service hostname (agentdocs_url) and the npm package (@agentdocs1/mcp-server) are from a trusted vendor or your organization; there is no homepage/source URL in the registry entry. 2) Use a least-privileged, revocable API key (short-lived or scoped) rather than a broad long-lived token. 3) Expect the skill to access project documents and identity/context information — ensure that you are comfortable with the agent logging sessions and that logging/retention policies meet your compliance needs. 4) Review the @agentdocs1/mcp-server package (or host your own MCP server instance) if you want to avoid pulling code via npx at install time. 5) Note the registry metadata contains a mismatch (it shows no required env vars while skill.json requires agentdocs_url and api_key) — treat the skill.json/README as the authoritative source and verify configuration before enabling in production.
Capability Analysis
Type: OpenClaw Skill
Name: uplo-construction
Version: 1.0.0
The uplo-construction skill is a legitimate integration for the UPLO construction knowledge management platform. It provides tools for searching project documentation, RFIs, and safety records via an MCP server (@agentdocs1/mcp-server). The instructions in SKILL.md and identity-patch.md are consistent with the stated purpose of assisting users with construction-related queries and do not contain any malicious directives or evidence of data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (construction knowledge/search) align with the declared capabilities (search_knowledge, search_with_context, get_directives, export_org_context). The skill.json requires an UPLO instance URL and API key — which are appropriate and expected for a connector to an external knowledge service.
Instruction Scope
SKILL.md directs the agent to call MCP tools (get_identity_context, get_directives, search_knowledge, search_with_context, flag_outdated, export_org_context, etc.). It does not instruct the agent to read arbitrary local files or unrelated environment variables, nor to transmit data to unexpected endpoints beyond the configured UPLO MCP URL. It does instruct use of identity/context mapping and logging of sessions (expected for a knowledge base connector).
Install Mechanism
This skill is instruction-only in the registry, but skill.json and README indicate the MCP is launched via `npx -y @agentdocs1/mcp-server --http` with env vars for AGENTDOCS_URL and API_KEY. Using npx means the runtime will pull an npm package on demand — a commonly used but higher-risk install mechanism than pure instruction-only skills because it executes code from a package registry. The package namespace (@agentdocs1) looks plausible for a vendor connector, but there is no homepage/source URL in the registry metadata to validate the package origin.
Credentials
The only required secrets defined in skill.json are agentdocs_url and api_key (MCP token). Those are proportionate for a connector that queries an external document store. Note: the registry summary at the top incorrectly showed 'Required env vars: none' — that conflicts with skill.json and README which require the API key and URL. This appears to be a metadata extraction mismatch rather than a design mismatch.
Persistence & Privilege
always is false and the skill can be invoked normally by the model (disable-model-invocation=false), which is the platform default. The skill does not request persistent, system‑wide privileges or to modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uplo-construction - After installation, invoke the skill by name or use
/uplo-construction - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
UPLO Construction 1.0.0 — Initial Release
- Launches AI-powered construction knowledge management for unified access to project documents, safety records, permits, building codes, and RFIs.
- Provides role-based document search and structured information extraction to improve field and office workflows.
- Introduces tools for searching across document types, logging interactions, flagging outdated documents, and exporting organizational context.
- Supports workflows including change order dispute resolution and pre-pour checklist verification.
- Includes best practices for efficient document retrieval and project record-keeping.
Metadata
Frequently Asked Questions
What is Uplo Construction?
AI-powered construction knowledge management. Search project documents, safety compliance records, permits, building codes, and RFIs with structured extraction. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.
How do I install Uplo Construction?
Run "/install uplo-construction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uplo Construction free?
Yes, Uplo Construction is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uplo Construction support?
Uplo Construction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uplo Construction?
It is built and maintained by RooJenkins (@roojenkins); the current version is v1.0.0.
More Skills