mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Add integrations/openclaw/ with OpenClawKGTool (REST) and OpenClawMCPConfig (mcporter.json generator) - Add plugins/.openclaw-plugin/ bundle (plugin.json, marketplace.json, README) with MCP + native tool support - Add OpenClaw badge to README header - Reorganize "Works With Every AI Tool" table into labeled groups: Native Plugin Bundle, MCP Server + Plugin, MCP Server, REST API Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "semantica-openclaw",
|
|
"plugins": [
|
|
{
|
|
"name": "semantica",
|
|
"description": "Semantica plugin for OpenClaw: knowledge graph skills, decision intelligence, reasoning, extraction, and visualization.",
|
|
"source": "./",
|
|
"category": "Productivity",
|
|
"tags": [
|
|
"knowledge-graph",
|
|
"reasoning",
|
|
"semantica",
|
|
"openclaw",
|
|
"mcp"
|
|
]
|
|
}
|
|
]
|
|
}
|