Loading...
Loading...
Use the S.EE `see` CLI for short URLs, text snippets, file uploads, image hosting, domains, tags, JSON output, and delete hashes. Use when the user asks to run, explain, document, or troubleshoot the installed `see` command-line tool.
npx skill4agent add leev1s/skills seeseesee-cli 1.2.0see shorturl ...command -v see
see version
if [[ -n "$SEE_API_KEY" ]]; then echo "SEE_API_KEY=set"; else echo "SEE_API_KEY=missing"; fisee domains --json
see text domains --json
see file domains --json
see tags --jsonsee shorturl create https://example.com --json
see shorturl update my-slug --target-url https://example.org --json
see shorturl delete my-slug --json
see text create --file ./notes.md --title "Notes" --json
printf '%s\n' 'hello' | see text create --title "Greeting" --json
see text delete my-slug --json
see file upload ./image.png --json
see file upload --file - --name image.png --json
see file history --json
see file download-url <file-id> --json
see file delete <delete-hash-or-key> --json--json