taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a

taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a is a skill for Claude Code, Codex from understudy-ai/understudy. It costs 113 tokens per session (2,532 once invoked), scanned A, original, MIT.

A workflow for finding a person's portrait, removing its background to make a transparent PNG, and sending the result in a Telegram chat.

In plain words
What is it for?
Use it to create a clean portrait cutout from a local image or an online search and send it without a caption to a chosen Telegram recipient.
Why use it?
It handles the image search, cutout editing, quality check, and delivery in one process, so you do not have to move the file between separate tools.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/songliang/workspace/Understudy/understudy.

Good fit Use it to create a clean portrait cutout from a local image or an online search and send it without a caption to a chosen Telegram recipient.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a

README.md
[![agentmods](https://agentmods.dev/badge/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i/github.svg)](https://agentmods.dev/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i)
Your own site
<a href="https://agentmods.dev/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i"><img src="https://agentmods.dev/badge/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a

Your own site · 80×15
<a href="https://agentmods.dev/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i"><img src="https://agentmods.dev/badge/skills/understudy-ai/understudy/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-i.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.02532
Opus 5 $0.00056 $0.01266
Sonnet 5 $0.00023 $0.00506
Haiku 4.5 $0.00011 $0.00253

Measured 12d ago against content hash c2fbe9f97841, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/published-skills/taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a/SKILL.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a

This workspace skill was taught from an explicit teach draft captured in /Users/songliang/workspace/Understudy/understudy.

Overall Goal

Produce and send a clean transparent cutout image for a requested person via Telegram.

Staged Workflow

  1. Obtain a suitable portrait image for the requested person, using a provided local file or direct image URL when available, otherwise finding a clear single-subject portrait from an acceptable source. Notes: Prefer a source image with minimal occlusion and enough separation from the background for reliable cutout.
  2. Open the chosen image in an editor that can remove backgrounds and produce a transparent PNG. Notes: The demo used Pixelmator Pro for the background-removal step.
  3. Remove the background and verify that the subject is isolated cleanly on transparency before delivery. Notes: Do not send obvious cutout failures; visually confirm the result first.
  4. Open the target Telegram chat, attach the processed transparent image, and send it with no caption by default. Notes: Captionless delivery is the confirmed default behavior.

GUI Reference Path

The GUI reference path below is for replay and grounding reference only.

  1. Open a suitable portrait result from the image grid. target: image result tile showing the requested person in the Google Images results grid | app: Google Chrome | scope: Google Images results page
  2. Open the source image in Pixelmator Pro or another installed editor with visible background-removal capability. reference: [preferred] [gui/gui_click] | when: When performing the native desktop editing flow shown in the demo. | notes: The demonstrated editing path was desktop-native rather than browser-native. | target: menu item "Remove Background" in the image editor | app: Pixelmator Pro | scope: editor menu or command surface
  3. Run the editor's background-removal action and verify that a transparent result is shown. reference: [preferred] [gui/gui_click] | when: When using Pixelmator Pro or a similar native editor UI. | notes: This is the core transformation step demonstrated in the recording. | target: menu item "Remove Background" in the image editor | app: Pixelmator Pro | scope: editor menu or command surface
  4. Open Telegram, choose the target chat, attach the processed transparent image, and send it without a caption by default. reference: [preferred] [gui/gui_click] | when: When using Telegram desktop for delivery. | notes: Observed delivery route in the demo, with confirmed default caption behavior. | target: paperclip icon button next to the message input in Telegram | app: Telegram | scope: chat composer

Read the full file on GitHub · 169 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 169 lines · 113 tokens per session scan A c2fbe9f97841

Subscribe to this mod's changes

taught-create-a-background-removed-portrait-for-a-requested-person-and-send-it-in-telegram-cd861a is a skill published in the GitHub repository understudy-ai/understudy (456 stars, last pushed 2mo ago), licensed MIT. It adds 113 tokens to every session and 2,532 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.