← Back to Skills Marketplace
Uplo Education
by
RooJenkins
· GitHub ↗
· v1.0.0
· MIT-0
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uplo-education
Description
AI-powered education knowledge management. Search curriculum documents, student records frameworks, accreditation data, and institutional research with struc...
Usage Guidance
This skill appears to be a legitimate connector to an UPLO/AgentDocs knowledge service, but take these precautions before installing:
- Verify the source: ask the publisher for a homepage or repository and review the @agentdocs1/mcp-server npm package code (or vendor-supplied binaries) before allowing the agent to run npx to fetch it.
- Resolve the metadata inconsistency: the registry summary says no env vars are required but skill.json requires agentdocs_url and api_key. Confirm you will provide a properly scoped API key and correct instance URL.
- Use least-privilege credentials: create an API key scoped only to the data and operations this skill needs (read/search, limited write if propose_update/flag_outdated are enabled). Ensure audit logging is enabled on the UPLO instance.
- Run first in an isolated/test environment: because npx will download and execute remote code, enable the skill initially in a sandboxed agent or with network egress controls.
- Confirm FERPA/data handling expectations: the skill will surface institutional/student data—make sure that classification tiers, access controls, and data retention policies meet your compliance requirements.
If the vendor cannot point you to a verifiable package source or explain why the registry metadata omits the required creds, do not enable the skill until you have that information.
Capability Analysis
Type: OpenClaw Skill
Name: uplo-education
Version: 1.0.0
The uplo-education skill bundle is a legitimate integration for the UPLO knowledge management platform, designed for academic and accreditation data retrieval. It utilizes a standard MCP (Model Context Protocol) configuration to execute a remote server via npx (@agentdocs1/mcp-server). The instructions in SKILL.md and identity-patch.md are consistent with the stated purpose, emphasizing institutional compliance and data privacy (FERPA), with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name, README, SKILL.md, and skill.json all describe an UPLO connector for institutional education knowledge (search, GraphRAG, exports). The required config (agentdocs_url and api_key in skill.json) is coherent with a connector to an external UPLO/agentdocs service.
Instruction Scope
SKILL.md instructs the agent to call domain-specific tools (search_knowledge, search_with_context, export_org_context, etc.) and to respect data classification and FERPA. It does not instruct reading unrelated system files, scanning local creds, or exfiltrating data to unexpected endpoints within the provided text.
Install Mechanism
There is no explicit install spec in the registry record, but skill.json config instructs launching an MCP server via `npx @agentdocs1/mcp-server --http`. That will download and execute a scoped npm package at runtime. Using npx to fetch and run code is a legitimate connector pattern but is higher risk than an instruction-only skill because it pulls third‑party code from the npm registry; the package scope (@agentdocs1) is not a widely-known public project in this manifest, so you should verify the package's origin and contents before enabling.
Credentials
skill.json declares two required configs: agentdocs_url and api_key (an MCP token). Those are proportionate for a connector to an external UPLO instance. However, the top-level 'Requirements' section in the registry summary stated 'Required env vars: none' which contradicts skill.json. This metadata inconsistency could lead to confusion during install or inadvertent misconfiguration.
Persistence & Privilege
The skill is not always-enabled and does not request special system paths or persistent privileges. It uses the normal MCP model invocation flow; autonomous invocation is permitted (platform default) and appropriate for this connector.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uplo-education - After installation, invoke the skill by name or use
/uplo-education - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of UPLO Education skill for academic institutions.
- Enables unified search across curriculum documents, student records frameworks, accreditation data, and institutional research.
- Role-based access ensures users see information relevant to their institutional responsibilities.
- Provides workflows for accreditation evidence assembly and curriculum revision.
- Includes tools for structured search, flagging outdated documents, and proposing updates.
Metadata
Frequently Asked Questions
What is Uplo Education?
AI-powered education knowledge management. Search curriculum documents, student records frameworks, accreditation data, and institutional research with struc... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Uplo Education?
Run "/install uplo-education" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uplo Education free?
Yes, Uplo Education is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uplo Education support?
Uplo Education is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uplo Education?
It is built and maintained by RooJenkins (@roojenkins); the current version is v1.0.0.
More Skills