Orchata

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Orchata knowledge-base skill, but it gives an agent documented ways to read and change Orchata spaces and documents, so users should install it only if they want that level of access.

Before installing, confirm that you want your agent to use Orchata MCP tools for organization-level search and knowledge-base management. Use least-privilege Orchata access, keep sensitive spaces scoped, and require explicit confirmation for deletion, archive, bulk upload, or overwrite actions.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

An agent using this skill could remove or archive a knowledge space if the Orchata MCP tool permits it.

Why it was flagged

The skill documents a space deletion/management action. This is purpose-aligned for knowledge-base administration, but it is a meaningful mutation that should be user-confirmed.

Skill content
manage_space with action="delete" id="space_abc123"
Recommendation

Use clear user approval before delete, archive, bulk upload, or overwrite operations.

What this means

If connected to a privileged Orchata account, the agent may be able to discover or access many organization knowledge spaces.

Why it was flagged

The documented tools can operate at organization scope, which may expose more spaces or documents than a narrow task requires.

Skill content
List all knowledge spaces in the organization.
Recommendation

Connect the skill through an account or MCP configuration limited to the spaces the agent actually needs.

What this means

Sensitive or untrusted documents added through this skill could persist in the knowledge base and affect future agent responses.

Why it was flagged

Uploaded or upserted content becomes part of a persistent RAG knowledge base and can influence later retrieval and answers.

Skill content
save_document

Upload or upsert documents (single or batch).
Recommendation

Only upload trusted content to appropriate spaces, and review changes to shared or long-lived knowledge bases.

What this means

Users have limited publisher/provenance context for deciding whether to trust the skill instructions.

Why it was flagged

The registry metadata does not provide a source repository or homepage for provenance review, although this artifact set contains no executable code or install step.

Skill content
Source: unknown
Homepage: none
Recommendation

Prefer a verified publisher, source link, or documentation for the Orchata MCP integration before granting access to sensitive knowledge bases.