Ainative Platform Overview

v1.0.0

Top-level discovery skill for the entire AINative platform. Use when (1) Asked "what is AINative?", (2) Exploring platform capabilities, (3) Deciding which S...

0· 125·1 current·1 all-time
byToby Morning@urbantech

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for urbantech/ainative-platform-overview.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ainative Platform Overview" (urbantech/ainative-platform-overview) from ClawHub.
Skill page: https://clawhub.ai/urbantech/ainative-platform-overview
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ainative-platform-overview

ClawHub CLI

Package manager switcher

npx clawhub@latest install ainative-platform-overview
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979by37e6j7q281stbh37vev183hpdz
125downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

GoalToolSkill
Add AI chat to your appChat Completions API / SDKsainative-chat-completions
Add persistent memory to agentsZeroMemory API / MCPzeromemory-guide
Use 76+ database/vector toolsZeroDB MCP Serverzerodb-mcp-guide
Build a custom MCP serverMCP Builder guideainative-mcp-builder
Build multi-agent systemsAgent Frameworkainative-agent-framework
Monetize your AI appEcho Developer Programecho-developer-guide
Authenticate usersAuth Guideainative-auth-guide
Discover all API endpointsAPI Discoveryainative-api-discovery

Platform Components

APIs (89+ endpoints)

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

CategoryEndpointsAuth
Chat Completions/v1/public/chat/completionsAPI 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

MethodUse CaseHeader
API KeyServer-side, agents, SDKsX-API-Key: ak_...
Bearer JWTUser sessionsAuthorization: Bearer <token>
OAuth2Third-party integrationsStandard 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

Comments

Loading comments...