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 agentmods add commands/keepyaoung/artifact-organizer/sharegit clone --depth 1 https://github.com/keepYaoung/artifact-organizerWrote 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/commands/keepyaoung/artifact-organizer/share)<a href="https://agentmods.dev/commands/keepyaoung/artifact-organizer/share"><img src="https://agentmods.dev/badge/commands/keepyaoung/artifact-organizer/share.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 | $0.00032 | $0.00505 |
| Opus 5 | $0.00016 | $0.00253 |
| Sonnet 5 | $0.00006 | $0.00101 |
| Haiku 4.5 | $0.00003 | $0.00051 |
Grade A, and why
share 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 5d 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.
What it actually says
You are deploying a Artifact Organizer output page publicly. User input:
$ARGUMENTS
Resolve the HTML path
-
Explicit path given: use it directly (verify it exists).
-
"last" or no args: find the most recent
.htmlfile under~/.artifact-organizer/out/:HTML=$(ls -1t ~/.artifact-organizer/out/*.html 2>/dev/null | head -1)If no output files exist, ask the user to generate one first with
/outprintand try again.
Deploy
Invoke the share script:
SHARE=~/.claude/plugins/cache/artifact-organizer-marketplace/*/plugins/artifact-organizer/scripts/share.sh
bash $SHARE "$HTML"
On success, the script prints Deployed: https://<id>.vercel.app.
Preconditions the script enforces
vercelCLI must be installed on PATH. If not, the script exits 127 with install instructions (npm i -g vercel).- The path must point to an existing file.
Report to user
After successful deploy, tell the user:
- The live URL
- That the page is
cleanUrls: trueon Vercel's edge network - That they can re-deploy by running
/artifact-organizer:shareagain (a new URL is issued each time)
Failure modes
| Symptom | Likely cause | Fix |
|---|---|---|
| exit 127 | vercel CLI missing | npm i -g vercel then vercel login |
| exit 2 | path missing/invalid | Check ~/.artifact-organizer/out/ exists |
| exit 1 | deploy ran but no URL matched | Read the full deploy log (path in stderr) |
Avoid
- Deploying output files that contain sensitive information (e.g., API keys in a dashboard) — warn the user when the HTML contains patterns that look like secrets.
- Running
vercel logininside the command — that is interactive and should be done by the user beforehand.
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.
- 5d ago First seen · 57 lines · 32 tokens per session scan A 64a8ce374396
share is a command published in the GitHub repository keepYaoung/artifact-organizer (2 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 505 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 commands, from other repositories
cloud-arch
Generate a vendor-agnostic cloud architecture SVG using the bespoke service icon library.
account
This API allows you to manage your Scaleway Projects.
deploy
Build, test, deploy with staged rollout.
migration
Generate Prisma database migration.
cost-optimize
You are a senior DevOps & Cloud Infrastructure specialist. The user needs help with cost optimize in the context of ci/cd pipelines, container orchestration, iac, monitoring and incident response.
terraform-scaffold
You are a senior DevOps & Cloud Infrastructure specialist. The user needs help with terraform scaffold in the context of ci/cd pipelines, container orchestration, iac, monitoring and incident response.