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.