A collection of skills for working with domain names, designed for use with AI agents.
Scrolls is a sister project to Seer and Tome. It provides skill definitions, reference documentation, and helper scripts that give AI agents contextual knowledge about these tools.
Scrolls is installed automatically as a dependency of Tower.
pip install -e .Or as part of a Tower installation:
pip install -e /path/to/towerimport scrolls
# List available skills
scrolls.list_skills() # ['seer', 'tome']
# Get paths to skill files
scrolls.skills_path() # Path to the skills directory
scrolls.skill_path("seer") # Path to the seer skill directory
scrolls.skill_file("seer") # Path to seer/SKILL.md
scrolls.skill_file("seer", "reference/cli.md") # Path to a specific reference file| Skill | Description |
|---|---|
| seer | Domain intelligence toolkit — WHOIS, RDAP, DNS, status, SSL, bulk operations |
| tome | Reference database — TLDs, DNS record types, glossary |
MIT License — Copyright (c) 2026 Zac Roach