Skip to content

TheZacillac/scrolls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrolls

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.


Installation

pip install -e .

Or as part of a Tower installation:

pip install -e /path/to/tower

Usage

import 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

Skills

Skill Description
seer Domain intelligence toolkit — WHOIS, RDAP, DNS, status, SSL, bulk operations
tome Reference database — TLDs, DNS record types, glossary

License

MIT License — Copyright (c) 2026 Zac Roach

About

A collection of skills for working with domain names, designed for use with AI agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors