skyfire

📁 skyfire-xyz/skills 📅 1 day ago
2
总安装量
2
周安装量
#68109
全站排名
安装命令
npx skills add https://github.com/skyfire-xyz/skills --skill skyfire

Agent 安装分布

amp 2
cline 2
opencode 2
cursor 2
kimi-cli 2
codex 2

Skill 文档

When to use

Use this skill when:

  • Building agent workflows that require identity and/or payment tokens
  • Creating buyer tokens (kya, pay, kya+pay) via REST or Skyfire MCP
  • Accepting tokens on seller APIs and charging payment-capable tokens
  • Defining or updating seller service metadata and token requirements
  • Discovering services and tags from Skyfire service directory APIs
  • Managing enterprise users and agent settings via admin endpoints

Quick Start

  1. Use https://api.skyfire.xyz and send skyfire-api-key on authenticated endpoints.
  2. Use https://mcp.skyfire.xyz/mcp with skyfire-api-key for MCP workflows.
  3. Pick token type by operation:
    • kya: identity-only
    • pay: payment-only
    • kya+pay: identity + payment
  4. Pass buyer token to seller service in skyfire-pay-id (recommended by Skyfire docs).
  5. For seller charging and balance checks, use token introspection and charge endpoints.

Workflow Routing

1. Platform and Authentication

2. Buyer Token Creation Patterns

3. Seller Token Acceptance and Charging

4. Seller Service Management

5. Discovery and Agent Operations

6. MCP Integration Patterns

7. Enterprise Operations

8. Security and Reliability Patterns

References