Verifies relationships between a source text (e.g. Episode, Task) and existing Knowledge Graph lessons. Runs KNN/Hybrid search to find candidates, then uses LLM (scillm) to verify "verifies", "contradicts", or "related" stances with strict rationales.
Scanned 2/10/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: edge-verifier
description: >
Verifies relationships between a source text (e.g. Episode, Task) and existing Knowledge Graph lessons.
Runs KNN/Hybrid search to find candidates, then uses LLM (scillm) to verify "verifies", "contradicts",
or "related" stances with strict rationales.
allowed-tools: Bash, Mom
triggers:
- verify edges
- link content
- generate relationships
- schedule verification
metadata:
short-description: KNN + LLM verification for KG edges
---
# Edge Verifier
This skill links new content to the existing Knowledge Graph by:
1. **Recall**: Running a KNN/Hybrid search (`graph_memory.search`) to find potential related lessons.
2. **Verify**: Using `scillm` (LLM) to audit the relationship, classifying it as `verifies`, `contradicts`, or `neutral`.
3. **Link**: Creating verified `lesson_edges` in ArangoDB.
## Usage
### Manual Execution
```bash
# Verify edges for a specific source text
.agents/skills/edge-verifier/run.sh --source_id <ID> --text "Content to verify..."
# With explicit options
.agents/skills/edge-verifier/run.sh --source_id <ID> --text "..." --type "episode_turn"
```
## Scheduling (Mom Integration)
This skill is designed to be scheduled via **mom (Master Of Mischief)** to ensure continuous verification of new memory artifacts.
To schedule this, copy the provided `schedule_template.json` to mom's `events` directory (e.g., `data/events/`).
### Template (`schedule_template.json`)
```json
{
"type": "periodic",
"channelId": "YOUR_CHANNEL_ID",
"text": "Run .agents/skills/edge-verifier/run.sh on recent data",
"schedule": "0 2 * * *",
"timezone": "America/New_York"
}
```
### Setup Steps for Mom
1. **Link Skill**: Ensure `mom` can see this skill.
```bash
ln -s $(pwd)/.agents/skills/edge-verifier ~/.pi/mom/data/skills/edge-verifier
```
2. **Schedule**: Copy the template.
```bash
cp .agents/skills/edge-verifier/schedule_template.json ~/.pi/mom/data/events/verify-daily.json
# Edit the channelId in the new file!
```
## Prerequisites
- `.env` must expose ArangoDB credentials.
- `CHUTES_API_KEY` for LLM calls.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Use when an operation issue asks you to ingest a captured source from `raw/` into the LLM Wiki, or when the user explicitly says "ingest <slug>". The issue body will name a file under `raw/` (e.g. `raw/karpathy-llm-wiki.md`) and ask for durable wiki pages. Do not invoke this skill for Paperclip activity bundles — those use `paperclip-distill` instead.