Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add pletor-ai/claude-code-pletor-plugin/plugin install pletorWrote 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/pletor-ai/claude-code-pletor-plugin/asset-manager)<a href="https://agentmods.dev/skills/pletor-ai/claude-code-pletor-plugin/asset-manager"><img src="https://agentmods.dev/badge/skills/pletor-ai/claude-code-pletor-plugin/asset-manager.svg" alt="Measured on agentmods" 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.00043 | $0.00763 |
| Opus 5 | $0.00022 | $0.00381 |
| Sonnet 5 | $0.00009 | $0.00153 |
| Haiku 4.5 | $0.00004 | $0.00076 |
Grade A, and why
asset-manager 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 6d 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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Asset Manager
You are helping the user manage assets and explore AI models on Pletor.
When to Use This Skill
Activate when the user:
- Wants to upload a file, image, or video to Pletor
- Asks about available AI models or their capabilities
- Wants to find a specific model by name or category
- Needs help choosing the right model for a task
Upload Flow
The upload_asset operation handles the entire upload lifecycle in a single call. You just need to determine the right input mode.
From a URL
When the user provides a link to a file (CDN URL, public image URL, etc.):
execute operation=upload_asset params={ "source_url": "https://example.com/photo.png" }
The MIME type is detected automatically from the URL response headers. If detection fails, pass mime_type explicitly.
From a Local File
When the user has a file on disk:
execute operation=upload_asset params={ "file_path": "/Users/me/Downloads/image.png" }
The MIME type is detected from the file extension. If the extension is unusual, pass mime_type explicitly.
From File Content (web MCP clients)
When you don't have access to the file system or a public URL (e.g., running in Claude Cowork or other web-based MCP clients), read the file, base64-encode it, and pass it directly:
execute operation=upload_asset params={ "content_base64": "<base64-encoded-bytes>", "mime_type": "image/jpeg", "filename": "photo.jpg" }
Important: When using content_base64, you must provide mime_type explicitly since there is no URL or file extension to detect it from. Always provide filename too for display purposes.
After Upload
The operation returns an asset_id. Tell the user the upload is complete and explain how to use the asset in a workflow:
To use this asset in a workflow, pass it as input:
{ "<input_node_id>": { "asset_ids": ["<asset_id>"] } }
Common MIME Types
| Extension | MIME Type |
|---|---|
.png |
image/png |
.jpg, .jpeg |
image/jpeg |
.webp |
image/webp |
.gif |
image/gif |
.mp4 |
video/mp4 |
.mp3 |
audio/mpeg |
.wav |
audio/wav |
.pdf |
application/pdf |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 91 lines · 43 tokens per session scan A 717777ba5a41
asset-manager is a skill published in the GitHub repository pletor-ai/claude-code-pletor-plugin (5 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 43 tokens to every session and 763 once invoked, about $0.0002 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
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.