← Back to Skills Marketplace
roojenkins

Uplo Agriculture

by RooJenkins · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
245
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uplo-agriculture
Description
AI-powered agricultural knowledge management. Search crop management records, livestock data, compliance documentation, and sustainability reports with struc...
Usage Guidance
This skill appears to be a UPLO connector (searching your organization's agriculture knowledge) and that purpose explains the need for an endpoint URL and API key. However, the registry metadata omitted those requirements while skill.json requires them and the README/SKILL.md expect an MCP server launched via npx. Before installing or enabling this skill: 1) Confirm the agentdocs_url is a trusted UPLO endpoint and limit the API key scope/permissions. 2) Inspect or verify the npm package '@agentdocs1/mcp-server' (publisher, versions, audit) since the platform will run it via npx. 3) Understand that 'log_conversation' will send conversation summaries to the UPLO instance—decide what data may be logged and ensure classification/consent. 4) Prefer running the MCP server in an isolated environment or test tenant first. If possible, ask the skill author to (a) update registry metadata to list required config/env vars, (b) document exactly what is transmitted during log_conversation, and (c) pin the MCP package to a specific trusted version.
Capability Analysis
Type: OpenClaw Skill Name: uplo-agriculture Version: 1.0.0 The uplo-agriculture skill is a standard implementation of a Model Context Protocol (MCP) server designed for agricultural knowledge management. It facilitates searching and retrieving organizational data from a UPLO instance using tools like 'search_knowledge' and 'search_with_context'. The configuration in skill.json and the instructions in SKILL.md and identity-patch.md are consistent with its stated purpose, and no indicators of malicious intent, data exfiltration, or unauthorized execution were found.
Capability Assessment
Purpose & Capability
The declared purpose (connect to UPLO to search agricultural knowledge) matches the behavior in SKILL.md and README. However, the registry metadata lists no required credentials or env vars while skill.json defines two required config fields (agentdocs_url and api_key) that are necessary to connect to an external UPLO MCP server. That mismatch is incoherent: a connector like this legitimately needs an API endpoint and token, but the registry presentation omitted them.
Instruction Scope
SKILL.md limits runtime actions to mcporter calls (search_knowledge, search_with_context, export_org_context, log_conversation). Those are consistent with a knowledge-base connector. However, SKILL.md does not document the required API credentials or explicitly warn that log_conversation will transmit conversation summaries to the configured UPLO instance. This means user data (conversation summaries, topics, tools_used) will be sent to an external service—expected for this connector but worth explicit notice.
Install Mechanism
The registry lists no install spec (instruction-only), but skill.json contains an mcp stanza that runs 'npx -y @agentdocs1/mcp-server --http' with envs derived from the skill config. That implies the platform will fetch/execute an npm package at runtime. Fetching and executing code via npx from npm is a moderate-risk install path and should be validated (package origin, maintainer, version). The README similarly suggests configuring an MCP server via npx, so the effective install is not purely 'instruction-only'.
Credentials
The skill.json requires agentdocs_url and api_key (a secret) which are proportionate for a connector to an external UPLO instance. The problem is the registry-level requirements list none, and SKILL.md doesn't call out how to supply those creds. Users should be aware the skill needs a token that grants access to their organization's UPLO data; that token will be used by the MCP server process and will be transmitted to/run by the agent runtime.
Persistence & Privilege
always is false and the skill does not request system-level persistence. The skill can be invoked autonomously by the agent (platform default), which is normal. Note: because the skill runs an external MCP server process (via npx) and uses an external API_KEY, autonomous invocation combined with those external credentials increases the impact of any misuse—so validate the MCP package and restrict the API key scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uplo-agriculture
  3. After installation, invoke the skill by name or use /uplo-agriculture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of uplo-agriculture: - AI-powered agricultural knowledge management skill - Search crop management records, livestock data, compliance docs, and sustainability reports - Structured extraction and querying tools for agriculture domain expertise - Session management: organizational context fetching and conversation logging - Guidance on when and how to use knowledge search and compliance features - Emphasis on source citation and respecting data classification
Metadata
Slug uplo-agriculture
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Uplo Agriculture?

AI-powered agricultural knowledge management. Search crop management records, livestock data, compliance documentation, and sustainability reports with struc... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.

How do I install Uplo Agriculture?

Run "/install uplo-agriculture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Uplo Agriculture free?

Yes, Uplo Agriculture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Uplo Agriculture support?

Uplo Agriculture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Uplo Agriculture?

It is built and maintained by RooJenkins (@roojenkins); the current version is v1.0.0.

💬 Comments