Saas Gateway
Requires AISA_API_KEY. Uses the supplied AISA_API_KEY to send requests to https://api.aisa.one. Native-first ClawHub plugin for `saas-gateway`. Ships the packaged AIsa skill with an `openclaw.plugin.json` manifest and a Claude-compatible bundle fallback. Unified SaaS integration gateway via api.aisa.one (AISA gateway, v3.1): manage OAuth auth for third-party SaaS apps (Gmail/Slack/GitHub/Notion etc.), tool execution, tool-router sessions, triggers, webhooks, MCP servers, and usage stats. Use when connecting third-party SaaS accounts, running cross-SaaS tools, managing MCP servers, setting up triggers, or checking usage. Keywords: SaaS gateway, connect app, OAuth link, run tool, auth config, tool router, MCP server, trigger, webhook, connected account, usage stats
Install
openclaw plugins install clawhub:saas-gateway-pluginSaas Gateway Plugin
ClawHub/OpenClaw native-first plugin wrapper for the packaged AIsa skill.
Runtime Requirements
- Required bins: none
- Required env vars:
AISA_API_KEY - Primary env:
AISA_API_KEY - Network targets:
https://api.aisa.one
What It Ships
- Bundle plugin id:
saas-gateway-plugin - Native manifest:
openclaw.plugin.json - Native entrypoint:
index.js - Embedded skill:
skills/saas-gateway/SKILL.md - Format: native OpenClaw plugin plus Claude-compatible bundle fallback
Why This Format
- Uses the OpenClaw-native manifest path that current plugin docs expect.
- Keeps the packaged skill payload intact under
skills/for ClawHub/OpenClaw skill loading. - Retains
.claude-plugin/plugin.jsonso Claude-compatible marketplace tooling still recognizes the package. - Reuses the already-hardened
clawhub-release/skill payload.
Provenance
- Source repository:
https://github.com/baofeng-tech/agent-skills-io - Embedded skill path:
skills/saas-gateway/SKILL.md - The runtime behavior remains inside the packaged skill payload and its public docs.
Install After Publishing
openclaw plugins install clawhub:saas-gateway-plugin
Publish Locally
clawhub package publish ./plugins/saas-gateway-plugin --dry-run
clawhub package publish ./plugins/saas-gateway-plugin
Notes
- Runtime requirements and guardrails remain inside
skills/saas-gateway/SKILL.md. - If both native and bundle markers exist, OpenClaw prefers the native plugin path.
- This package keeps side effects explicit and relies on the packaged skill's repo-local defaults where applicable.
