login
ODRL Secure Login Interface. Uses authorization keys from ~/.odrl/authorize.did to automatically unpackage protected skills from the vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ODRL Secure Login Interface. Uses authorization keys from ~/.odrl/authorize.did to automatically unpackage protected skills from the vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch and store transcripts from YouTube videos for deep content analysis.
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
Send results and data files to stakeholders via email.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
| name | login |
| description | ODRL Secure Login Interface. Uses authorization keys from ~/.odrl/authorize.did to automatically unpackage protected skills from the vault. |
The ODRL Login skill provides a streamlined, automated way to authorize your toolkit workspace. It acts as an orchestrator for the Vault, allowing users with a valid authorize.did file to restore all restricted capabilities in a single command.
~/.odrl/authorize.did..gemini/vault/*.zip and attempts to restore all skills using the authorized key.-o (overwrite) to ensure that existing, potentially stale skill logic is replaced by the authorized, fresh version from the vault.Restore all restricted skills to the .gemini/skills/ directory using your authorization key:
python3 .gemini/skills/login/scripts/login_orchestrator.py
~/.odrl/authorize.did.keys.private_key field.Zero-Trust Protocol: This skill is Public to allow bootstrapping, but the actual logic of the "Unvaulted" skills remains protected until the correct key is provided.