Tools

Miscellaneous little tools that I have created. Mostly with the assistance of LLMs.

Deno Script Generator

A simple utility to generate a Deno script using Claude 3.5 sonnet

Platform: Github Gist
View Tool

HMAC Validator

A simple utility to validate HMAC signatures

Platform: val.town
View Tool

Markdown to Rich Text

A simple utility to convert markdown to rich text

Platform: val.town
View Tool

Password Generator

A simple password generator that generates a password from given text

Platform: val.town
View Tool

Summarize HN

A simple utility to summarize Hacker News articles, using Gemini Models. Inspired from Simon Willison’s TIL, Prompt Inspiration

Platform: val.town
View Tool

Task Prioritizer

Prioritizing the tasks based on given criteria, using OpenAI API

Platform: val.town
View Tool

Token Counter

A simple utility to count the number of tokens in a given text, Using Anthropic and Gemini APIs. Inspired from Simon Willison’s tool and X post

Platform: val.town
View Tool

Token Counter (Github Spark)

Same as token counter, but runs on Github Spark

Platform: Github Spark (Preview)
View Tool

Val Town README Generator

A simple utility to generate a README file for Val Town projects, using OpenAI API

Platform: val.town
View Tool