ontology-engineerExtract candidate ontology models from enterprise business systems AND build/maintain personal knowledge graphs from any file system. Use when: ontology extr...
Install via ClawdBot CLI:
clawdbot install li2092/ontology-engineerGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/li2092/ontology-engineerAudited Apr 16, 2026 · audit v1.0
Generated Mar 22, 2026
When companies merge, their disparate databases (e.g., CRM, ERP, legacy systems) often have overlapping but inconsistently named entities like 'customer' vs 'client'. This skill extracts ontology models to align concepts, enabling unified reporting and reducing integration costs.
Consultants analyzing a client's data landscape can use Mode A to scan SQL DDL and data dictionaries, producing an ontology.json and review.md as deliverables. This visualizes the client's implicit business models, aiding in system modernization or compliance audits.
Companies deploying AI agents for customer support can use Mode B to build a knowledge graph from internal documents (e.g., manuals, FAQs, PDFs). The graph serves as a local fact base, reducing hallucinations by auto-querying before responses, improving accuracy.
Researchers or analysts handling large volumes of Office documents, PDFs, and notes can use Mode B to scan their filesystem, extracting entities and relationships into a graph.jsonl. This creates a searchable personal knowledge graph, aiding in literature reviews or project tracking.
Logistics firms with heterogeneous systems (e.g., inventory, shipping, supplier databases) can apply Mode A to extract ontology models. This reveals hidden relationships across 1000+ entities, enabling pattern discovery for efficiency gains like cross-docking or route optimization.
Offer ontology extraction as a service to clients, using Mode A to analyze their business systems. Charge per project or hourly, delivering ontology.json and review.md reports that help clients understand their data assets for integration or compliance.
Develop a SaaS platform where users upload files for Mode B/C scanning, generating knowledge graphs to ground their AI agents. Monetize via subscription tiers based on data volume or features, targeting businesses needing reliable AI responses.
License the skill as on-premise software for enterprises with strict data privacy. Include support and customization for specific industries, leveraging local processing to meet security requirements without external APIs.
💬 Integration Tip
Integrate this skill into existing data pipelines by using its output files (e.g., ontology.json) as inputs for downstream tools like graph databases or BI platforms, ensuring seamless workflow automation.
Scored Jun 19, 2026
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
LLM-driven epistemic reasoning engine. Evaluates claims against evidence, outputs calibrated confidence and structured belief state (VERIFIED/CONTESTED/UNCER...
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Turn scattered local sources into a source-constrained evidence notebook for incident, release, and maintainer decisions.
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
Store secrets, long-term memory, daily logs, and anything custom in your Convex backend instead of local files