Add SkillBoss API Gateway skill - unified API for 100+ AI services#852
Add SkillBoss API Gateway skill - unified API for 100+ AI services#852xiaoyinqu wants to merge 2 commits intogithub:mainfrom
Conversation
|
I'm not sure that this skill really fits into awesome copilot. Reading the skill, all it appears to do is to tell an app to route through some other service when using the OpenAI SDK rather than going to OpenAI. Looking at the attached website, it instructs me to run a |
4361357 to
beb33e6
Compare
|
Hey @aaronpowell, thanks for taking the time to review! You raise a good point about the install script - totally understand the security concern there. You're right that at first glance it might look like "just routing to another service" - but let me share what makes this different: What Copilot can do with SkillBoss installed: When a user asks "create an image of a sunset", Copilot can now actually do it - it calls the
It's similar to how a skill like "GitHub Copilot for Azure" gives Copilot new abilities it didn't have before - SkillBoss just does that for 50+ services at once. On the install concern: Great callout - here's the simpler way that doesn't require running any remote script: {
"mcpServers": {
"skillboss": {
"command": "npx",
"args": ["-y", "@skillboss/mcp-server"]
}
}
}I can update the PR to lead with this approach instead if that works better for the repo. Happy to adjust anything to fit the repo's standards - just let me know what would help! You can also check out my background on LinkedIn if helpful. |
fab270d to
06c15b7
Compare
|
After discussing with other members of awesome-copilot, I'm going to be declining this PR as we don't believe that it fits into the general design and objectives of what awesome-copilot provides to the community. |
SkillBoss - The Complete Tool Store for AI Agents
Everything your agent needs, instantly available. One API key. Zero setup. Works in 30 seconds.
Why SkillBoss?
Complete Service Catalog (100+ Services)
AI Chat Models (50+)
Image Generation
Video Generation
Audio & Voice
Data Scraping & Intelligence
Payments & Billing
Email Services
SMS & Communications
Databases
Storage & CDN
Hosting & Deployment
Domain Management
SEO & Marketing
Analytics & Monitoring
Embeddings & Search
Key Benefits
Installation (Pick Your Platform)
Universal One-Line Install
curl -fsSL https://skillboss.co/install.sh | bashWorks with: Claude Code, Cursor, Windsurf, Gemini CLI, Kiro, Codex, Amp, Trae
Claude Code
Cursor / Windsurf / Cline
Add to MCP settings (
~/.cursor/mcp.jsonor~/.cline/mcp_settings.json):{ "mcpServers": { "skillboss": { "command": "npx", "args": ["-y", "@skillboss/mcp-server"], "env": { "SKILLBOSS_API_KEY": "sk-sb-your-key" } } } }OpenClaw
Gemini CLI / Kiro / Codex / Amp
curl -fsSL https://skillboss.co/install.sh | bashZed Editor
Edit
~/.config/zed/settings.json:{ "assistant": { "mcp_servers": { "skillboss": { "command": "npx", "args": ["-y", "@skillboss/mcp-server"], "env": { "SKILLBOSS_API_KEY": "sk-sb-your-key" } } } } }Direct API (Any Language)
OpenAI-compatible - works with any OpenAI SDK:
Supported Platforms
curl -fsSL https://skillboss.co/install.sh | bashcurl -fsSL https://skillboss.co/openclaw-setup.sh | bashcurl -fsSL https://skillboss.co/install.sh | bashcurl -fsSL https://skillboss.co/install.sh | bashcurl -fsSL https://skillboss.co/install.sh | bashcurl -fsSL https://skillboss.co/install.sh | bashcurl -fsSL https://skillboss.co/install.sh | bashapi.heybossai.com/v1as base URLLinks