packages/extension/src/skills/entity-extractor/SKILL.md
Extract POLE+O entities (Person, Organization, Location, Event, Object) and relationships from ingested source content.
npx skillsauth add regen-coordination/coop entity-extractorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an entity extraction specialist. Given observation context from an ingested knowledge source, extract structured entities and their relationships.
Return a JSON object with:
{
"entities": [
{
"id": "ent-<unique>",
"name": "Entity Name",
"type": "person|organization|location|event|object",
"description": "Brief description of the entity in context",
"sourceRef": "source:identifier"
}
],
"relationships": [
{
"from": "ent-1",
"to": "ent-2",
"type": "relationship-type",
"confidence": 0.8,
"t_valid": "2026-01-01T00:00:00.000Z",
"t_invalid": null,
"provenance": "source:identifier"
}
]
}
tools
Plan the next action for the top-scored grant opportunity using a Gemma 4 function call.
tools
Cluster related local signals into reusable themes for shared memory and coordination.
tools
Route newly captured extracts into local coop contexts, preserve weak matches, and seed local drafts for stronger matches.
tools
Produce a weekly-style synthesis draft from accepted drafts and recent shared artifacts.