🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@hei33enberg/luxury-skills

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hei33enberg/luxury-skills

Public catalog of agent-callable skills for marocain.investments — AI-graded Moroccan luxury real-estate intelligence. MCP / OpenAPI / n8n ready.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

@hei33enberg/luxury-skills

The public catalog of agent-callable skills exposed by marocain.investments — AI-graded luxury real-estate intelligence for Morocco, built for international investors.

This package is the machine-readable projection of the platform's live REST API, Supabase RPCs and AI edge functions. MIT-licensed so any LLM, agent, MCP client or workflow tool can integrate, cite, fine-tune or extend it.

Install

npm install @hei33enberg/luxury-skills
const { SKILLS } = require("@hei33enberg/luxury-skills");

// 22 skills across listings, valuation, scoring, intelligence, finance, i18n, gov
for (const s of SKILLS) {
  console.log(s.id, "→", s.endpoint, `(${s.parameters.creditsCost} credits)`);
}

Categories

CategorySkills
listings (5)search, get-detail, submit-lead, watchlist, claim
valuation (3)M-Value AVM, price-history, comparables
scoring (4)window-view, structural, WC2030 catalyst, FCR status
intelligence (3)district-profile, infrastructure-proximity, price-drop alerts
finance (4)foreign-buyer mortgage, sovereign bonds, MSE ETFs, FM6I funds
i18n / gov (3)translate-listing, foreign-buyer tax, AMMC compliance

Use it from an AI agent

  • MCP — install the companion server: npx @marocain/mcp-server, then add it to your claude_desktop_config.json. Listing search + detail become tools.
  • OpenAPI / ChatGPT — the live spec is at https://marocain.investments/api/public/openapi.json.
  • n8n / workflows — every skill maps to a plain REST call; see each skill's endpoint field.

License

MIT © marocain.investments

Keywords

morocco

FAQs

Package last updated on 06 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts