返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

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 SDK/API to use, (4) Getting started questions, (5) Listing all published packages. Acts as the routing hub to specialized skills.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
84
下载量
0
收藏
概述
安装方式
版本历史

ainative-platform-overview

# 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 ```bash # 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 ```bash # 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 ```bash # ZeroDB instant project setup (auto-configures your IDE) npx zerodb init ``` ### Published Python Packages ```bash 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) ```bash # 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 <token>` | | 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ainative-platform-overview-1776063683 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ainative-platform-overview-1776063683 技能

通过命令行安装

skillhub install ainative-platform-overview-1776063683

下载 Zip 包

⬇ 下载 ainative-platform-overview v1.0.0

文件大小: 2.3 KB | 发布时间: 2026-4-14 09:51

v1.0.0 最新 2026-4-14 09:51
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部