← 返回 Skills 市场
moss
作者
Keshav Arora
· GitHub ↗
· v1.0.0
869
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moss-semantic
功能描述
Documentation and capabilities reference for Moss semantic search. Use for understanding Moss APIs, SDKs, and integration patterns.
安全使用建议
This skill is a documentation-only bundle for the Moss API; it appears legitimate, but the manifest is inconsistent with the runtime docs. Before installing or using it: 1) confirm the source/owner and that https://docs.usemoss.dev is the official docs site; 2) expect to supply MOSS_PROJECT_ID and MOSS_PROJECT_KEY (the skill should have declared them as required env vars / a primary credential — ask the publisher to update the manifest); 3) review where the agent will send data (the docs mention POST /manage but do not show a full base URL) and decide whether sending user content to that service is acceptable for your privacy needs; 4) if you provide credentials, follow least-privilege practices (use keys scoped for only the project and actions needed); 5) ask the maintainer to fix the manifest (add required env vars and a primary credential) and to clarify the REST base URL and any telemetry or sync behaviors before trusting autonomous use.
能力评估
Purpose & Capability
The skill's name/description match the SKILL.md content (Moss docs / integration patterns). However the declared requirements list no environment variables or primary credential, while the SKILL.md explicitly documents required credentials (MOSS_PROJECT_ID and MOSS_PROJECT_KEY). That omission is an incoherence between claimed requirements and the runtime instructions.
Instruction Scope
SKILL.md gives concrete runtime guidance (initialize MossClient with project credentials, call createIndex/loadIndex/query, REST actions via POST /manage, and an 'inject search results into LLM context' workflow). Those instructions are within the stated purpose, but they reference reading/using project credentials and performing automatic per-message queries. The instructions are actionable and would cause an agent to look for credentials or attempt network calls; the manifest should have declared that explicitly. No other unrelated file/system access is requested.
Install Mechanism
This is instruction-only (no install spec, no code files). The SKILL.md mentions npm/pip package names for user install, but the skill does not perform any installation itself — low installer risk.
Credentials
The documented API requires two credentials (MOSS_PROJECT_ID and MOSS_PROJECT_KEY), which are reasonable for the described integration, but the skill's metadata declares no required env vars or primary credential. The mismatch could lead to unexpected credential usage or confusion about what secrets are needed/expected.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. Autonomous invocation is allowed (platform default) but not itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moss-semantic - 安装完成后,直接呼叫该 Skill 的名称或使用
/moss-semantic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of moss-docs: Moss semantic search documentation and reference.
- Introduces complete usage reference for Moss semantic search APIs, SDKs, and integration patterns.
- Details capabilities including real-time index management, search (semantic, keyword, hybrid), and document lifecycle operations.
- Provides SDK method mappings for JavaScript and Python.
- Documents typical workflows: semantic search, hybrid search, offline/edge usage, and integration into voice agent frameworks (LiveKit, Pipecat).
- Lists authentication requirements, package installation commands, document schema, query parameters, and best practices.
- Summarizes supported embedding models, expected performance, and troubleshooting guidance.
元数据
常见问题
moss 是什么?
Documentation and capabilities reference for Moss semantic search. Use for understanding Moss APIs, SDKs, and integration patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 869 次。
如何安装 moss?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moss-semantic」即可一键安装,无需额外配置。
moss 是免费的吗?
是的,moss 完全免费(开源免费),可自由下载、安装和使用。
moss 支持哪些平台?
moss 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 moss?
由 Keshav Arora(@coderomaster)开发并维护,当前版本 v1.0.0。
推荐 Skills