Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

skillboss-2技能老板 2

Agent Skill

skillboss-2 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

285

周安装

12

GitHub Stars

公开资料未说明

下载量

307
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skillboss-2(技能老板 2)
来源仓库:https://github.com/yshuolu/skillboss-2
安装命令:
openclaw skills install skillboss-2
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skillboss-2

简介

skillboss-2 提供多 AI 网关支持,适用于构建和部署 Cloudflare Workers 及全栈应用。

  • 适合开发 React 应用、SaaS 平台或电商项目,集成 DB、支付等后端服务。
  • 可作为技能检索工具,帮助快速定位与关键词相关的候选结果或工作流程。
  • 通过 clawhub 安装,建议查看原始文档以了解具体集成方式和 API 使用。
  • 使用前请确认是否涉及敏感操作,如网络请求或外部服务调用。

SKILL.md

name
skillboss
description
Multi-AI gateway for fullstack apps. Build/deploy websites, React apps, SaaS, ecommerce to Cloudflare Workers. DB (D1/KV/R2), Stripe payments/subscriptions/checkout, auth (login, OAuth, OTP), AI image/audio/video/TTS generation, email, presentations/slides, web scraping/search, CEO interviews/quotes, document parsing/extraction, SMS verification, serverless deploy/API/webhook.
allowed-tools
Bash, Read

SkillBoss Skill

Multi-AI gateway for building and deploying full-stack applications with 50+ AI APIs.

When to Use This Skill

Use this skill when the user wants to:

  • Build websites/apps: Any website, landing page, SaaS, React app, membership site, booking system, e-commerce store, dashboard, admin panel
  • Store data: User data, form submissions, orders, bookings, member info - uses D1 database with auto-provisioning
  • Accept payments: Stripe integration for subscriptions, one-time payments, e-commerce
  • Add authentication: Login/signup with Google OAuth or email OTP
  • Generate AI content: Images (Gemini, Flux, DALL-E), audio/TTS (ElevenLabs, Minimax), music (MusicGen, Lyria), videos (Veo), chat (50+ LLMs)
  • HuggingFace models: Any model on huggingface.co works as huggingface/{org}/{model} -- chat, image, video, STT, embedding, inference
  • Image processing: Upscale images (FAL creative-upscaler), image-to-image transformation (FAL FLUX dev)
  • Web search & fetch: Structured search with Linkup (searchResults, sourcedAnswer, structured), URL-to-markdown fetching
  • SMS verification: Phone number verification via OTP (send code, check code) using Prelude
  • Send SMS notifications: Transactional SMS messages via Prelude templates
  • Send emails: Single or batch emails with templates
  • Create presentations: Slides and pitch decks via Gamma AI
  • Process documents: Parse PDFs/DOCX to markdown, extract structured data, split documents, fill PDF forms (Reducto)
  • Scrape/search web: Extract data with Firecrawl, Perplexity, ScrapingDog
  • CEO interviews & quotes: Search verified CEO/executive conversation transcripts and notable quotes (CEOinterviews)

Authentication & Setup

No API key? Get a free trial instantly:

./scripts/skillboss auth trial

Provisions a trial API key with $0.25 free credit. No browser, no sign-up required. The key is saved automatically and printed to stdout.

If trial provisioning is rate-limited:

If auth trial returns a rate-limit error, ask the user:

Trial provisioning is rate-limited. Would you like to sign up for a SkillBoss account instead? https://www.skillboss.co (yes/no)

If yes, run ./scripts/skillboss auth login.

Upgrade to a permanent account:

./scripts/skillboss auth login

Opens your browser to sign up or log in at skillboss.co. Trial credits transfer to the permanent account automatically.

Check status and balance:

./scripts/skillboss auth status

Log out:

./scripts/skillboss auth logout

Where credentials are stored

After authentication, your API key is saved to:

LocationPath
Global credentials~/.config/skillboss/credentials.json
Skill configconfig.json in the skill directory

Resolution order: ~/.config/skillboss/credentials.json > config.json

When balance is low

  • API responses include a _balance_warning field -- relay this to the user exactly as provided
  • Check balance anytime: ./scripts/skillboss auth status
  • Add credits at https://www.skillboss.co/
  • Trial users (sk-tmp- keys) can upgrade to a permanent account: ./scripts/skillboss auth login

Post-First-Request Signup Prompt

Only for temp/trial keys (keys starting with sk-tmp-): after the very first successful API request, ask the user and wait for their reply:

Would you like to sign up for a SkillBoss account https://www.skillboss.co? You'll get access to all features and more credits. (yes/no)

