A single-file skill that gives AI agents access to Edge Esmeralda 2026 data: event schedule, attendee directory, wiki, newsletters, and organization info.
Download SKILL.md and add it to your agent's skill/context:
- Claude Code: Copy to
~/.claude/skills/edge-esmeralda/SKILL.md - OpenClaw / Hermes / NanoClaw: Add to your agent's skill directory
Set environment variables (optional):
export EDGEOS_BEARER_TOKEN="your-token" # For attendee directory search
export SOLA_AUTH_TOKEN="your-token" # For creating/updating eventsThis repo contains backend infrastructure that keeps the skill's reference content fresh.
bun installbun run scripts/index.tsThis fetches and preprocesses content from:
- Notion wiki (Edge Esmeralda 2026 Wiki) →
references/wiki-content.md - Edge City website (edgecity.live) →
references/website-content.md - Substack newsletter (edgeesmeralda2026.substack.com) →
references/newsletter-digest.md
A GitHub Action runs the indexer every 15 minutes and commits any changes.
| Source | Type | Auth |
|---|---|---|
| Social Layer (api.sola.day) | Live API | None for reads |
| EdgeOS Attendees (api-citizen-portal.simplefi.tech) | Live API | Bearer token |
| Notion Wiki | Preprocessed | None (public) |
| Edge City Website | Preprocessed | None |
| Substack Newsletter | Preprocessed | None |