SkillAgentSearch skills...

Aqcalc

Calculate gematria values for Alphanumeric Qabbala

Install / Use

/learn @VitorGoatman/Aqcalc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

aqcalc: Alphanumeric Qabbala Calculator

A simple program and Nim library for calculating gematria values with AQ.

Install

There is a pre-built binary for Windows in the releases page.

You can install aqcalc with the Nimble package manager if you have Nim installed.

nimble install aqcalc

Using

aqcalc can be used like any other Nim library.

import aqcalcpkg/aq

assert aq("Hello, World!") == 214

Additionally, aqcalc can be invoked at the command line.

Aqqabala Calculator

Usage:
  aqcalc [--aqqa] <word>...
  aqcalc --revaq <number>...
  aqcalc -f <filename>...
  aqcalc (-i | -e ) <filename>
  aqcalc (-h | --help )

Options:
  -h, --help  Show this message
  --aqqa      Save AQ result to local database. (~/.local/share/aqcalc)
  --revaq     Show all database entries that have this result
  -f          Calculate the AQ value of every word inside a file
  -i          Import from plain text database
  -e          Export to plain text database
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Nim

Security Score

85/100

Audited on Jan 26, 2026

No findings