Skip to main content

AI Open Source Intelligence

One Skill. Nine live read-only Radar tools. Evidence-backed open-source AI research without a second server-side model call.

简体中文 · AI Workstation · AI Open Source Radar · Quickstart

AI Open Source Intelligence is the Skills/MCP product layer for AI Open Source Radar.

Product shape

User in ChatGPT / Codex / compatible host
                 |
                 v
      1 unified product Skill
                 |
                 v
      9 read-only MCP tools
                 |
                 v
     AI Workstation public Radar

The user does not choose separate research/comparison/stack Skills. The single Skill routes the task internally.

The host model performs natural-language reasoning and synthesis. The AI Workstation server provides data/evidence only on this product path.

One active Skill

ai-open-source-intelligence

It handles:

  • browsing rankings, collections, categories, scenarios and the Radar Skills library;
  • finding projects from deployment, privacy, integration, budget and license requirements;
  • verifying named-project facts and license evidence;
  • comparing two to five projects for a concrete use case;
  • finding alternatives while preserving hard requirements;
  • planning candidate open-source AI stacks and exposing unverified compatibility.

The only product Skill is packaged from:

skills/ai-open-source-intelligence/SKILL.md
skills/ai-open-source-intelligence/agents/openai.yaml

agents/openai.yaml makes the Skill's dependency on the canonical ai_open_source_intelligence Hosted MCP explicit while keeping automatic invocation enabled. This is the Skill-level dependency contract; .mcp.json is the matching Plugin-level connection contract.

The previous split research/comparison/stack Skill files are removed from the current product and distribution bundle.

Nine standard MCP tools

search_ai_projects
get_project_facts
get_license_evidence
compare_ai_projects
find_alternatives
compose_ai_stack
get_radar_overview
browse_radar_projects
browse_radar_skills

All nine are read-only. They do not execute or install third-party repository code.

No AI Workstation server-model execution

This is a hard product boundary for the current release.

The Hosted MCP exposes no Premium model tool, no checkout tool and no runtime OAuth/Premium switch. Requirement-based selection calls the public Radar selector with:

use_model=false

Therefore an ordinary Skill/MCP workflow is:

ChatGPT/Codex host model
        -> chooses/read tools
        -> AI Workstation public Radar data/evidence
        -> host model synthesizes the final answer

It is not:

host model -> AI Workstation model -> second model bill

If member-linked server-model capabilities are added later, they must ship as a new reviewed product version rather than being enabled through a hidden environment variable.

Evidence model

Every tool result separates:

  1. verified facts — source-backed observations that crossed the evidence boundary;
  2. recommendations — host-model/rules analysis;
  3. unknowns — unavailable or unverified information;
  4. risks — license, maintenance, deployment, security and integration limits.

A value in data is not automatically a verified fact. License evidence is deliberately stricter and is technical evidence, not legal advice.

Official resources in results

MCP tool results include canonical, non-tracking publisher links under:

data.official_resources

with:

The unified Skill may show these once at the end of a normal user-facing answer. They are kept separate from verified facts so publisher attribution never changes a research conclusion.

Hosted MCP

Canonical endpoint:

https://mcp.aiworkstation.cn/mcp

Current Hosted mode is intentionally:

anonymous
read-only
data-only
9 tools
no OAuth
no WorkOS dependency
no Premium/server model

The container stays on host loopback 127.0.0.1:8001 behind Nginx/TLS.

Anonymous abuse controls

The gateway uses two per-IP request windows plus a connection cap:

  • short-window: 60 requests/minute, burst 30;
  • sustained: 10 requests/minute, burst 300;
  • concurrent connections: 10 per IP;
  • MCP request body: 256 KB maximum;
  • unrelated paths on the dedicated MCP hostname return 404.

This is intentionally request-based rather than token-based because the nine data tools do not consume AI Workstation model tokens.

Use it now

The repository Plugin now packages the unified Skill and the production Hosted MCP configuration together. After this change reaches main, Codex and the ChatGPT desktop Codex host can install both from one marketplace entry. The public ChatGPT directory listing is still pending review. Today:

  • Codex / ChatGPT desktop users can install the complete repository Plugin;
  • ChatGPT web users can register https://mcp.aiworkstation.cn/mcp as a No Authentication developer-mode app while the public listing is pending;
  • after v0.3.1 is published, Python users can install the matching CLI/MCP package with:
python -m pip install \
  "aiworkstation-open-source-intelligence[mcp]==0.3.1"

See the Quickstart for exact ChatGPT, Codex and Python steps. The immutable v0.3.0 archive remains the earlier Skills-only artifact; the complete Plugin uses the v0.3.1 patch identity rather than replacing it.

Local development

python -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[mcp]"

Offline fixture data:

OSI_PROVIDER=mock osi-mcp

Live public Radar data:

OSI_PROVIDER=http \
AIWORKSTATION_RADAR_BASE_URL=https://aiworkstation.cn \
osi-mcp

Hosted configuration check requires an exact candidate identity:

OSI_PROVIDER=http \
OSI_HOSTED_ACCESS_MODE=public \
OSI_RELEASE_COMMIT=<exact-40-char-sha> \
OSI_IMAGE_COMMIT=<same-exact-40-char-sha> \
osi-mcp-hosted --check-config

Setting OSI_HOSTED_ACCESS_MODE=oauth fails closed in the current release.

Safety rules

  • never execute third-party repository code as part of research;
  • never infer permission from a missing license;
  • never silently weaken a hard requirement to manufacture a match;
  • never claim cross-project compatibility without evidence or a controlled test;
  • never substitute model memory for unavailable live evidence;
  • never enable AI Workstation server-side model execution in the current standard Skill/MCP path.

Development checks

python -m compileall -q src tests
python -m unittest discover -s tests -v
osi-validate-plugin --root .
osi-readiness --root .

CI covers Python 3.10 and 3.12, deterministic Skill packaging, MCP round trips, data-only Hosted configuration and container packaging.

License

The public repository is licensed under Apache-2.0. That does not grant rights to private AI Workstation databases, unpublished datasets, credentials, infrastructure or trademarks.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiworkstation_open_source_intelligence-0.3.1.tar.gz (153.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file aiworkstation_open_source_intelligence-0.3.1.tar.gz.

File metadata

File hashes

Hashes for aiworkstation_open_source_intelligence-0.3.1.tar.gz
Algorithm Hash digest
SHA256 f0daf62ad514a1a3bdb8ea6606f65f912d3e97235ad7b18d26df9b80fe6d6723
MD5 c8e8ca239617cc91663cb4c20267ed0a
BLAKE2b-256 ab8b79cc4885c5c6d97fafac5022a0b7a4cbd170d40ba5a22e8d270f95bbbba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiworkstation_open_source_intelligence-0.3.1.tar.gz:

Publisher: release.yml on zxhwolfe-dev/aiworkstation-open-source-intelligence

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aiworkstation_open_source_intelligence-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for aiworkstation_open_source_intelligence-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e0daece11829b1772231d62a50c3ca06146cf9c7bee353bbae65e0733a3aa3aa
MD5 ccfbe2df97515b7ccf96ec009b0d7811
BLAKE2b-256 9d045f995c7943f0a6042979b55b2aafb997055c267ca97967445c3f95b373f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiworkstation_open_source_intelligence-0.3.1-py3-none-any.whl:

Publisher: release.yml on zxhwolfe-dev/aiworkstation-open-source-intelligence

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.3.1 This release

2 files

0.3.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page