← 返回 Skills 市场
urbantech

Ainative Platform Overview

作者 Toby Morning · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ainative-platform-overview
功能描述
Top-level discovery skill for the entire AINative platform. Use when (1) Asked "what is AINative?", (2) Exploring platform capabilities, (3) Deciding which S...
使用说明 (SKILL.md)

AINative Platform Overview

AINative Studio is an AI development platform that provides APIs, SDKs, MCP tools, and an agent framework for building production AI applications.

What You Can Build

Goal Tool Skill
Add AI chat to your app Chat Completions API / SDKs ainative-chat-completions
Add persistent memory to agents ZeroMemory API / MCP zeromemory-guide
Use 76+ database/vector tools ZeroDB MCP Server zerodb-mcp-guide
Build a custom MCP server MCP Builder guide ainative-mcp-builder
Build multi-agent systems Agent Framework ainative-agent-framework
Monetize your AI app Echo Developer Program echo-developer-guide
Authenticate users Auth Guide ainative-auth-guide
Discover all API endpoints API Discovery ainative-api-discovery

Platform Components

APIs (89+ endpoints)

Base URL: https://api.ainative.studio

Category Endpoints Auth
Chat Completions /v1/public/chat/completions API Key
Memory (ZeroMemory) /api/v1/public/memory/v2/ API Key
ZeroDB /api/v1/public/zerodb/ API Key
Auth & Users /api/v1/auth/, /api/v1/users/ JWT
Credits & Billing /api/v1/public/credits/ API Key
Developer Program /api/v1/echo/ JWT
Admin /admin/ Superuser JWT

Published SDKs

# React
npm install @ainative/react-sdk

# Next.js
npm install @ainative/next-sdk

# Svelte
npm install @ainative/svelte-sdk

# Vue
npm install @ainative/vue-sdk

Published MCP Servers

# Full ZeroDB MCP (76 tools — vectors, memory, NoSQL, files, PostgreSQL)
npm install -g ainative-zerodb-mcp-server

# Memory-only MCP (6 tools — lightweight)
npm install -g ainative-zerodb-memory-mcp

CLI Tools

# ZeroDB instant project setup (auto-configures your IDE)
npx zerodb init

Published Python Packages

pip install zerodb-mcp          # Python MCP client
pip install zerodb-cli          # Python CLI
pip install langchain-zerodb    # LangChain integration
pip install llama-index-vector-stores-zerodb  # LlamaIndex integration

Quick Start (30 seconds)

# 1. Get an instant API key + project
npx zerodb init

# 2. Make your first API call
curl -X POST https://api.ainative.studio/v1/public/chat/completions \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "claude-3-5-sonnet-20241022", "messages": [{"role": "user", "content": "Hello"}]}'

Authentication Methods

Method Use Case Header
API Key Server-side, agents, SDKs X-API-Key: ak_...
Bearer JWT User sessions Authorization: Bearer \x3Ctoken>
OAuth2 Third-party integrations Standard OAuth2 flow

Related Skills

  • ainative-chat-completions — Build conversational AI
  • ainative-auth-guide — Implement authentication
  • ainative-api-discovery — Explore all endpoints
  • zerodb-mcp-guide — Use 76 database/vector tools
  • zeromemory-guide — Add agent memory
  • ainative-mcp-builder — Build custom MCP servers
  • ainative-agent-framework — Multi-agent systems
  • echo-developer-guide — Monetize your AI app

References

  • API docs: docs/api/API_REFERENCE.md
  • Quick start: docs/guides/QUICK_START.md
  • Auth guide: docs/guides/AUTHENTICATION.md
安全使用建议
This skill is a read-only overview and appears coherent. Before using it or following its examples: verify the skill's publisher/source (homepage is missing), avoid pasting real API keys or JWTs into chat prompts, and vet any downstream skills, npm/pip packages or CLI tools it recommends before installing (check package authors, versions, and official registries). If you plan to use the documented APIs, only provide API keys to the client/service endpoints you trust and store them securely.
功能分析
Type: OpenClaw Skill Name: ainative-platform-overview Version: 1.0.0 The skill bundle serves as a legitimate documentation and routing hub for the AINative platform. It contains informational content regarding API endpoints, SDK installations, and platform capabilities without any executable code, suspicious instructions, or evidence of malicious intent in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (platform overview/routing hub) matches the SKILL.md content: it lists APIs, SDKs, CLI commands, related skills and quick-start examples. Nothing in the file requests unrelated privileges or credentials.
Instruction Scope
The SKILL.md only provides documentation, example commands, package names and endpoint information. It does not instruct the agent to read local files, environment variables, or transmit data to third-party endpoints outside the documented API hosts.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. No downloads or installations are performed by the skill itself.
Credentials
The skill declares no required env vars or credentials. Example usage shows an API key header, which is appropriate for the documented APIs. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and model invocation is allowed (normal). The skill does not request permanent presence or modification of other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ainative-platform-overview
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ainative-platform-overview 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the ainative-platform-overview skill. - Provides a top-level guide to the AINative platform, including APIs, SDKs, MCP servers, and key tools. - Offers quick answers for common platform discovery questions and routes users to specialized skills. - Includes quick start, authentication methods, and a list of related skills for deeper exploration. - Lists published SDKs, MCP servers, CLI tools, and Python packages for various development needs.
元数据
Slug ainative-platform-overview
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ainative Platform Overview 是什么?

Top-level discovery skill for the entire AINative platform. Use when (1) Asked "what is AINative?", (2) Exploring platform capabilities, (3) Deciding which S... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Ainative Platform Overview?

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

Ainative Platform Overview 是免费的吗?

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

Ainative Platform Overview 支持哪些平台?

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

谁开发了 Ainative Platform Overview?

由 Toby Morning(@urbantech)开发并维护,当前版本 v1.0.0。

💬 留言讨论