moss

Build and query local semantic indexes with metadata filtering for offline retrieval.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/J4Joshua/manuaI --skill moss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moss
Source: https://github.com/J4Joshua/manuaI/tree/main/.agents/skills/moss
Command: npx skills add https://github.com/J4Joshua/manuaI --skill moss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps build reliable local semantic retrieval for factory AI assistants by finding the right SOPs, manuals, and incident knowledge without depending on slow or unavailable network services.

Core Features & Use Cases

  • Local Semantic Search: Build and query Moss indexes with fast in-process retrieval for offline-first applications.
  • Metadata Filtering: Retrieve context using structured filters such as machine identifiers, safety flags, and document metadata.
  • Use Case: Use this Skill when implementing ManuAI's retrieval layer to connect operator questions with verified machine procedures and citations.

Quick Start

Use the moss skill to create a local retrieval index from factory procedure documents and query it with machine-specific filters.

Frequently Asked Questions about moss

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a local semantic search index for offline factory SOP retrieval?

You achieve offline semantic search by using this Skill to build local in-process indexes from procedure documents, allowing fast retrieval of operational knowledge without network connectivity.

Can I apply metadata filtering to semantic search results for machine troubleshooting?

Yes, this Skill supports metadata filtering for machine troubleshooting by applying structured filters like machine identifiers and safety flags to retrieve highly specific operational context.

Does offline semantic retrieval work without external embedding services for RAG workflows?

Offline semantic retrieval for RAG workflows requires local embedding generation rather than external services, ensuring low-latency grounded responses in environments with unavailable network services.

What is the best way to implement low-latency retrieval-augmented generation for an offline factory assistant?

The best way to implement low-latency retrieval-augmented generation for an offline factory assistant is building local semantic indexes with in-process querying to ground operator questions with verified citations.

When should I use local in-process index querying instead of cloud-based semantic search?

Use local in-process index querying instead of cloud-based semantic search when operating in offline-first environments like factory floors, where slow or unavailable network services prevent reliable knowledge retrieval.