A curated set of agents with a shared permission & risk profile.
pack.json + each agent stub.Reads the current clipboard content or writes new content to it. Useful for chaining agents (e.g., "Summarize text" -> "Copy to clipboard").
Generates a fresh, cryptographically secure Ethereum wallet (Public Address + Private Key) using ethers.js. Can be used for cold storage or dev testing.
Connects to a local AI server (like Ollama) or OpenAI to generate text. It attempts to be "smart" by detecting if the local AI is offline and failing gracefully.
Generates a random, melodic musical sequence and saves it as a standard .mid file. You can drag this file into GarageBand or Ableton to hear it.
Uses a local dictionary-based approach (AFINN-165) to score the emotional tone of text. Runs entirely offline with zero latency.