Skip to content

Browse templates

Public Goodeye templates you can fetch and run today. Each pairs a skill with the verifiers it runs. Reuse any one as your own private skill.

Showing 1 template for “sql.Clear

Use when the user asks a natural-language data question against a database in the current directory and wants a reviewable SQL query back. The agent discovers the schema and SQL dialect from the surrounding context (env vars, migration files, ORM models) before asking the user, drafts the query alongside a written rationale, and checks that the SQL parses in the right dialect, hits real columns, and stays read-only unless the user explicitly asked for a write.

Checks
SafetyRunnableWell-formed