← 返回 Skills 市场
Uplo Energy
作者
RooJenkins
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uplo-energy
功能描述
AI-powered energy sector knowledge management. Search power generation records, grid management data, regulatory filings, and safety protocols with structure...
安全使用建议
This skill appears to be a client for an UPLO knowledge base and legitimately needs an UPLO URL and API key — but the package has three red flags you should resolve before installing:
1) Registry metadata vs manifest mismatch: the registry claims no required env vars, yet skill.json requires agentdocs_url and api_key. Treat the skill as requiring credentials until you verify otherwise.
2) Dynamic npm execution: the skill manifest runs `npx @agentdocs1/mcp-server`. That will fetch and execute a remote npm package at runtime. Verify the package name, its publisher, and inspect its source (or ask the vendor for a signed release) before allowing execution.
3) Unknown origin/homepage: the skill's source/homepage fields are empty even though README references uplo.ai. Verify the publisher identity (is this the official UPLO distribution?) and prefer skills with a clear source and release artifacts.
Practical steps:
- Confirm the publisher and check the npm package (@agentdocs1/mcp-server) source and recent versions.
- Only provide an API key scoped with the minimum permissions and with an expiry/rotation policy, and point AGENTDOCS_URL to a trusted domain (prefer your organization's instance).
- If possible, sandbox the skill’s MCP process or audit network activity when first running it.
- If you need stronger assurance, ask the maintainer to update registry metadata to declare required env vars and provide a pinned, reviewable install artifact rather than implicit npx execution.
If you cannot verify the package provenance or the publisher, treat this skill as higher-risk and do not provide sensitive credentials or CEII data to it.
功能分析
Type: OpenClaw Skill
Name: uplo-energy
Version: 1.0.0
The uplo-energy skill is a specialized knowledge management tool for the energy sector, designed to interface with the UPLO platform. It uses standard MCP (Model Context Protocol) patterns to provide tools for searching regulatory filings, grid data, and compliance records. While the skill includes high-privilege capabilities like 'export_org_context' and handles sensitive NERC/CEII data, these functions are strictly aligned with its stated purpose of organizational intelligence. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or harmful prompt injection was found in SKILL.md or identity-patch.md.
能力评估
Purpose & Capability
The skill claims to connect to an UPLO knowledge base and exposes search/graph tools — requiring an UPLO URL and API key is reasonable. However, the registry metadata lists no required env vars while skill.json declares config entries (agentdocs_url and api_key). That mismatch is incoherent: the skill will expect credentials even though the registry says none.
Instruction Scope
SKILL.md instructs the agent to run domain-specific tools (search_with_context, search_knowledge, get_directives, etc.) and to verify identity and classification before querying CEII. It does not instruct arbitrary file reads, unrelated credential collection, or exfiltration to unexpected endpoints beyond the UPLO instance.
Install Mechanism
There is no formal install spec in the registry, but skill.json defines an MCP runtime that uses `npx -y @agentdocs1/mcp-server --http`. That implies the runtime will fetch and run an npm package at use-time. Dynamic npx pulls are higher-risk than pre-reviewed installs because they execute remote code; confirm the @agentdocs1/mcp-server package provenance and contents before allowing the skill to invoke it.
Credentials
Requesting an UPLO URL and API key is proportional to a knowledge-base client. The concern is the missing declaration in registry-level required env vars and the skill manifest relying on those secrets. The skill will pass AGENTDOCS_URL/API_KEY to the MCP server process; ensure the API key has least privilege and that the host URL is trusted.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistent privileges. It appears to run on demand and does not modify other skills or system-wide settings in the provided materials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uplo-energy - 安装完成后,直接呼叫该 Skill 的名称或使用
/uplo-energy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of uplo-energy: AI-powered energy sector knowledge management.
- Enables search across power generation records, grid management data, regulatory filings, and safety protocols with structured extraction.
- Supports key workflows such as NERC compliance preparation, outage investigations, rate case filings, and safety/environmental documentation retrieval.
- Provides specialized tools: contextual search, directive retrieval, outdated flagging, knowledge gap reporting, and compliance conversation logging.
- Contains examples and tips to optimize document searches for energy-sector specific needs and regulatory requirements.
- Requires user clearance and role verification to access safety-critical and CEII data.
元数据
常见问题
Uplo Energy 是什么?
AI-powered energy sector knowledge management. Search power generation records, grid management data, regulatory filings, and safety protocols with structure... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Uplo Energy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uplo-energy」即可一键安装,无需额外配置。
Uplo Energy 是免费的吗?
是的,Uplo Energy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uplo Energy 支持哪些平台?
Uplo Energy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uplo Energy?
由 RooJenkins(@roojenkins)开发并维护,当前版本 v1.0.0。
推荐 Skills