Koinon Skill — Add Creator Intelligence to Your AI

Updated 2026-09-02

Give your AI access to Koinon’s cross-platform creator database through an open Skill.

What the Skill does

The Skill teaches your AI assistant three things: when a question is about creators, how to search and read Koinon’s 86K+ creator entities, and how to treat what it gets back.

Example prompts

Once installed, you do not call anything by name. You just ask:

How it works

You  →  your AI  →  Koinon Skill  →  unified retrieval layer  →  creator knowledge graph

The Skill is thin on purpose. It contains instructions and endpoint documentation — no creator data. Everything is fetched live from the public entities, the search API or MCP, so what your AI reads is what the database holds right now.

A packaged snapshot would start going stale the day it shipped — and freshness is one of the fields we ask agents to rely on. Bundling the data would quietly invalidate it.

Skill, MCP and the HTTP API all call the same retrieval layer. There is no second ranking implementation hiding behind any of them.

Install

The Skill is published as an open Agent Skills directory: a SKILL.md with frontmatter, plus reference files. Any client that loads Agent Skills from a folder can use it as-is.

Claude Code / Claude Desktop — personal skills folder

git clone https://github.com/vesselailab/koinonlink ~/.claude/skills/koinon

Project-scoped (shared with your repo)

git clone https://github.com/vesselailab/koinonlink .claude/skills/koinon

Restart the client so it re-scans the skills folder. Then ask it something about creators — you should see it fetch koinonlink.com.

Where it works

We only describe install flows we publish. Whether a specific client offers one-click install is that client’s decision, not ours — so this section says what is structurally true rather than listing logos.

claude mcp add --transport http koinon https://koinonlink.com/mcp

Compatible through Agent Skills, MCP or the API where supported.

Source

The Skill is open source under CC BY 4.0. Read it before you install it — it is short, and it is the exact text your AI will follow.

Privacy and data access

Prefer to build it yourself?

The Skill is the lowest-effort path, not the only one. The same retrieval layer is available directly:

curl -s "https://koinonlink.com/v1/creator-search?topic=ai%20coding%20tools&platforms=youtube&limit=3"

This data is built for AI

No key, no account — one command to retrieve it. Creators can claim and correct their own page.

Browse creators →