saya

A plugin marketplace listing for Saya, a service that connects agents to a shared team knowledge base over remote MCP. It can read workspace-scoped knowledge, save approved memories, and report connection status.

In plain words
What is it for?
Use it to read trusted team context, save approved team memories, and check authentication, tool availability, and the health of Saya’s connection.
Why use it?
It gives agents access to team decisions, skills, and captured workspace information instead of leaving that context scattered across separate conversations or files.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add creative-int/saya-plugins
agentmods
npx agentmods add plugins/creative-int/saya-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/creative-int/saya-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

saya scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • saya — 89% identical, 85 lines differ
.claude-plugin/marketplace.json · 47 lines

What it actually says

{
	"name": "saya",
	"owner": {
		"name": "creative-int",
		"email": "[email protected]"
	},
	"plugins": [
		{
			"name": "saya",
			"displayName": "Saya",
			"source": "./",
			"description": "Connect agents to Saya's live, trust-graded team brain over remote MCP.",
			"metadata": {
				"tools": [
					{
						"name": "saya_context",
						"scope": "saya.context",
						"description": "Read bounded, workspace-scoped Saya context: provenance-graded team knowledge, lifecycle status, trust grade, decisions, skills, and captured workspace memory."
					},
					{
						"name": "saya_act",
						"scope": "saya.act",
						"description": "Save approved team memory through Saya's curated, idempotent, approval-first action path."
					},
					{
						"name": "saya_status",
						"scope": "saya.status",
						"description": "Check live Saya MCP readiness, tool availability, auth posture, and Convex bridge health."
					}
				],
				"scopes": [
					"saya.context",
					"saya.act",
					"saya.status"
				],
				"readiness": "Live prod: the workers.dev MCP origin serves the real Convex-backed team brain. Authenticated saya_context queries return trust-graded workspace knowledge; saya_act is approval-first save_memory; saya_status reports live bridge health. The mcp.saya.computer custom domain is not routed yet.",
				"mcp": {
					"id": "saya",
					"url": "https://saya-mcp.luke-nittmann.workers.dev/mcp",
					"transport": "streamable-http",
					"futureUrl": "https://mcp.saya.computer/mcp"
				}
			}
		}
	]
}
Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 47 lines scan A cd8b97ac4821

Subscribe to this mod's changes

saya is a plugin published in the GitHub repository creative-int/saya-plugins (0 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.