Giving your agent real domain knowledge — two live OKP domains to try #3
markbang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Giving your agent real domain knowledge — two live OKP domains to try
"Give my agent domain knowledge" usually ends in one of two dead ends: dumping a PDF at it, or pasting the same context into every prompt. OKP takes a third path: knowledge lives in domains — structured, versioned, searchable — and agents consume it through skills.
This post walks through two live, public OKP domains so you can see what domain-shaped knowledge actually looks like.
The two domains
genai-hot— generative AI hotspot signalsA living intelligence library of what is hot in generative models: releases, benchmarks, viral content, tutorials, API price moves — distilled from hot lists and vertical sources, each entry with heat level, lifecycle (
emerging → rising → peaking → fading), platforms, and evidence.Fields include
model,category,signal,heat,keywords,related— so an agent can answer questions like "what is currently peaking around Seedance?" instead of guessing from search results.hot-mems— high-quality Chinese meme knowledgeCurated Chinese internet expressions worth reusing: standard form, meaning, origin, usage examples, platforms, lifecycle (
emerging → dead), NSFW flag, confidence, and an evidence package (cover image, comments, stats). Built to answer "what does this meme mean and where did it come from?" without wading through raw videos.The agent workflow
Install the search skill once:
Then your agent works like this:
The skill's contract is: read the README → filter precisely by schema → list lightly → read the few that matter → follow links. The knowledge stays in one open place; every agent that installs the skill reads the same domain.
Why this beats private memory
source_url, author, and evidence links, so agents can check where a claim came from.Try it / contribute
Both domains are public and live. Install
okp-searchand ask your agent a question againstgenai-hotorhot-mems. If you curate a field, consider opening your own domain withokp-import— or drop a comment here and we will help you set it up.What domain would you build first?
All reactions