Help us improve
Share bugs, ideas, or general feedback.
From gitchain-supabase
Manage GitChain user auth and API keys via Supabase Auth
npx claudepluginhub c-0711/0711-tools --plugin gitchain-supabaseHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-supabase:authThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage authentication and API keys for GitChain access using Supabase Auth.
Verifies GitHub account, Cloudflare account, and Supabase/Neon project identity before git push, deploy, or database operations to prevent wrong-account deploys and secret leaks.
Configures Replit Teams roles, SSO/SAML, custom groups, and organization access controls for enterprise security and deployment permissions.
Automates GitLab projects, issues, merge requests, pipelines, branches, and users via Composio toolkit over Rube MCP. Use for managing repos, CI/CD, and workflows after connecting GitLab OAuth.
Share bugs, ideas, or general feedback.
Manage authentication and API keys for GitChain access using Supabase Auth.
$ARGUMENTS for action:
create-key [email] [role] — Generate API key for a userlist-users — Show all GitChain usersrevoke [key-id] — Revoke an API keyroles — Show available roles and permissions| Role | Search | Get | Push | Context | Status | Admin |
|---|---|---|---|---|---|---|
reader | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ |
contributor | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
admin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
# API Key Created
**User:** [email]
**Role:** [role]
**Key:** gc_[hash]
**Endpoints:** api.gitchain.0711.io
⚠️ Store this key securely. It cannot be retrieved again.
## Permissions
[table of what this role can do]
gc_reader