ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bailian-knowledgebase-retrieve

Bailian KnowledgeBase(Provided by Alibaba ModelStdio) offers to retrieve any proprietary data that have been vectorized in the hosted knowledgebases. It returns multidocs, concise KB retrieval results for LLMs.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krisyejh/bailian-knowledge-retrieve
Or

Bailian KnowledgeBase Retrieve

Vector-based hosted KnowledgeBase with Bailian Embedding/Rerank API. Designed for AI agents and chatbots - returns clean, relevant content in your proprietary datahub.

Retrieve(Search)

python3 {baseDir}/scripts/retrieve.py "query"
python3 {baseDir}/scripts/retrieve.py "query" 3

Options

  • <count>: Number of results (default: 5, max: 20)
  • <query>: User Query for KB Retrieval

Metadata

Author@krisyejh
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-krisyejh-bailian-knowledge-retrieve": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.