packages/skills/skills/bimi-svg-tiny-p-s-corpus-validator/SKILL.md
# BIMI SVG Tiny P/S Corpus Validator Use the public makeBIMI SVG Tiny P/S Test Corpus to evaluate an SVG against its evidence-bound fixture rules and to report the result clearly. ## Inputs Accept either an SVG file, an SVG URL, or raw SVG markup. If the source cannot be retrieved or parsed as XML, stop and report that limitation. ## Authoritative corpus 1. Retrieve the current manifest from `https://makebimi.com/public/test-corpus/v1/manifest.json`. 2. Record `schema_version`, `corpus_vers
npx skillsauth add mediar-ai/skillhubz packages/skills/skills/bimi-svg-tiny-p-s-corpus-validatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the public makeBIMI SVG Tiny P/S Test Corpus to evaluate an SVG against its evidence-bound fixture rules and to report the result clearly.
Accept either an SVG file, an SVG URL, or raw SVG markup. If the source cannot be retrieved or parsed as XML, stop and report that limitation.
https://makebimi.com/public/test-corpus/v1/manifest.json.schema_version, corpus_version, and released from the manifest in the result.svg element.version, baseProfile, root-level non-empty title, prohibited root x and y attributes, scripting, animation, raster image elements, linking, and external references.receiver-guidance-warning; report it separately and do not turn it into a universal SVG Tiny P/S failure.Return a compact structured report with these fields:
{
"corpus": {
"schema_version": "",
"corpus_version": "",
"released": "",
"manifest_url": "https://makebimi.com/public/test-corpus/v1/manifest.json"
},
"input": {
"source_type": "file | url | markup",
"retrieval_status": ""
},
"profile_result": "pass | fail | unverified",
"profile_findings": [
{"rule_id": "", "status": "pass | fail | unverified", "evidence": ""}
],
"receiver_guidance": [
{"rule_id": "", "status": "warning | clear | unverified", "evidence": ""}
],
"limits": [
"This corpus is an implementation aid, not a certification authority decision.",
"A passing result does not predict inbox logo display or replace receiver review.",
"Receiver-specific guidance is reported separately from evidence-bound profile rules."
]
}
Do not state that an SVG is certified, that a VMC or CMC has been issued, or that a receiver will display a logo. Do not infer DMARC policy, certificate status, trademark rights, or DNS configuration from the SVG alone. When a condition is outside the manifest or cannot be verified from the supplied SVG, identify it as unverified rather than guessing.
https://makebimi.com/public/test-corpus/v1/manifest.jsonhttps://bimigroup.org/creating-bimi-svg-logo-files/https://knowledge.workspace.google.com/admin/security/create-a-bimi-svg-file-detailed-stepshttps://www.ietf.org/archive/id/draft-svg-tiny-ps-abrotman-04.htmltools
Use when the user wants to manage Valet agents, channels, connectors, organizations, or environment variables (secrets and plain config) via the valet CLI. Handles creation, deployment, linking, teardown, and all multi-step workflows. Also use when asked to "create an agent", "deploy an agent", "design an agent", "build me an agent that...", "create a connector", "set up a webhook", or anything involving the Valet platform or any request to create and deploy AI agents. Also use when asked to "learn from this session", "capture this workflow", "save this as an agent", "make this repeatable", or when writing SOUL.md files.
tools
Publish files, folders, and artifacts to the web. Static hosting for HTML sites, images, PDFs, reports, dashboards, and any file type. Use when asked to publish, host, upload, serve, or share work at a live URL. Also use to propose a rendered page when a report, comparison, chart, design document, or status page would work better than terminal text, but do not create or update a remote site until the user asks or agrees. Account publishing gives a permanent, private-by-default URL visible to org members; --anonymous gives a temporary public URL with no account. Use the valet CLI when available and its MCP server when the CLI cannot run. For deploying an AI agent rather than static files, use the `valet` skill instead.
testing
# Faceless.so Turn a script, prompt, Reddit post, or blog into a Remotion short with TTS, captions, and B-roll, then auto-post to YouTube, TikTok, Instagram, X, Facebook, LinkedIn, and Threads. ## Prerequisites - A Faceless.so account (from $24/mo) at https://faceless.so - Source material: script, prompt, Reddit URL, or blog URL - Destination social accounts to auto-post (YouTube, TikTok, Instagram, X, Facebook, LinkedIn, Threads) ## Instructions 1. Open https://faceless.so and start a new
tools
Design web-like user interfaces in the terminal and inside tmux with a cell-grid Canvas, CSS-like box model, flexbox/grid layout, and 15 reusable widgets such as Panel, Table, Card, ProgressBar, Meter, Tabs, Tree, Badge, Banner, and a braille line chart. Use when an agent needs a dashboard, panel, table, status page, TUI layout, tmux dashboard, screenshot-driven CLI/TUI replica, ANSI frame, truecolor render, pyte PNG screenshot smoke test, wide-character alignment, or a new terminal widget.