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.