onecli-gateway Skill
OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI Published by microsoft in amplifier-app-nanoclaw.
What is onecli-gateway Skill?
OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Browser automation use cases
Technical details
- Install or run with Copy skill directory
When to use onecli-gateway Skill
- Use it for browser automation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: container/skills/onecli-gateway/SKILL.md
What it does
OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI
Skill instructions
OneCLI Gateway Your outbound HTTPS traffic is transparently proxied through the OneCLI gateway, which injects stored credentials at the proxy boundary. You never see or handle credential values directly. How to Access External Services You have direct HTTP access to external APIs. OAuth apps (Gmail, GitHub, Google Calendar, Google Drive, etc.) and API key services are all available through the gateway. Just make the request directly; the gateway injects credentials if the app is connected. If not, it returns an error with a connect URL you can present to the user. Making Requests Call the real API URL. The gateway intercepts the request and injects credentials automatically. bash curl -s "https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=5" curl -s "https://api.github.com/user/repos?perpage=10" curl -s "https://api.stripe.com/v1/charges?limit=5" Standard HTTP clients (curl, fetch, requests, axios, Go net/http, git) all honor the HTTPSPROXY environment variable automati
Explore related resources
Frequently asked questions
What is onecli-gateway?
onecli-gateway is a open-source AI agent skill with Copy skill directory. OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls.
Who is onecli-gateway best for?
onecli-gateway is best for reusing agent instructions, scripts, and references, browser automation workflows.
How do I install onecli-gateway?
Install or run onecli-gateway using Copy skill directory. Check onecli-gateway for the latest setup command.
Is onecli-gateway actively maintained?
onecli-gateway may need a closer maintenance check before production use.
Auto-fetched from GitHub.