← 返回
未分类 Key 中文

aicade galaxy skills

Use AICADE Galaxy on https://www.aicadegalaxy.com/ to discover and invoke platform tools for AI monetization, paid APIs, subscriptions, memberships, blockcha...
在 https://www.aicadegalaxy.com/ 上使用 AICADE Galaxy,发现并调用平台工具,实现 AI 变现、付费 API、订阅、会员及区块链等功能。
shifenghu shifenghu 来源
未分类 clawhub v1.0.0 1 版本 99684.5 Key: 需要
★ 0
Stars
📥 316
下载
💾 0
安装
1
版本
#latest

概述

AICADE Galaxy Skills

Use This Skill When

  • The user wants to use AICADE Galaxy platform capabilities from https://www.aicadegalaxy.com/
  • The user wants AI payment, paid API, membership, subscription, earning, or token-based tool access
  • The user wants to discover the latest platform tools from the AICADE Galaxy gateway

Core Rule

  • On first install or first activation, always run bootstrap before doing anything else
  • bootstrap must complete environment setup and artifact export in the same flow
  • Do not call invoke_artifact before bootstrap succeeds
  • Host integrations should read skill-entry.json as the machine-readable source of truth for install, export, list, and invoke commands
  • If the host platform supports an install hook or post-install command, bind it to scripts/bootstrap.mjs or scripts/bootstrap.py
  • If the host platform does not support install hooks, the first command after install must still be bootstrap

Runtime Rule

  • Prefer node first
  • If node is unavailable, use python3
  • If both are unavailable, ask the user to install Node.js

Required Environment

This skill uses these .env variables:

  • AICADE_GALAXY_BASE_URL
  • AICADE_GALAXY_API_KEY
  • AICADE_GALAXY_OUTPUT_PATH

Authentication:

  • Header name: X-API-Key
  • Header value source: AICADE_GALAXY_API_KEY

Default output directory:

  • output

Install And Prepare

Run this on install or first activation:

node {baseDir}/scripts/bootstrap.mjs

Fallback when node is unavailable:

python3 {baseDir}/scripts/bootstrap.py

Bootstrap behavior:

  • Checks whether .env already has required values
  • Runs setup_env when values are missing
  • Runs export_artifact immediately after setup
  • Produces {AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json

Main Capabilities

Discover Current Platform Tools

Export the latest dynamic tool list from /admin/gateway/services:

node {baseDir}/scripts/export_artifact.mjs

Fallback:

python3 {baseDir}/scripts/export_artifact.py

Artifact path:

{AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json

Invoke A Platform Tool

Pass request parameters through an args file:

node {baseDir}/scripts/invoke_artifact.mjs --artifact {AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json --tool TOOL_NAME --args-file /tmp/invoke.json

Fallback:

python3 {baseDir}/scripts/invoke_artifact.py --artifact {AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json --tool TOOL_NAME --args-file /tmp/invoke.json

Args file example:

{
  "city": "Beijing",
  "responsePaths": ["reason", "error_code"]
}

Invoker behavior:

  • Reads the artifact and finds the target tool by name
  • Reads parameters from --args-file
  • Validates required fields against inputSchema
  • Calls the real platform endpoint with the tool's metadata
  • Returns normalized JSON output

Normalized output:

  • Success: {"ok": true, "status": 200, "tool": "...", "serviceId": "...", "data": ..., "raw": ...}
  • Failure: {"ok": false, "status": 4xx/5xx, "tool": "...", "serviceId": "...", "error": {"message": "...", "raw": ...}}

List Current Supported Tools

SKILL.md does not hardcode the live service list. The latest supported tools come from the exported artifact.

Use:

node {baseDir}/scripts/list_tools.mjs --artifact {AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json

Fallback:

python3 {baseDir}/scripts/list_tools.py --artifact {AICADE_GALAXY_OUTPUT_PATH}/aicade-galaxy-skill.json

Use the artifact or list_tools result as the source of truth for current services.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,464
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,477
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,227 📥 267,879