Deep Infra
v1.0.0Configure DeepInfra model routing with provider auth, model selection, fallback chains, and cost-aware defaults for stable open-source and frontier model wor...
⭐ 0· 102·0 current·0 all-time
byGeorgi Atsev@ats3v
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the requested resources: curl/jq are used in examples, and DEEPINFRA_API_KEY is the expected credential for calling api.deepinfra.com. The documented files (routing playbooks, auth, setup, cost guardrails) align with a routing/configuration skill.
Instruction Scope
Runtime instructions operate on ~/deep-infra/ and call DeepInfra endpoints via curl/jq; they do not request unrelated system credentials or cross-check unrelated files. Note: the README shows an example CLI invocation (openclaw onboard --deepinfra-api-key <key>) that would place the key on the command line (process args) and could expose it to local process listings — prefer environment variables or secure input. Also verify created memory files do not accidentally include secrets.
Install Mechanism
Instruction-only skill with no install spec and no remote downloads; lowest install risk. Required binaries are minimal and expected for the provided curl/jq examples.
Credentials
Only a single environment variable (DEEPINFRA_API_KEY) is required and is justified by the skill's purpose. No unrelated secrets, config paths, or additional credentials are requested.
Persistence & Privilege
The skill stores state under ~/deep-infra/ (documented) and does not request always:true or other elevated persistent privileges. It does not claim to modify other skills or system-wide settings.
Assessment
This skill appears coherent for configuring DeepInfra routing. Before installing: 1) Confirm you trust api.deepinfra.com (data sent there includes user prompts). 2) Protect your DEEPINFRA_API_KEY — set it as an environment variable rather than passing it on a command line to avoid process-list exposure. 3) Inspect ~/deep-infra/ after first run to ensure no secrets are stored in plaintext. 4) If you need tighter controls, use a least-privileged/rotation-capable key and review DeepInfra's data retention and privacy terms. If any of these checks fail or DeepInfra is untrusted, do not install.Like a lobster shell, security has layers — review code before you run it.
latestvk970tk6rbe12f3zaw6xvkzw91n84g67k
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧠 Clawdis
OSLinux · macOS · Windows
Binscurl, jq
EnvDEEPINFRA_API_KEY
