Tools
- · Deno Script Generator : A simple utility to generate a Deno script using Claude 3.5 sonnet.(On Github Gist)
- · Markdown to Rich Text : A simple utility to convert markdown to rich text.(On val.town)
- · Password Generator : A simple password generator that generates a password from given text.(On val.town)
- · Summarize HN : A simple utility to summarize Hacker News articles, using Gemini Models. Inspired from Simon Willison’s TIL, Prompt Inspiration.(On val.town)
- · 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.(On val.town)
- · Token Counter (Github Spark) : Same as token counter, but runs on Github Spark.(On Github Spark (Preview))