← 返回 Skills 市场
timqin-m

zion-baas-skill

作者 timqin-m · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
161
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install zion-baas-skill
功能描述
Instructions and authentication code for building headless BaaS applications with Zion.app (functorz.com). Use when integrating Zion backend features like Gr...
安全使用建议
This skill appears to do what it says (connect to Zion.app and manage tokens), but the tokens it stores are powerful. Before installing or running scripts: 1) Inspect the scripts yourself (they are included) and confirm the endpoints (auth.functorz.com, zionbackend.functorz.com, zion-app.functorz.com) are expected. 2) Be explicit about where you run the scripts — they write .zion/credentials.yaml under the current working directory; if you follow the README and run from the skill directory, credentials will be saved there (not your separate project). 3) Prefer using a limited-scope or test Zion account when authenticating; avoid entering primary/production credentials unless you trust the code and destination. 4) Run in an isolated environment (container or dedicated machine) if you’re unsure. 5) Rotate or revoke tokens when no longer needed and remove credential files. If you want to be extra cautious, run only the read-only commands (search-projects, fetch-schema) and avoid saving admin tokens on disk unless necessary.
功能分析
Type: OpenClaw Skill Name: zion-baas-skill Version: 1.0.3 The zion-baas-skill provides a legitimate integration for the Zion.app (functorz.com) Backend-as-a-Service platform. It includes utility scripts for OAuth and email authentication, GraphQL query execution, and project schema retrieval, all of which interact with official Zion endpoints. Credentials are managed locally in a `.zion/credentials.yaml` file, and the instructions in SKILL.md are well-structured to guide an AI agent through standard API interactions without any evidence of malicious intent or data exfiltration.
能力标签
cryptocan-make-purchasesrequires-oauth-token
能力评估
Purpose & Capability
Name/description, GraphQL endpoints, Meta API endpoints, and the bundled scripts (auth, fetch-token, gql, subscribe, meta) all align with a headless BaaS integration for Zion.app. Required capabilities (OAuth, email login, fetching runtime admin token) match the stated functionality; there are no unrelated cloud credentials or extraneous services requested.
Instruction Scope
SKILL.md and README instruct the agent/user to obtain developer/admin JWTs, run the included Node/TS scripts, and persist credentials in a .zion/credentials.yaml file. This scope is expected for a BaaS helper. Caveat: the docs sometimes tell you to cd into the skill directory (e.g., ~/.openclaw/skills/zion_baas/scripts) while elsewhere implying .zion should live in the user's project root; the scripts use process.cwd() to determine where to read/write .zion, so where you run them determines where tokens are saved. The skill also asks for username/password (for email login) — expected, but sensitive.
Install Mechanism
There is no automated install spec (instruction-only skill), so nothing will be silently downloaded/executed by the platform. The bundle includes Node scripts and a package.json that depends on common npm libraries (graphql-request, js-yaml, open, ws), which is proportionate to the functionality. No external ad-hoc download URLs or archive extraction are present.
Credentials
The skill requests no platform environment variables, but it does require you to provide developer/admin JWTs and (optionally) user credentials; these are necessary for the stated tasks. Those tokens (developer_token and project.admin_token) grant administrative access to a Zion project at runtime — appropriate for the skill but high privilege in practice. Storing email/password and admin tokens locally is sensitive and should be done intentionally.
Persistence & Privilege
The skill does not request 'always: true' or any elevated platform privileges. Its persistence is local: it writes/reads .zion/credentials.yaml in the current working directory (or wherever the user runs the scripts). It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zion-baas-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zion-baas-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated all CLI script path references from `~/.kimi/skills/zion_baas/scripts` to `~/.openclaw/skills/zion_baas/scripts`. - No code or functional changes, only documentation updates to reflect new script locations.
v1.0.2
- 更新后端接口 - 新增中文版本Readme
v1.0.1
zion-baas-skill v1.0.1 changelog - Internal documentation update: Meta API URL updated from `https://backend.functorz.com/api/graphql` to `https://zionbackend-internal.functorz.com/api/graphql`. - No functional or file changes.
v1.0.0
Initial release of Zion.app Headless BaaS skill. - Provides detailed setup and authentication instructions for building headless BaaS applications with Zion.app. - Explains how to acquire and manage JWT tokens for both users and developers (OAuth, email/password, Meta API). - Documents CLI scripts to interact with GraphQL endpoints: authenticate, fetch tokens, run queries/mutations/subscriptions, and manage project state. - Details required YAML-based credential storage and structure for `.zion/credentials.yaml`. - Describes GraphQL schema conventions, root operations, database introspection methods, and critical fallbacks for unknown schema fields. - Intended for developers integrating Zion backend features including GraphQL, actionflows, AI agents, binary assets, and payments.
元数据
Slug zion-baas-skill
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

zion-baas-skill 是什么?

Instructions and authentication code for building headless BaaS applications with Zion.app (functorz.com). Use when integrating Zion backend features like Gr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 zion-baas-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zion-baas-skill」即可一键安装,无需额外配置。

zion-baas-skill 是免费的吗?

是的,zion-baas-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zion-baas-skill 支持哪些平台?

zion-baas-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zion-baas-skill?

由 timqin-m(@timqin-m)开发并维护,当前版本 v1.0.3。

💬 留言讨论