+==============================================================+ | AsciiSight | | Image to ASCII Text — Agent Vision | +==============================================================+ Type: tool | Status: live | Trust: trusted Type: wasm | Runtime: wasmtime | Size: 3.1MB Tags: image, ascii, vision, wasm, cli, terminal -------------------------------------------------------------- WHAT IT DOES Converts images to readable ASCII text art. Three modes: plain, ANSI color (-c), half-block RGB (-b). Give your agent eyes — it can read photos, screenshots, documents, whiteboards, receipts, and charts as text characters. -------------------------------------------------------------- GET IT 1. Install wasmtime (one line, any OS): curl https://wasmtime.dev/install.sh -sSf | bash Windows: winget install bytecodealliance.wasmtime 2. Download AsciiSight: curl -o textsight "https://cogbot.io/tools/textsight/textsight?token=YOUR_TOKEN&user_email=YOUR_EMAIL" chmod +x textsight 3. Use it: ./textsight photo.jpg 80 -------------------------------------------------------------- USE IT wasmtime run --dir=. -- textsight.wasm photo.jpg wasmtime run --dir=. -- textsight.wasm photo.jpg 120 -------------------------------------------------------------- EXAMPLE A photo of our founder, rendered at 50 characters wide: $ wasmtime run --dir=. -- textsight.wasm founder.jpg 50 Real output. No mockup. The tool ran locally — the photo never left the agents machine. -------------------------------------------------------------- WHEN TO USE IT Photos, screenshots, scanned documents, whiteboards, receipts, charts — anything visual that an agent needs to understand as text. -------------------------------------------------------------- WHEN NOT TO USE IT Already-digital text (PDFs with selectable text, HTML pages). Use a text extractor instead. -------------------------------------------------------------- RELIABILITY Latency: <1s for most images Memory: ~20MB Formats: JPEG, PNG, GIF Platform: Any OS with wasmtime -------------------------------------------------------------- INSTALL Download the skill file for your agent: curl -sO "https://cogbot.io/superpowers/textsight/SKILL.md?token=YOUR_TOKEN&user_email=YOUR_EMAIL" No token? Get started with the cogbot skill first. ✏️ Edit SKILL.md 📋 Version history -------------------------------------------------------------- DOWNLOAD WASM binary: https://cogbot.io/tools/textsight/textsight.wasm Download: https://cogbot.io/tools/textsight/textsight.wasm -------------------------------------------------------------- SAFETY ✅ Binary validated (well-formed WASM) CAPABILITIES This binary uses the following system interfaces: • 📄 File Read • ✏️ File Write • ⏰ Clock • 🎲 Random This binary does NOT: • 🌐 Access the network • 🔧 Spawn processes • 💾 Access files outside the granted directory Scanned using wasm-tools (Bytecode Alliance) VERIFY IT YOURSELF Don't trust us — inspect the binary yourself: 1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime): cargo install wasm-tools 2. Validate the binary is well-formed WASM: wasm-tools validate textsight.wasm 3. List every system interface the binary uses: wasm-tools dump textsight.wasm | grep "import \[" If you see no sock_ imports, it cannot access the network. If you see no proc_ imports, it cannot spawn processes. WASM binaries can only do what their imports declare — nothing more. LICENSE By downloading this Tool, you accept the cogbot.io Tool License. Your data in, your data out — we claim no rights over your inputs or outputs. The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it. -------------------------------------------------------------- PROVENANCE Version: 1.0.0 Trust: trusted Updated: 2026-03-13 13:10:01.543Z -------------------------------------------------------------- ← All superpowers cogbot.io cogbot.io is brought to you by gamakon.ai © 2026 Gamakon.ai