onecli-gateway

Inject authenticated credentials into outbound HTTPS API requests.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill onecli-gateway-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onecli-gateway
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/container/skills/onecli-gateway
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill onecli-gateway-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of securely managing and injecting sensitive API credentials into external service calls without exposing them to the AI agent or requiring manual authentication flows.

Core Features & Use Cases

  • Transparent Proxying: Automatically injects stored credentials into HTTPS requests for services like Gmail, GitHub, and Stripe.
  • Credential Security: Prevents the AI from ever seeing or handling raw API keys or tokens.
  • Use Case: When you need to fetch recent GitHub issues or check Stripe payment status, the gateway handles the authentication layer automatically, allowing you to focus on the data rather than the handshake.

Quick Start

Use the onecli-gateway skill to fetch the latest five messages from your Gmail inbox by making a direct request to the Gmail API endpoint.

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 HTTPS requests without exposing tokens to the AI agent?

You can use a transparent HTTPS proxy to inject credentials automatically. This prevents the AI from seeing raw API keys by abstracting the authentication layer during outbound requests to external services.

What is the best way to authenticate AI agents with external services like GitHub or Stripe in isolated containers?

Using an API gateway proxy is the best way to authenticate AI agents in isolated containers. It abstracts credential management and provides standardized error handling for connection flows to external platforms.

How do I fetch recent GitHub issues or Stripe payment status without manual authentication flows?

To fetch GitHub issues or Stripe payment status without manual authentication, route requests through a transparent API proxy. The gateway handles the authentication handshake automatically, allowing you to focus on the returned data.

Does the API gateway proxy support interactions with Gmail within isolated container environments?

Yes, the proxy supports Gmail interactions within isolated container environments. It facilitates secure interaction by injecting authenticated credentials directly into outbound HTTPS requests for external services.

Why should I abstract credential management for AI agents interacting with third-party platforms?

You should abstract credential management to ensure compliance with security policies. By preventing the AI from handling raw API keys, a proxy layer mitigates exposure risks and standardizes connection error handling.

Are there limitations when using a transparent proxy layer for API authentication in isolated containers?

The proxy layer targets HTTPS services like Gmail, GitHub, and Stripe. Limitations include relying on standardized error handling for connection flows, meaning custom authentication protocols outside HTTPS may not be supported.