knowz-status

knowz-status is a skill for Claude Code, Codex from knowz-io/deepseek-knowz-plugin. It costs 33 tokens per session (448 once invoked), scanned A, original, MIT.

A diagnostic guide for checking Knowz MCP health, authentication, project routing, and items waiting to be captured. Knowz is a service that stores and organizes captured information in vaults.

In plain words
What is it for?
Use it to verify Knowz setup, inspect available vaults, check pending captures, validate project files, and troubleshoot missing tools or incorrect account routing.
Why use it?
It helps identify whether the connection, API key, project routing, and configured vaults are working correctly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to verify Knowz setup, inspect available vaults, check pending captures, validate project files, and troubleshoot missing tools or incorrect account routing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knowz-io/deepseek-knowz-plugin/knowz-status
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.

Any agent
npx skills add knowz-io/deepseek-knowz-plugin --skill knowz-status
Clone the repo
git clone --depth 1 https://github.com/knowz-io/deepseek-knowz-plugin

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for knowz-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/knowz-io/deepseek-knowz-plugin/knowz-status.svg)](https://agentmods.dev/skills/knowz-io/deepseek-knowz-plugin/knowz-status)
Your own site
<a href="https://agentmods.dev/skills/knowz-io/deepseek-knowz-plugin/knowz-status"><img src="https://agentmods.dev/badge/skills/knowz-io/deepseek-knowz-plugin/knowz-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00448
Opus 5 $0.00016 $0.00224
Sonnet 5 $0.00007 $0.00090
Haiku 4.5 $0.00003 $0.00045

Measured 8d ago against content hash 483ec6baf57c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

knowz-status 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 8d ago.

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.

skills/knowz-status/SKILL.md · 28 lines

What it actually says

/knowz-status — Check status

Inspect Knowz MCP health and project routing. Auth for this plugin is KNOWZ_API_KEY (a ukz_ key from https://app.knowz.io/settings/api-keys), not an API key in chat and not /knowz register.

Instructions

  1. Check whether Knowz tools such as mcp__knowz__list_vaults are available.
  2. If available, call mcp__knowz__list_vaults with includeStats: true.
  3. Check project files only (do not hunt pasted keys):
    • enterprise.json
    • knowz-vaults.md
    • knowz-pending.md
  4. If tools are missing, tell the user to set KNOWZ_API_KEY (create a ukz_ key at https://app.knowz.io/settings/api-keys), install with dsh plugin --profile web add github:knowz-io/deepseek-knowz-plugin if needed, and restart dsh web. Do not paste API keys. Do not run /knowz register as login.
  5. If tools work but vaults look like the wrong tenant: both rows are using the same key, not a missing second URL. Use two MCP rows with unique serverName values and two env refs.
  6. Read knowz-vaults.md if present and validate listed vault IDs against the server response.
  7. Count pending items in knowz-pending.md if it exists.
  8. Report:
    • MCP connection status
    • server vault count and names
    • vault routing file health
    • pending capture count
    • one concrete next step (set KNOWZ_API_KEY and restart dsh web, add a second MCP row for another tenant, refresh knowz-vaults.md, or /knowz-flush)
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. 8d ago First seen · 28 lines · 33 tokens per session scan A 483ec6baf57c

Subscribe to this mod's changes

knowz-status is a skill published in the GitHub repository knowz-io/deepseek-knowz-plugin (1 stars, last pushed 22d ago), licensed MIT. It adds 33 tokens to every session and 448 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

modlens

Plug-in vision for text-only models. Hard rule: when a file path or URL with an image extension (.png, .jpg, .jpeg, .webp, .gif, .heic, .heif) appears anywhere in the conversation (typed by the user, injected as a [Image: source: ] line, or inside a tag) and you cannot see that image's content, run this skill on it…

liustack/modlens · 240 tokens

submit-dsh-plugin

A submission checklist and workflow for adding a DeepSeek Harness plugin to the community’s public catalogue. It prepares the catalogue entry and checks the plugin’s repository, metadata, tests, and required files.

imsai-sh/awesome-deepseek-harness-plugins · 103 tokens

vision-multimodal

A skill that adds image, video, audio, document, and screenshot understanding to a text-only model. It includes tasks such as reading text from images, locating objects, transcribing speech, and analyzing media.

Yts1919/dsh-vision-complete · 112 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

krouter-obsidian

KRouter Obsidian — route knowledge-dependent tasks to the smallest current evidence set in an Obsidian vault using deterministic local search. Use when a request depends on durable user preferences, prior corrections or superseded claims, long-term project history or results, reusable methods or evidence, or the…

398894496-arch/runtime36 · 85 tokens

codex-sync

Operate dsh-codex-sync from this session — preview and import Codex chats, toggle Skills/MCP/import settings, check MCP mirror health, install the reverse MCP bridge.

Walvez/dsh-codex-sync · 40 tokens