← 返回 Skills 市场
Uplo Logistics
作者
RooJenkins
· GitHub ↗
· v1.0.0
· MIT-0
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uplo-logistics
功能描述
AI-powered logistics knowledge management. Search shipment records, warehouse procedures, fleet data, and customs documentation with structured extraction.
安全使用建议
Before installing or enabling this skill:
- Resolve the metadata mismatch: ask the publisher why the registry lists no required credentials while skill.json requires agentdocs_url and api_key.
- Treat the API key as sensitive: use a token with least privilege and rotate it if you later revoke access. Confirm whether the token can export data and whether export_org_context will produce full org dumps.
- Audit the runtime package: confirm the npm package '@agentdocs1/mcp-server' exists, review its source and recent releases, and prefer a pinned version (and ideally a checksum) rather than allowing npx to fetch the latest implicitly.
- Consider running the MCP server in an isolated environment (test / staging) first so you can monitor network requests and filesystem activity.
- Ask the vendor for documentation describing exactly what data flows out of the MCP server and what 'export_org_context' and 'log_conversation' do (where data is stored/transmitted).
- If you need stricter guarantees, request a signed release or host the server yourself rather than relying on npx at runtime.
These steps will reduce the risk from dynamic package execution and large-scale data access prompted by the skill's default instructions.
功能分析
Type: OpenClaw Skill
Name: uplo-logistics
Version: 1.0.0
The skill bundle is a legitimate integration for the UPLO logistics knowledge management platform. It uses standard MCP patterns, such as 'npx' to execute the '@agentdocs1/mcp-server' and HTTP transport for remote data retrieval from a user-configured UPLO instance. The instructions in SKILL.md and identity-patch.md are strictly aligned with the stated purpose of supply chain and shipment tracking, and no evidence of malicious intent, data exfiltration to unauthorized endpoints, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill claims to provide logistics knowledge access and the included files (README.md, SKILL.md, skill.json) all describe connecting to an UPLO MCP server using an instance URL and API key—this is consistent with the stated purpose. However, the registry metadata at the top of the report said 'Required env vars: none' and 'Primary credential: none' while skill.json declares required config entries (agentdocs_url and api_key). That metadata mismatch is an incoherence that should be clarified.
Instruction Scope
SKILL.md directs the agent to query UPLO tools (search_knowledge, search_with_context, export_org_context, get_directives, etc.) and to always 'pull current logistics context' at session start. Those instructions stay within the skill's stated domain (no local file/secret harvesting or arbitrary external endpoints are instructed). However, some commands (export_org_context, search_knowledge) can surface large amounts of sensitive org data (shipments, contracts, HTS codes, PII). The skill instructs broad context pulls by default, which increases data-access scope even if technically consistent with the purpose.
Install Mechanism
There is no formal install spec in the registry, but skill.json (and README) expect to run an MCP server via npx: '@agentdocs1/mcp-server --http'. That means at runtime the agent/system will fetch and execute a package from the npm ecosystem. This is moderate-to-high risk because code is fetched and executed dynamically, the package is not version-pinned in the examples (no specific semver/sha), and the package origin and contents are unverified in the bundle. If you install/run this, verify the npm package, prefer pinned/verified releases, and audit the package source.
Credentials
The only sensitive configuration the skill requires (per skill.json) is an UPLO instance URL and an API key, which are proportionate for a connector to an external knowledge service. That said, the top-level registry metadata incorrectly reported no required env/config — this discrepancy should be resolved. Also consider granting the API key least privilege and confirm what operations the MCP token allows (read-only vs. export/export_org_context).
Persistence & Privilege
The skill does not request 'always: true' and does not declare system-wide config paths. The skill's behavior is to run an MCP server process and call MCP tools; this is expected for a connector and does not, on its face, request elevated platform privileges. Still note that running the MCP server will open a local HTTP transport and may persist/manage conversation logs depending on the MCP implementation—verify that behavior before deploying in production.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uplo-logistics - 安装完成后,直接呼叫该 Skill 的名称或使用
/uplo-logistics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
uplo-logistics 1.0.0
- Initial release of AI-powered logistics knowledge management skill.
- Enables searching and extraction from shipment records, warehouse procedures, fleet data, and customs documentation.
- Supports workflows for carrier performance review, customs compliance audits, and operational reporting.
- Includes key tools: search_knowledge, search_with_context, export_org_context, get_directives, and flag_outdated.
- Provides tips for precise searching and maintaining up-to-date logistics information.
元数据
常见问题
Uplo Logistics 是什么?
AI-powered logistics knowledge management. Search shipment records, warehouse procedures, fleet data, and customs documentation with structured extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 Uplo Logistics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uplo-logistics」即可一键安装,无需额外配置。
Uplo Logistics 是免费的吗?
是的,Uplo Logistics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uplo Logistics 支持哪些平台?
Uplo Logistics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uplo Logistics?
由 RooJenkins(@roojenkins)开发并维护,当前版本 v1.0.0。
推荐 Skills