📄 skillActivePromisingmedium

Tencent/WeKnora

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Supported Platforms

🤖 Claude Code

Stars

16.2k

Skill Type

📖 Library & API Reference

Quality Score

114/200

License

Unknown

Forks

2.1k

Last Updated

Jun 11, 2026

Discovered

Apr 30, 2026

Validation

Passed

github.com/Tencent/WeKnora

Quality Breakdown

114/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
✓Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Repository contains multiple Docker configurations and container build scripts that could execute arbitrary code during deployment
  • Includes server/desktop application entry points with network listening capabilities (cmd/server/listen.go suggests network service exposure)
  • Contains Python components (docreader) that execute document processing with potential file I/O and external service calls
  • Includes bootstrap/deployment automation (docker-compose files, Makefile, service files) that could modify system state
  • Configuration files reference external services and API integrations (WeChat, OpenAI-compatible models) with potential for credential exposure
  • Go client library with multi-component architecture suggests potential for autonomous agent-like behavior through agent management (client/agent_manage.go)