repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "songsee", |
| #3 | "name": "songsee", |
| #4 | "description": "Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "songsee/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/songsee", |
| #8 | "tags": [ |
| #9 | "songsee", |
| #10 | "solana" |
| #11 | ], |
| #12 | "requiredEnv": [], |
| #13 | "homepage": null, |
| #14 | "attestation": { |
| #15 | "status": "pending", |
| #16 | "isFormallyVerified": false, |
| #17 | "attestationPda": null, |
| #18 | "verificationTimestamp": null |
| #19 | }, |
| #20 | "markdown": "---\nname: songsee\ndescription: Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.\nhomepage: https://github.com/steipete/songsee\nmetadata: {\"clawdbot\":{\"emoji\":\"🌊\",\"requires\":{\"bins\":[\"songsee\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"steipete/tap/songsee\",\"bins\":[\"songsee\"],\"label\":\"Install songsee (brew)\"}]}}\n---\n\n# songsee\n\nGenerate spectrograms + feature panels from audio.\n\nQuick start\n- Spectrogram: `songsee track.mp3`\n- Multi-panel: `songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux`\n- Time slice: `songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg`\n- Stdin: `cat track.mp3 | songsee - --format png -o out.png`\n\nCommon flags\n- `--viz` list (repeatable or comma-separated)\n- `--style` palette (classic, magma, inferno, viridis, gray)\n- `--width` / `--height` output size\n- `--window` / `--hop` FFT settings\n- `--min-freq` / `--max-freq` frequency range\n- `--start` / `--duration` time slice\n- `--format` jpg|png\n\nNotes\n- WAV/MP3 decode native; other formats use ffmpeg if available.\n- Multiple `--viz` renders a grid.\n" |
| #21 | } |
| #22 |