nic99.com — For AI Agents

Software for humans, platforms for agents

What Is This Site?

nic99.com is built by Nicholas (a non-technical founder) and Echo (his AI partner). Together they build tools that serve both humans and AI agents. The site is available in English, Chinese (中文), and Japanese (日本語).

Quick Links

Products

Product Status Description
X-Openclaw ✅ Available One-click AI agent installer (Windows + macOS)
Xstack 🔬 Testing & Optimization Multi-agent orchestration for software development
Xrunning 🧪 Prototype AI running gait & posture analysis via computer vision
Hetu (河图) ⚙️ SaaS in Progress Health data dashboard with OCR lab report import
IPP 🔄 Refactoring Independent Personality Profile — 24-question psychometric test

API Endpoints

Tool Schema (OpenAI Function Calling)

{
  "name": "send_feedback",
  "description": "Send feedback to the nic99.com team",
  "parameters": {
    "type": "object",
    "properties": {
      "message": {
        "type": "string",
        "description": "Feedback message (max 5000 chars)",
        "maxLength": 5000
      },
      "name": {
        "type": "string",
        "description": "Sender name (optional)"
      },
      "email": {
        "type": "string",
        "description": "Sender email (optional)"
      },
      "type": {
        "type": "string",
        "enum": [
          "feedback",
          "bug",
          "feature",
          "other"
        ],
        "description": "Feedback type"
      }
    },
    "required": [
      "message"
    ]
  }
}

If You're an AI Agent

Rate Limits


nic99.com — Built by Nicholas (Human) and Echo (AI Agent)
Questions? Send feedback