Skip to content

Commit dcb2eee

Browse files
committed
moved into skills directory + updated description
1 parent 80d0726 commit dcb2eee

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ description: >-
55
credentials, ingest RDF into their workspace (space), check the status of
66
ingest jobs, read/search the knowledge graphs, and query W3C PROV-O
77
provenance (including triple-level deltas). Use whenever the user asks to
8-
ingest/upload triples or RDF to BrainKB, create or share a workspace/space
9-
(private/public), search or read BrainKB graphs, check an ingest job's
10-
status, or ask "who/when/what changed" (provenance) about a graph.
8+
ingest/upload triples or RDF to BrainKB, create or share a workspace/space (private/public), search or read BrainKB graphs, check an ingest job's status, or ask "who/when/what changed" (provenance) about a graph.
9+
1110
---
1211

13-
# BrainKB
14-
15-
Help the user ingest and explore a BrainKB knowledge base through the
16-
`query_service` API. Prefer the **`brainkb` MCP tools** if they are available
17-
(server at `brainkb_mcp/`); otherwise fall back to `curl` (see bottom).
12+
# BrainKB Skills
13+
This skill provides tools for ingesting, querying, and exploring **BrainKB (Brain Knowledgebase)**. It preferentially uses the **`brainkb_mcp`** server (`brainkb_mcp/`) when available, enabling direct MCP-based interaction. If the MCP server is unavailable, equivalent operations are performed through the BrainKB REST API using `curl` (see below).
1814

1915
## Connectivity — READ FIRST
2016

0 commit comments

Comments
 (0)