すべてのAIスキルを
デジタルハードアセットに
让每一项 AI 技能,都成为你的数字化硬资产
AIモデルをオンチェーン資産として登録し、自動IP保護を適用。AIMSリレーを通じてコンピュートをルーティングし、スマートコントラクトで決済します。
スキル開発者を保護する設計
すべてのスキルは多層防御システムで保護されています — ウォレットネイティブ認証からAI駆動のコード類似性監査まで。
Wallet-Native Auth
EIP-191 signature authentication. No password, no email, no registration. Your private key never leaves your wallet.
On-Chain Smart Contracts
USDT 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.
仕組み
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 USDT.
Monitor & Protect
AI Judge continuously monitors for infringement. Smart contract escrow guarantees settlement with zero counterparty risk.
スキル登録要件
透明性が高く開発者に優しい基準で品質と信頼を維持します。
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 USDT. 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.
一つのスキル、すべてのニーズ
すべてのスキルは3つの収益化モデルを持つ完全なデジタル資産です:サブスクリプション、買取、アライアンス。開発者が価格を設定します。
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.
スキル機能
LLMからコード監査、画像生成から音声認識まで — AIスペクトラム全体をカバー。
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
すべての AI ツールで共通の MCP アドレス。Claude Desktop、Cursor、Codex CLI に貼り付けるだけ — 1 つのアドレス、1 つの API キーで AIMS マーケットプレイス全体をエディタで利用できます。
AI エディタに追加
Claude Desktop、Cursor、Codex CLI、その他 MCP 対応エディタで動作します。以下のアドレスをコピーして、ツールの MCP 設定に貼り付けてください。
https://api.aimsgateway.com/mcpAPI キーの取得方法
アカウントをお持ちの方
ダッシュボードから API キーをコピーし、上記 MCP アドレスと一緒に設定してください。
新規ユーザー · ウォレットなし
メールアドレスでローカル登録。API キーが自動生成され、ツール設定に事前入力されます。共有パソコンの場合は、後で必ずキーを失効させてください。
新規ユーザー · ウォレットあり
ウォレットを接続して登録。API キーはウォレット署名から派生するため、追加のパスワードは不要です。
共有または公共のパソコンで設定した後は、ダッシュボードで API キーをローテーションしてください。
HomePage.aimsInstall.title
HomePage.aimsInstall.desc
HomePage.aimsInstall.installPromptTitle
请帮我安装 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_xxxxxxxxHomePage.aimsInstall.step1
HomePage.aimsInstall.step2
HomePage.aimsInstall.step3
HomePage.aimsInstall.whyTitle
HomePage.aimsInstall.why1
HomePage.aimsInstall.why2
HomePage.aimsInstall.why3
アイドルトークン貢献
未使用のGPU/TPUコンピュートトークンをAIMSネットワークに提供し、パッシブ収入を得ます。プロバイダーは検証済み計算時間に比例したインセンティブを受け取ります。
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.
マーケットビルダープログラム
AIMSスキルを宣伝し、開発者をオンボードしてコミッションを獲得。分散型AI経済を私たちと一緒に構築しましょう。
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
AIスキルを資産に変える準備はできましたか?
ウォレットを接続して5分以内に最初のスキルをデプロイしましょう。