Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simosphere-ai-skills

Agent-discovery artefacts for the SIMOSphere AI inference platform.

skills.sh License: MIT

English | Deutsch


English

Overview

Agent skills for SIMOSphere AI -- the OpenAI-compatible inference API hosted in Germany. These skill definitions enable AI coding agents (Cursor, Windsurf, Claude Code, and others) to integrate SIMOSphere AI capabilities directly into their workflows.

Built by SIMO GmbH. EU-hosted, GDPR-compliant.

Install

npx skills add SIMOSphereOS/simosphere-ai-skills

Skills

Skill Description
simosphere-ai Core API integration -- Chat Completions, Embeddings, Models, Streaming
simosphere-openai-migration One-line migration from OpenAI, Anthropic, or Mistral to EU-hosted inference
simosphere-eu-compliance GDPR, Schrems II, and EU AI Act compliance evaluation for AI projects

Install a Specific Skill

npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-ai
npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-openai-migration
npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-eu-compliance

Quickstart

curl https://api.simosphereai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-simo-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-8b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Sign up at onboarding.simosphereai.com/de/register for an API key. Trial credits available via hello@simo-online.com.

Documentation

Agent Discovery


Deutsch

Ueberblick

Agent-Skills fuer SIMOSphere AI -- die OpenAI-kompatible Inferenz-API mit Hosting in Deutschland. Diese Skill-Definitionen ermoeglichen es KI-gesteuerten Coding-Agenten (Cursor, Windsurf, Claude Code u.a.), SIMOSphere-AI-Funktionen direkt in ihre Arbeitsablaeufe zu integrieren.

Entwickelt von SIMO GmbH. EU-Hosting, DSGVO-konform.

Installation

npx skills add SIMOSphereOS/simosphere-ai-skills

Verfuegbare Skills

Skill Beschreibung
simosphere-ai Kern-API-Integration -- Chat Completions, Embeddings, Modelle, Streaming
simosphere-openai-migration Migration von OpenAI, Anthropic oder Mistral zu EU-Inferenz in einer Zeile
simosphere-eu-compliance DSGVO-, Schrems-II- und EU-AI-Act-Konformitaetspruefung fuer KI-Projekte

Einzelnen Skill installieren

npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-ai
npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-openai-migration
npx skills add SIMOSphereOS/simosphere-ai-skills --skill simosphere-eu-compliance

Schnelleinstieg

curl https://api.simosphereai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-simo-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-8b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Registrieren Sie sich unter onboarding.simosphereai.com/de/register fuer einen API-Schluessel. Test-Guthaben erhalten Sie ueber hello@simo-online.com.

Dokumentation

Agent-Erkennung


Operator / Betreiber

SIMO GmbH · Wuerzburger Str. 152 · 63743 Aschaffenburg · Germany HRB 15769 AG Aschaffenburg · DPMA 30 2024 240 269

Contact / Kontakt: hello@simo-online.com

About

Agent-discovery artefacts (SKILL.md, AGENTS.md, .cursorrules) for the SIMOSphere AI inference platform

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors