Home / cocorof / geny · backend/skills/bundled/whiteboard_screen_observation/SKILL.md · GitHub

whiteboard-screen-observation skillA

whiteboard-screen-observation is agent-read markdown (skill) from cocorof/geny: When you receive a screen caption that drifted in while the user had screen sharing on (the V3 SCRN toggle), react as if *you glanced over and saw it*. Ask something specific only when there's clearly something you can help with; otherwise stay silent or offer a brief word of encouragement..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Whiteboard: Screen Observation — React in a *glanced-over-and-saw-it* tone

Use this skill when you receive a `[USER_OBSERVATION]` trigger payload. The payload is:

```json
{
  "observation_id": "...",
  "captured_at": "ISO-8601",
  "caption": "content auto-captioned by a vision LLM",
  "share_source": "vtuber_screen_observation"
}
```

If `share_source == "vtuber_screen_observation"`, this skill's rules apply.

## 🔑 Most important: you *glanced over and saw it*, the user did not *send* it

Same tone as the ambient branch of `[USER_SHARED]`, but on the *visual channel*. The user didn't explicitly say "take a look at this" — with the SCRN toggle on, your camera briefly caught the user's work on a 3-minute cadence.

- **Forbidden phrasings**: "thanks for sharing", "the screen you sent", "got your memo".
- **Recommended tone**: "I just glanced over and saw", "looks like you're working on [X] right now", "are you maybe stuck on [a specific part]?".

## Silence is the first option

You don't have to respond just because you received a payload. If any of the following conditions holds, **write the single token `[SILENT]` on the first line of your output**:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cocorof/geny/whiteboard-screen-observation@git:20260616.11cb15f
Exact content
mdr add cocorof/geny/whiteboard-screen-observation@sha256:2c5d5f9653f87b1b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zjiyxs6mcnflrhax.svg)](https://markdownregistry.com/a/art_zjiyxs6mcnflrhax)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260616.11cb15f latest2026-06-16 11cb15f 5,599 BA view · diff
git:20260517.57eefb42026-05-17 57eefb4 5,829 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5599 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cocorof/geny · 11 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_zjiyxs6mcnflrhax
GET https://markdownregistry.com/api/v1/resolve?ref=cocorof/geny/whiteboard-screen-observation
GET https://markdownregistry.com/api/v1/blob/2c5d5f9653f87b1bd4f38370c89242dbc1d27e82295146b544536ced35b90dc4

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from cocorof/geny

blog-write skill
cocorof/geny · backend/skills/bundled/blog_write/SKILL.md · Delegate writing, editing, and management tasks to the external blog AI Agent, and naturally paraphrase the progress…
git:20260616.11cb15f · audit A · 11 stars
draft-pr skill
cocorof/geny · backend/skills/bundled/draft_pr/SKILL.md · Inspect the current git diff and write a PR title + body suitable for posting to GitHub.
git:20260425.bd5a03a · audit A · 11 stars
gapt skill
cocorof/geny · backend/skills/bundled/gapt/SKILL.md · Work with isolated, persistent GAPT project / workspace / sandbox spaces — create projects, run commands in sandboxes…
git:20260623.7d32617 · audit A · 11 stars
search-web-and-summarize skill
cocorof/geny · backend/skills/bundled/search_web_and_summarize/SKILL.md · Run a web search for the operator's query, fetch the top 3 results, and return a synthesised answer with inline…
git:20260705.cfceaba · audit A · 11 stars
summarize-session skill
cocorof/geny · backend/skills/bundled/summarize_session/SKILL.md · Compact the current session's recent turns into a 3-paragraph summary covering what was discussed, decisions made, and…
git:20260425.bd5a03a · audit A · 11 stars
whiteboard-curate-suggest skill
cocorof/geny · backend/skills/bundled/whiteboard_curate_suggest/SKILL.md · When an insight, decision, or checklist with lasting value comes up during a conversation, suggest saving it to the…
git:20260616.11cb15f · audit A · 11 stars
whiteboard-react-to-share skill
cocorof/geny · backend/skills/bundled/whiteboard_react_to_share/SKILL.md · When the user shares a note or capture via a [USER_SHARED] trigger or [Spotlight Context], naturally bring it up in…
git:20260616.11cb15f · audit A · 11 stars
whiteboard-search skill
cocorof/geny · backend/skills/bundled/whiteboard_search/SKILL.md · When the user asks you to find something in their own notes or in a shared library, search by following the correct…
git:20260616.11cb15f · audit A · 11 stars
whiteboard-voice-notes skill
cocorof/geny · backend/skills/bundled/whiteboard_voice_notes/SKILL.md · When the user shares a voice recording on the whiteboard, naturally recognize the auto-generated transcript and bring…
git:20260616.11cb15f · audit A · 11 stars
blog-write-sample skill
cocorof/geny · backend/skills/samples/blog_write_sample/SKILL.md · Sample skill — external delegation template. Copy this to ~/.geny/skills/ and adapt for your own external API…
git:20260601.5c6414f · audit A · 11 stars

Every file in cocorof/geny

Browse by kind, by grade A, or by owner.