install
source · Clone the upstream repo
git clone https://github.com/El3tar-cmd/DevHive-Cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/El3tar-cmd/DevHive-Cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/external_apis" ~/.claude/skills/el3tar-cmd-devhive-cli-external-apis && rm -rf "$T"
manifest:
skills/external_apis/SKILL.mdsource content
External APIs
This skill provides access to external APIs through Replit-managed passthrough billing. Requests are proxied through OpenInt with managed credentials.
Recommended workflow
- Open the connector reference for request and response details.
- Call
fromexternalApi__<connector_name>
.code_execution - Use
for URL parameters and parsequery
.result.body - For media URLs, save files under
and present them.attached_assets/
Available APIs
- Brave - Search real web image results through Brave passthrough billing.