Infrastructure

在 Claude 中使用 Website Hosting

Deploy websites, host apps, manage production releases, and keep hosting workflows on one canonical SkillBoss page.

无需 API Key
30 秒内即可使用
适合 agent 的规范详情页

工作方式

1

安装 SkillBoss

下载并添加到 Claude Desktop、Cursor、Windsurf 或任何兼容 MCP 的平台。

2

充值余额

先充值 SkillBoss Credit。无需订阅,按量付费。

3

在 Claude 中使用 Website Hosting

Tell Claude or your agent what you need. SkillBoss routes Website Hosting and returns results.

x402 与 MPP

Website Hosting usually fits MPP or the standard SkillBoss API key flow better than pure x402, because pricing can expand with ongoing usage, state, or follow-up actions.

更适合 MPP / API Key

x402

当 agent 需要对确定性配置或资源开通执行 quote-pay-retry 流程时,使用 x402。

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: x402" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Website Hosting for this request and return the result."}
    ]
  }'

MPP / Payment Later

当工作流可能扩展为长期使用、持续自动化或按量计费时,使用 MPP。

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: mpp" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Website Hosting for this request and return the result."}
    ]
  }'

你可以构建什么

Deploy websites and web apps
Host production workloads
Ship static and dynamic experiences
Connect hosting to domains and auth
Standardize hosting workflows for AI agents
Use one canonical route for hosting discovery

价格

按量付费

价格来源

SkillBoss 定价

最近更新

根据实时能力目录定期更新

生命周期状态

已上架且可用

最适合 agent

Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.

支付路径

根据工作流是确定性还是按量计费,使用 SkillBoss Credit、x402 或 MPP。

规范 URL

https://www.skillboss.co/use/hosting

准备开始了吗?

加入 10,000+ 开发者,使用 SkillBoss 搭配 Claude、OpenClaw 和其他 AI agents 更快交付。

常见问题

What is the canonical hosting page on SkillBoss?

Use /use/hosting as the canonical page for hosting-related workflows. Legacy hosting-domain style routes should resolve here.

Can AI agents provision hosting through SkillBoss?

Yes. Claude Code, OpenClaw, Cursor, Windsurf, and other agents can discover hosting through this page and follow the canonical setup path.

Does hosting support x402 or MPP?

Hosting supports both patterns depending on the workflow. Deterministic provisioning steps can use x402, while longer-running infrastructure usage is better handled with MPP or the API key path.