CtrlK
BlogDocsLog inGet started
Tessl Logo

weknora-shared

Use when driving a WeKnora RAG server through the `weknora` CLI as an agent — authenticating, managing knowledge bases / documents / sessions / agents, running search or chat, or interpreting the CLI's JSON envelopes and exit codes. Read this before any other weknora-* skill.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A high-quality, dense, executable reference for the WeKnora CLI with excellent actionability and well-sequenced workflows that include proper validation for destructive and batch operations. Its only weakness is progressive disclosure: it is a long single-file skill that could offload some reference material into separate files.

Suggestions

Move the stable reference material (the §3 output-contract field table, the §4 exit-code table, and the §8 resource-model/command map) into a dedicated reference file under references/ and link to it from a concise overview, keeping SKILL.md focused on the procedural must-knows.

Add brief 'see references/X.md for the full table' signposts where those tables currently appear inline, so the base skill stays a tight overview that other weknora-* skills build on.

DimensionReasoningScore

Conciseness

Dense reference prose with no hand-holding and no explanation of concepts Claude already knows; every section (auth order, output contract, exit codes, destructive rules, chaining, reliability patterns) earns its place. Not the level below because there is no padded or unnecessary explanation to tighten.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands throughout (e.g. `weknora profile add prod --host ... --use`, `echo "$WEKNORA_API_KEY" | weknora auth login --with-token`, `--jq` filters, chaining examples) plus a concrete exit-code action table. Not a 2 because guidance is complete and real, not pseudocode.

3 / 3

Workflow Clarity

Multi-step processes are explicitly numbered (§1 auth two-step with `auth status` verification; §7a four-step tool-approval unlock) and destructive/batch operations have explicit validation checkpoints (exit-10 confirmation, never auto-bypass, `--dry-run` preview, exit-code-first branching), satisfying the feedback-loop requirement rather than being capped at 2.

3 / 3

Progressive Disclosure

The body is well-sectioned with clear navigation and clearly-signaled one-level-deep pointers to sibling skills ('see the weknora-rag-search skill'), but substantial reference material (output contract, exit-code table, resource model) lives inline in a single ~210-line file rather than being split into separate reference files. Not a 3 because content that could be separate is inline and no bundle/reference files exist; not a 1 because organization is strong and references are not deeply nested.

2 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that names concrete capabilities, includes an explicit 'Use when' trigger, and is clearly scoped to the WeKnora CLI niche. It avoids fluff and uses appropriate third-person/trigger phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'authenticating, managing knowledge bases / documents / sessions / agents, running search or chat, or interpreting the CLI's JSON envelopes and exit codes' — matching the score-3 anchor of multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers both 'what' (driving the WeKnora RAG server via the CLI) and 'when' via the explicit 'Use when …' trigger clause, matching the score-3 anchor.

3 / 3

Trigger Term Quality

Covers natural domain terms a WeKnora user would actually say (RAG server, CLI, knowledge bases, sessions, search, chat, JSON envelopes, exit codes) with good breadth and no generic filler.

3 / 3

Distinctiveness Conflict Risk

Tightly scoped to the `weknora` CLI with a clear niche and ordering directive ('Read this before any other weknora-* skill'), making conflict with other skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
Tencent/WeKnora
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.