Turn Every AI Skill
into Your Digital Hard Asset
让每一项 AI 技能,都成为你的数字化硬资产
Register AI models as on-chain assets with automatic IP protection. Route compute, settle via smart contracts, earn per API call — no intermediary, no counterparty risk.
Built to Protect Skill Developers
Every skill is secured by a multi-layer defense system — from wallet-native authentication to AI-powered infringement detection.
Wallet-Native Auth
EIP-191 signature authentication. No password, no email, no registration. Your private key never leaves your wallet.
On-Chain Smart Contracts
USDC escrow with rigid 1% treasury rake. Every settlement is zero-sum and verifiable on-chain — no intermediary can tamper.
AI Infringement Judge
DeepSeek-powered similarity analysis detects copied skills. Frozen funds + permanent on-chain blacklist for violators.
API Relay Station
All consumer traffic routes through AIMS relay. Developers never expose raw endpoints — rate limiting and key management built in.
Dual Access Model
Consumers choose: bring their own API key (0% fee) or use AIMS-managed service (+5%). You earn either way.
Transparent Pricing
Fixed per-call pricing set by developer. No hidden fees, no dynamic surge pricing. 5% AIMS service markup disclosed upfront.
How It Works
Connect Wallet
Sign once with your EIP-1193 wallet. Instant activation — no KYC, no approval process.
Register Your Skill
Define model type, provider, pricing, and capabilities. Optional repo mirroring for trust and transparency.
Deploy & Earn
Your skill goes live on the marketplace. Consumers route compute through AIMS relay — you earn per API call in USDC.
Monitor & Protect
AI Judge continuously monitors for infringement. Smart contract escrow guarantees settlement with zero counterparty risk.
Skill Listing Requirements
We maintain quality and trust through transparent, developer-friendly standards.
Open Source Repository
Provide a public GitHub/GitLab repo. We offer automatic mirroring to the AIMS ecosystem for discoverability and trust.
Model Transparency
Declare model type, provider, context window, and capabilities. No black boxes — consumers must know what they are paying for.
Fair Pricing
Set a fixed per-call price in USDC. No hidden tiers, no surge pricing. Consumers see the exact cost before every call.
API Schema
Provide an OpenAPI-compatible schema documenting your skill's input/output contract. Enables automatic integration and testing.
One Skill, All Your Needs
Every skill is a complete digital asset with three monetization models: subscription, buyout, and alliance. Developer-set pricing, smart contract auto-settlement.
Subscription
Monthly billing with team seats. Ideal for ongoing usage — predictable recurring revenue. Subscribers can cancel anytime.
Buyout
One-time purchase, lifetime access. Smart contract escrow with 1% platform fee, 99% to developer. Perfect for high-value enterprise deals.
Alliance Distribution
Promoter network promotes your skill while you earn 40% passive revenue. AIMS revenue sharing, promoters add their own markup.
Skill Capabilities
From LLMs to code audits, image generation to speech recognition — covering the full AI spectrum
LLM Inference
Llama, Mixtral, DeepSeek and more — streaming responses and function calling
Browse LLM Inference →Code & Audit
Smart contract vulnerability detection, code generation, security auditing
Browse Code & Audit →Image Generation
Stable Diffusion, DALL-E and more — high-res image generation with batch processing
Browse Image Generation →Audio & TTS
Whisper speech recognition, multilingual translation, text-to-speech synthesis
Browse Audio & TTS →Data Processing
ETL pipelines, data analysis, structured extraction and automated reporting
Browse Data Processing →Video Processing
Video understanding, keyframe extraction, content moderation and auto-editing
Browse Video Processing →aims-skill MCP
One unified MCP address for all AI tools. Paste into Claude Desktop, Cursor, or Codex CLI — one address, one API key, all of AIMS marketplace in your editor.
Add to Your AI Editor
Works with Claude Desktop, Cursor, Codex CLI, and any MCP-compatible editor. Copy the address below and paste it into your tool's MCP config.
https://api.aimsgateway.com/mcpHow to Get Your API Key
Already Have an Account
Copy your API key from the dashboard. Paste it with the MCP address above and you’re ready to go.
New User · No Wallet
Register locally with just an email. We’ll auto-generate an API key and pre-fill your tool config. If this is a shared computer, remember to revoke the key from your account dashboard.
New User · Has Wallet
Connect your wallet to register. Your API key is derived from your wallet signature — no extra password needed.
On a shared or public computer? After setup, visit your dashboard to rotate your API key.
/aims — One-Prompt Install
HomePage.aimsInstall.desc
Copy and send to your AI agent:
请帮我安装 AIMS 技能市场智能体。按以下步骤操作:
### 第 1 步:添加 MCP 端点
在我的 MCP 配置中添加 AIMS 端点。根据你使用的工具找到对应的 MCP 配置文件:
| 工具 | MCP 配置文件路径 |
|------|-----------------|
| Claude Code | ~/.claude/mcp.json 或 .mcp.json |
| Cursor | .cursor/mcp.json |
| Trae | IDE 设置 → MCP Servers |
| Codex CLI | ~/.codex/mcp.json |
| Continue.dev | ~/.continue/config.json |
| Windsurf | IDE 设置 → MCP Servers |
| GitHub Copilot | .github/agents/ 或 IDE 设置 |
| 其他 MCP 工具 | 查阅工具文档找到 mcpServers 配置位置 |
在 mcpServers 中添加:
{
"mcpServers": {
"aims": {
"type": "url",
"url": "https://api.aimsgateway.com/mcp"
}
}
}
如果在中国,url 改为 https://api.aimsgateway.com/mcp/china
### 第 2 步:添加唤起规则(防止误调用产生费用)
根据你的工具添加唤起方式配置。AIMS 智能体只在明确唤起时才激活,防止误调用产生费用:
| 工具 | 唤起方式 | 配置方法 |
|------|---------|---------|
| Claude Code | /aims | 创建 ~/.claude/commands/aims.md |
| Cursor | /aims 或 @aims | 创建 .cursor/commands/aims.md 或 Rule |
| Trae | /aims 或 #aims 或 @aims | 创建 .traecli/commands/aims.md |
| Codex CLI | /aims 或 $aims | 创建 ~/.codex/prompts/aims.md |
| Continue.dev | /aims 或 @aims | 添加 Rule 或 slash command |
| Windsurf | @aims | 添加 Rule 规则 |
| GitHub Copilot | @aims | 添加 .github/agents/aims.md |
智能体 SKILL.md 从 https://api.aimsgateway.com/install/skill 获取。
Claude Code /aims 命令从 https://api.aimsgateway.com/install/aims-command 获取。
### 第 3 步:验证安装
完成后告诉我 "AIMS 智能体安装完成!输入 /aims <你的任务> 开始使用。"
### 第 4 步:获取 API Key(如需调用收费技能)
访问 https://aimsgateway.com/api-station 注册并获取 API Key,然后设置环境变量:
export AIMS_API_KEY=aims_sk_xxxxxxxxSend the install prompt to your AI agent (Claude Code, Cursor, Trae, etc.)
Agent auto-configures MCP endpoint and creates /aims slash command
HomePage.aimsInstall.step3
Why One-Prompt Install?
No manual config editing — your AI agent handles everything
Auto-updating — new tools appear when the marketplace updates
Works with Claude Code, Cursor, Trae, and any MCP-compatible editor
Idle Token Contribution
Contribute your unused GPU/TPU compute tokens to the AIMS network and earn passive income. Providers stake tokens to signal capacity — consumers pay per call, you earn while idle.
Stake & Earn
Stake idle compute tokens to the AIMS pool. Earn yield proportional to your contribution and uptime.
Dynamic Pricing
Token prices adjust based on network demand. High-traffic periods earn higher rates automatically.
No Minimum Stake
Contribute any amount. The protocol aggregates small contributors for efficient batch routing.
Market Builder Program
Promote AIMS skills, onboard developers, and earn commission. Build the on-chain AI economy with us.
Affiliate Rewards
Earn a percentage of platform fees for every skill you help onboard. Track referrals on-chain.
Regional Ambassadors
Lead AIMS adoption in your region. Access exclusive support, marketing resources, and higher commission tiers.
Skill Curators
Curate high-quality skill collections. Verified curators earn ongoing revenue share from their curated portfolios.
Smart Contract Guaranteed · 1% Fixed Rake · Zero-Sum Settlement
Ready to turn your AI skill into an asset?
Connect your wallet and deploy your first skill in under 5 minutes.