← Back to Skills Marketplace
238
Downloads
6
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weknora
Description
Import documents and perform knowledge retrieval via WeKnora API. Use when uploading files, URLs, or Markdown to a knowledge base, searching knowledge with h...
Usage Guidance
This skill appears coherent and only needs your WeKnora base URL and an API key. Before installing: ensure the WEKNORA_BASE_URL is a trusted server (don’t point it to unknown hosts), avoid putting long-lived secret keys in shell rc files on shared machines, and prefer scoped/least-privilege API keys if the service supports them. Because the skill uses curl and environment variables, be cautious about sharing transcripts that might include API responses or the value of WEKNORA_API_KEY. If you need higher assurance, ask the skill author for a privacy/security statement or a signed endpoint specification.
Capability Analysis
Type: OpenClaw Skill
Name: weknora
Version: 1.0.0
The weknora skill bundle provides a standard interface for document management and knowledge retrieval via the WeKnora REST API. It uses environment variables for authentication and standard curl-based workflows for file uploads and searches, with no evidence of malicious intent, data exfiltration, or unauthorized execution patterns in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (importing documents and searching a WeKnora KB) match the declared env vars (WEKNORA_API_KEY, WEKNORA_BASE_URL) and the SKILL.md which uses curl to call those endpoints. Nothing requested appears unrelated to the described purpose.
Instruction Scope
SKILL.md contains concrete curl-based workflows (list KBs, upload files, import URLs, poll parse_status, hybrid search). It only references the declared env vars and standard CLI utilities (curl, uuidgen/date). It does not instruct reading unrelated files or exfiltrating data to unknown endpoints.
Install Mechanism
No install spec or code files — instruction-only skill imposes no on-disk installation risk.
Credentials
Only two env vars are required (base URL and API key), which are appropriate for a REST API client. There are no additional unrelated credentials or config paths requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or configuration changes. Autonomous invocation is allowed by default but is normal for skills and not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weknora - After installation, invoke the skill by name or use
/weknora - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the weknora skill.
- Enables uploading documents, importing URLs, or adding Markdown content to a knowledge base via the WeKnora API.
- Supports hybrid (vector + keyword) search within or across knowledge bases.
- Provides workflows for browsing, searching, and managing knowledge entries, including file upload, progress tracking, and error handling.
- Requires environment variables: WEKNORA_API_KEY and WEKNORA_BASE_URL.
Metadata
Frequently Asked Questions
What is WeKnora?
Import documents and perform knowledge retrieval via WeKnora API. Use when uploading files, URLs, or Markdown to a knowledge base, searching knowledge with h... It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.
How do I install WeKnora?
Run "/install weknora" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeKnora free?
Yes, WeKnora is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeKnora support?
WeKnora is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeKnora?
It is built and maintained by lyingbug (@lyingbug); the current version is v1.0.0.
More Skills