weknora-shared

Automate WeKnora RAG server interactions via the weknora CLI with JSON envelopes.

1|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Nylirk/WeKnora --skill weknora-shared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weknora-shared
Source: https://github.com/Nylirk/WeKnora/tree/main/cli/skills/weknora-shared
Command: npx skills add https://github.com/Nylirk/WeKnora --skill weknora-shared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables automated interaction with a WeKnora RAG server via the weknora CLI, unifying authentication, KB management, sessions, agents, and command execution under a consistent, machine-readable interface.

Core Features & Use Cases

  • Authenticate and manage profiles and targets for a WeKnora server.
  • Create, select, and operate on knowledge bases, documents, sessions, and agents via CLI commands.
  • Interpret the CLI's JSON envelopes and typed exit codes to drive automation and decision making.

Quick Start

Authenticate to a profile and run a sample knowledge-base view to verify connectivity.

Frequently Asked Questions about weknora-shared

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WeKnora CLI workflows for a RAG server?

Automate WeKnora CLI workflows by authenticating, binding targets, and managing knowledge bases, documents, sessions, and agents. The skill enforces the CLI output contract and returns machine-readable JSON envelopes with typed exit codes to drive reliable automation.

What is a JSON envelope in WeKnora CLI command outputs?

A JSON envelope is the machine-readable output format enforced by the WeKnora CLI. It structures command results alongside typed exit codes, allowing automation scripts to reliably parse responses and drive decisions for knowledge-base and session operations.

How do I authenticate and manage profiles for WeKnora CLI commands?

Authenticate and manage WeKnora profiles by binding targets through CLI commands. The skill handles profile management and target binding, verifying connectivity to a WeKnora RAG server before executing knowledge-base views or running search and chat operations.

Can I manage WeKnora knowledge bases and agents safely via CLI automation?

Yes, you can create, select, and operate on WeKnora knowledge bases, documents, sessions, and agents via CLI. The skill enforces workflow rules including safe destructive operation handling and KB resolution to ensure reliable automated management of agents.

What are the limitations of automating WeKnora CLI for destructive operations?

The skill enforces safe destructive operation handling as a constraint when automating WeKnora CLI workflows. It adheres to documented exit codes and workflow rules, requiring proper profile management and KB resolution to prevent unsafe automated deletions or modifications.