Tools for builders in the agentic age

sense-music

New

Turn audio into structured analysis and annotated visualizations for AI perception. Liner notes for an AI.

pip install sense-music
from sense_music import analyze

result = analyze("song.mp3")
print(result.summary)
result.save("output/")

socialcard

Generate beautiful social card images (OG, Twitter, GitHub) with a fluent builder API. One dependency: Pillow.

pip install socialcard
from socialcard import SocialCard

SocialCard("og")
  .title("My Project")
  .subtitle("A cool tool")
  .render("card.png")

Generic

Not tied to any brand. Use it for anything.

AI-native

Built as an OpenClaw skill. Any agent can use it.

Minimal deps

Just Pillow. No headless browsers, no Node.

Builder API

Chain methods. Set what you need, skip the rest.

MIT licensed

Use it however you want. Free forever.

ClawHub ready

Install via clawhub for AI agent workflows.

Humanjava.com GitHub