/ss
View the latest N screenshots from Desktop (default 1)
$ npx -y skills add coco-research/coco --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ss
Context preview
What this command does when you run it.
View the latest N screenshots from Desktop (default 1)
Command definition
ss.mddescription: View the latest N screenshots from Desktop (default 1) argument-hint: "[N]"
The user wants to view the latest screenshots from their Desktop. The argument $ARGUMENTS specifies how many to show (default 1 if omitted).
Steps: 1. Determine N: if `$ARGUMENTS` is a number, use it. Otherwise default to 1. 2. Run: `ls -t $HOME/Desktop/Screenshot*.png | head -N` (substituting the actual number for N). 3. Read each screenshot file using the Read tool (which renders images visually). 4. Briefly describe what you see in each screenshot and ask how you can help.
Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.
Repo: coco-research/coco
Other commands on coco.
- /mermaid
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Open command - /read
Show latest emails from a specific person. Usage: /email-read alice
Open command - /reply
Draft a reply to a specific email. Usage: /email-reply Project Phase 2 Contract Data
Open command - /save
Save matching emails to a project folder for sync processing. Usage: /email-save alice to emails/
Open command - /search
Search emails by subject keywords. Usage: /email-search github webhook
Open command - /summary
AI summary of today's emails โ key decisions, action items, meetings. No arguments needed.
Open command

