DevHive-Cli external_apis

Access external APIs through Replit-managed billing

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.md
source 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

  1. Open the connector reference for request and response details.
  2. Call
    externalApi__<connector_name>
    from
    code_execution
    .
  3. Use
    query
    for URL parameters and parse
    result.body
    .
  4. For media URLs, save files under
    attached_assets/
    and present them.

Available APIs

  • Brave - Search real web image results through Brave passthrough billing.