onecli-gateway

Proxy HTTP requests and inject stored credentials for external APIs.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill onecli-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onecli-gateway
Source: https://github.com/nanocoai/nanoclaw/tree/main/container/skills/onecli-gateway
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill onecli-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables secure, automated access to external APIs by injecting stored credentials into HTTP requests through a transparent proxy, eliminating manual credential handling.

Core Features & Use Cases

  • API Credential Injection: Seamlessly insert credentials into API requests for Gmail, GitHub, Stripe, and more.
  • Proxy Interception: Intercept and modify HTTP requests to ensure authenticated communication without exposing sensitive data.
  • Use Case: When the user requests to read emails or check payments, this Skill handles securely forwarding the request with credential injection, simplifying workflow automation.

Quick Start

Use the onecli-gateway skill to proxy your HTTPS requests so credentials are injected automatically.

Frequently Asked Questions about onecli-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely inject API credentials into HTTP requests for automation?

To securely inject API credentials into HTTP requests for automation, you can use a transparent proxy that intercepts outgoing requests and automatically inserts stored credentials, preventing manual credential handling and exposure of sensitive data.

What is a transparent proxy for external API access?

A transparent proxy for external API access is an intermediary layer that intercepts HTTP requests and injects stored credentials automatically, ensuring authenticated communication with services like Gmail, GitHub, and Stripe without exposing sensitive data.

How do I automate reading emails or processing payments without exposing API credentials?

You can automate reading emails or processing payments without exposing API credentials by routing HTTPS requests through a proxy that handles credential injection, keeping sensitive data confidential while simplifying workflow automation.

Does the API credential proxy work with services like Stripe and GitHub?

Yes, the API credential proxy works with services like Stripe and GitHub by intercepting HTTP requests and inserting the required credentials automatically, supporting secure, automated API access for various external platforms.

How do I set up a proxy to manage external API access in development workflows?

To set up a proxy to manage external API access in development workflows, you route your HTTPS requests through the gateway, which transparently intercepts the requests and handles the secure credential injection for you.