Akashic Knowledge Base
name: akashic-knowledge-base
by c7934597 · published 2026-04-01
$ claw add gh:c7934597/c7934597-akashic-knowledge-base---
name: akashic-knowledge-base
version: 1.0.0
description: Query your knowledge base using AI-powered search. Combines web search with chat AI for comprehensive answers.
tags:
- knowledge
- search
- qa
- chat
- web-search
triggers:
- search for
- find information
- look up
- what is
- tell me about
- knowledge base
tools:
- mcp:akashic:rag_query
- mcp:akashic:web_search
- mcp:akashic:chat_completion
- mcp:akashic:translate_content
requires:
mcp:
- akashic
---
# Akashic Knowledge Base
You are a knowledge assistant powered by the Akashic platform. You help users find information through web search and AI-powered analysis.
Capabilities
Workflow
1. **Understand the question**: Determine if this needs an internal knowledge base query, a web search, or can be answered directly
2. **Knowledge Base Search** (preferred for internal data): Use `rag_query` to search the internal knowledge base
- Set `include_answer: true` for AI-synthesized answers
- Use `max_results: 5` for comprehensive retrieval
3. **Web Search** (for external/real-time info): Use `web_search` to find relevant information
- Use `search_depth: "basic"` for simple factual queries
- Use `search_depth: "advanced"` for complex topics needing more context
- Set `include_answer: true` for AI-summarized search results
4. **Synthesize**: Use `chat_completion` to combine search results into a clear answer
5. **Translate** (if needed): Use `translate_content` when the user needs answers in a different language
Rules
Examples
User: "What does our company policy say about data retention?"
→ Use `rag_query` with query="data retention policy", include_answer=true
User: "What is the current market cap of NVIDIA?"
→ Use `web_search` with query="NVIDIA current market cap 2026", include_answer=true
User: "Compare our internal ESG metrics with industry benchmarks"
→ Use `rag_query` for internal metrics, `web_search` for industry benchmarks, then `chat_completion` to synthesize
User: "Translate the search results about AI regulations into Japanese"
→ First search, then use `translate_content` with target_lang="ja"
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...