Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add PicsArt/gen-ai-skills --skill picsart-add-mediagit clone --depth 1 https://github.com/PicsArt/gen-ai-skillsWrote 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.
[](https://agentmods.dev/skills/picsart/gen-ai-skills/picsart-add-media)<a href="https://agentmods.dev/skills/picsart/gen-ai-skills/picsart-add-media"><img src="https://agentmods.dev/badge/skills/picsart/gen-ai-skills/picsart-add-media/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.
<a href="https://agentmods.dev/skills/picsart/gen-ai-skills/picsart-add-media"><img src="https://agentmods.dev/badge/skills/picsart/gen-ai-skills/picsart-add-media.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.01326 |
| Opus 5 | $0.00010 | $0.00663 |
| Sonnet 5 | $0.00004 | $0.00265 |
| Haiku 4.5 | $0.00002 | $0.00133 |
Grade A, and why
picsart-add-media 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.
How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Add Media (Upload Widget)
Picsart's MCP tools take URLs, not local paths, and most agent hosts (browser-based chats, Claude Code without shell access, ChatGPT web) can't read a file straight off the user's disk either. The fix is a browser-based upload widget: an MCP tool opens a drag-and-drop panel in the user's browser, the browser uploads the file directly to Picsart's CDN, and the widget hands the resulting URL back to you. No file bytes ever pass through a tool call.
When to Use
Fires on things like "I have 3 video clips", "here are my photos", "use my footage", "combine these clips" — anything where the media is the user's own and you don't already have a link to it.
Reach for this whenever the next step needs a URL (image_url, video_url, startFrame, …) and
the source is something on the user's own machine, a chat attachment you can't fetch, or anything
else not already a public https:// link.
Prerequisites
A Picsart MCP connector present in the current tool list. This skill calls whichever of these is connected:
picsart_upload_widget— on the Picsart MCP connector (tools prefixedpicsart_*). This variant also offers a "Save to Drive" option and a Drive-browsing tab, because that connector has Drive access.mp_upload— on the Picsart media-tools connector (tools prefixedmp_*). This variant has no Drive integration; its second tab is "Use existing" (picks fromknown_urlsyou pass in), not a Drive browser.
If both are connected, either works — prefer whichever the current tool list actually shows first. If neither is connected, say so; don't guess a tool name.
How to Run
No script to run — this skill is one tool call plus a short wait for the user's next message.
Quick Reference
| Argument | What it does |
|---|---|
| (none) | Opens the widget with no pre-filled context — a plain drag-and-drop |
purpose |
Label shown on the dropzone (e.g. "product photo") |
accept |
Restrict to image, video, or audio |
detected_files |
Filenames you can see in the conversation but can't reach yourself (e.g. a chat attachment) — rendered as a hint only |
known_urls |
URLs already produced earlier in the conversation, seeded as pickable chips so the user isn't asked to re-upload something already available |
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.
- 12d ago First seen · 117 lines · 19 tokens per session scan A 3b30a0cfdd41
picsart-add-media is a skill published in the GitHub repository PicsArt/gen-ai-skills (4 stars, last pushed 15d ago), licensed MIT. It adds 19 tokens to every session and 1,326 once invoked, about $0.0001 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-31.
Other skills, from other repositories
compact-manual
Claude Code skill for deterministic context compaction. Compresses the current Claude Code session to the clipboard for a manual rewind+paste workflow. A deterministic alternative to /compact that extracts literal dialog and truncates only tool outputs — no LLM summarization. Use when the user says 'compact the…
musicbrainz
Interroge l'API publique MusicBrainz pour récupérer des métadonnées musicales fiables : recherche d'artistes, discographies complètes (release-groups : albums, EPs, singles, lives, compilations), détails de releases (labels, formats, dates, pays), recordings, œuvres, relations entre entités (membres de groupe…
lastfm
Access Last.fm listening history, music stats, and discovery. Query recent tracks, top artists/albums/tracks, loved tracks, similar artists, and global charts.
tidal-playlist
Manage Tidal playlists — list, create, rename, delete, set public/private visibility, add or remove albums and tracks, and list tracks in a playlist. Use when the user wants to work with playlists or share one.
metalorgie-weekly-releases
Récupère et filtre les sorties d'albums de la semaine publiées sur metalorgie.com ("Les sorties de la semaine"). Affiche les albums correspondant aux genres favoris de l'utilisateur (Metalcore, Post Hardcore, Hardcore, Neo metal) ainsi que les albums de groupes reconnus/notables, même hors genres favoris. Utilise ce…
tidal-library
Add or remove artists, albums, or tracks from your Tidal favorites library. Use when the user wants to save music, like a song, follow an artist, or remove items from their library.