WeKnora

v1.0.0

Import documents and perform knowledge retrieval via WeKnora API. Use when uploading files, URLs, or Markdown to a knowledge base, searching knowledge with h...

4· 120·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cesvxfy554rgw9wfzhb2tgs845w7b

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvWEKNORA_API_KEY, WEKNORA_BASE_URL

Comments