Skip to main content
Glama
astatineRS
by astatineRS

Nexoraa

开放 AI 劳动力平台。 将隐藏在您业务中的 137 个 AI 岗位映射到 7 个部门,按依赖顺序将它们部署为可运行的技能,并拥有全部内容。

一个完整、可销售的 SaaS——高级营销网站、动画交互式 Nexus 地图、门控 技能库(36 个可运行技能,覆盖全部 137 个岗位)、带 Stripe 结账的 定价认证,以及个人 部署仪表板——外加其构建所依赖的开放引擎(技能 + 审计 CLI + MCP 服务器)。

在线页面:/ 落地页 · /explore 交互式地图 · /skills + /skills/[...] 门控库 · /pricing · /signin /signup · /dashboard

技术栈

  • Next.js 16(App Router,RSC)· React 19 · TypeScript(严格模式)

  • Tailwind CSS v4 设计令牌 · Framer Motionmotion)用于所有动画

  • Stripe 订阅(密钥门控)· jose JWT 会话 · PBKDF2 密码哈希

  • 内容驱动:在请求时读取 content/skilltree.json(分类法)和 content/skills/*.md(技能文件)。开放引擎位于 content/engine/

Related MCP server: skills-mcp-server

快速开始

pnpm install
pnpm dev            # http://localhost:3000  (Turbopack)
pnpm build && pnpm start

配置(全部可选——应用在没有任何这些配置的情况下也能开放运行)

环境变量

启用功能

STRIPE_SECRET_KEY

/pricing 上的实时结账(否则显示清晰的“未配置”提示;开放核心保持免费)

AUTH_SECRET

会话 JWT 的签名密钥(否则使用开发默认值)

认证为演示级别(文件支持的用户存储位于 content/.users.json,已 git 忽略)。在生产环境中,将 src/lib/users.ts 替换为真实数据库。

架构

src/app/            routes (landing, explore, skills, pricing, dashboard, auth, /api/*)
src/components/      map (Nexus + explore), marketing, skills, pricing, dashboard, auth, ui, site
src/lib/            data + skills loaders, session, entitlement, stripe, map model
content/
  skilltree.json    7 departments · 34 functions · 137 jobs (tools + autonomy level)
  skills/           36 SKILL.md files (Foundation + 34 function skills), MIT
  engine/           the Python engine: audit CLI, KB scaffolder, LLM runner, MCP server

门控

免费预览每个技能(约 40% 的文件)和整个地图。Pro/Team 解锁完整技能文件。权限在 src/lib/entitlement.ts 中作为单一事实来源,由签名会话 cookie 驱动;Stripe 结账在成功时升级计划。

Nexus 地图

src/components/map/nexus.tsx — 一个动画径向 SVG:中央 Company Brain 枢纽,7 个部门环绕;选择部门会以交错、弹簧缓动动画展开其功能。驱动英雄区(自动循环)和 /explore(交互式,带实时详情面板、搜索、深层链接和自主性图例)。

开放引擎(content/engine

相同的分类法,可从终端或任何 MCP 客户端运行:

cd content            # the engine package sits alongside skilltree.json + skills/
python3 -m engine stats                   # 137 jobs · 36 skills
python3 -m engine audit --out tree.json   # inspect your stack; import into /dashboard
python3 -m engine mcp                     # stdio MCP server exposing all skills

许可证

MIT。拥有您构建的一切。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive AI model metadata through MCP, enabling search and filtering of 100+ AI models by capabilities, pricing, context length, and provider specifications.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.
    20
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.
    19
    66
    18
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Provides 634+ curated production-ready AI skills for any MCP-compatible client, covering areas like security, frontend, backend, infrastructure, AI/ML, and architecture. Enables AI agents to access best practices, patterns, and solutions across multiple domains.
    6
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/astatineRS/Nexoraa-tree'

If you have feedback or need assistance with the MCP directory API, please join our Discord server