Skip this prompt entirely if the API key starts with sk- (without tmp). Permanent keys mean the user is already signed up.

IMPORTANT: Do NOT show a signup URL or run auth login yet. Wait for the user to reply yes or no.

If the user says yes:

  1. Run:
   ./scripts/skillboss auth login
  1. If the browser opens successfully, auth login handles the full flow (provision, browser, poll, bind).
  2. If there is no browser (headless server, SSH, Docker), auth login will output a URL like:
   Could not open browser. Open this URL manually:
     https://www.skillboss.co/login?temp=sk-tmp-...

Relay the full URL from the output directly to the user so they can open it on another device to sign up and bind their trial key.

If the user says no: Continue normally. Do not ask again in this session.

Auto-Update (MANDATORY)

CRITICAL: After EVERY API call, check the output for [skillboss] UPDATE REQUIRED. If you see this message:

  1. Stop what you are doing
  2. Run the update command immediately:
   bash ./install/update.sh

(Windows: .\skillboss\install\update.ps1)

  1. Then re-run your original command

This ensures you always have the latest models, features, and bug fixes. Never ignore the update message -- outdated versions may have deprecated models or missing features that cause failures.

You can also proactively check for updates at any time:

node ./scripts/api-hub.js version

How to Call Any AI Model (Start Here)

ALWAYS use the pilot command. It auto-selects the best model and uses the same CLI syntax as other commands.

Setup: Run ./scripts/skillboss auth trial to get an API key, or ./scripts/skillboss auth login to sign in. The key is saved automatically and used by all commands.

Step 1 -- Discover what's available:

node ./scripts/api-hub.js pilot --discover

Returns all available model types (chat, image, video, tts, stt, music, etc.).

Step 2 -- Search by keyword:

node ./scripts/api-hub.js pilot --discover --keyword "CEO"

Step 3 -- Get recommendations:

node ./scripts/api-hub.js pilot --type image --prefer price --limit 3

Returns ranked models with documentation.

Step 4 -- Execute (auto-select best model):

node ./scripts/api-hub.js pilot --type image --prompt "A sunset over mountains" --output sunset.png
node ./scripts/api-hub.js pilot --type chat --prompt "Explain quantum computing"
node ./scripts/api-hub.js pilot --type tts --text "Hello world" --output hello.mp3
node ./scripts/api-hub.js pilot --type stt --file recording.m4a
node ./scripts/api-hub.js pilot --type music --prompt "upbeat electronic" --duration 30 --output track.mp3
node ./scripts/api-hub.js pilot --type video --prompt "A cat playing" --output video.mp4

Multi-step workflow:

node ./scripts/api-hub.js pilot --chain '[{"type":"stt","prefer":"price"},{"type":"chat","capability":"summarize"}]'

Pilot Flags:

FlagDescription
--discoverBrowse available types and models
--keyword XSearch models by keyword (with --discover)
--type XModel type: chat, image, video, tts, stt, music, etc.
--capability XSemantic capability matching (e.g., "style transfer")
--prefer XOptimization: "price" / "quality" / "balanced" (default)
--limit NMax models to return (default: 3)
--prompt XText prompt (triggers auto-execute)
--text XText input for TTS (triggers auto-execute)
--file XAudio file for STT (triggers auto-execute)
--output XSave result to file
--duration NDuration in seconds (music, video)
--voice-id XVoice ID for TTS
--image XImage URL for video/image tasks
--size XImage size
--system XSystem prompt for chat
--chain '[...]'Multi-step workflow definition

Decision Flow:

  1. Any AI task -> Use pilot -- it auto-selects the best model
  2. Multi-step task -> Use pilot --chain -- it plans the workflow
  3. Already have a model ID from pilot recommendations? -> Use direct commands (see commands.md)

Topic References

Read these files for detailed documentation on specific topics:

TopicFileWhen to Read
Commandscommands.mdDirect model calls, full commands table, email examples
Deploymentdeployment.mdStatic vs Worker deployment, e-commerce, Stripe, wrangler.toml
API Integrationapi-integration.mdEmbedding SkillBoss API in user code (TypeScript/JS examples)
Error Handlingerror-handling.mdHTTP errors, retries, rate limits, balance warnings
Billingbilling.mdPricing, monthly costs, directing users to add credits
Workflowsworkflows.mdLogo, website, podcast, email, e-commerce workflow guides
Model Referencereference.mdComplete model list and detailed parameter docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.4%
按下载量换算228

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills