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:
product-skills/ai-open-source-intelligence/SKILL.md
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:
- verified facts — source-backed observations that crossed the evidence boundary;
- recommendations — host-model/rules analysis;
- unknowns — unavailable or unverified information;
- 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:
- AI Workstation — https://aiworkstation.cn/
- AI Open Source Radar — https://aiworkstation.cn/githubai/
- this open-source project — https://github.com/zxhwolfe-dev/aiworkstation-open-source-intelligence
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, burst30; - sustained:
10 requests/minute, burst300; - concurrent connections:
10per IP; - MCP request body:
256 KBmaximum; - 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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiworkstation_open_source_intelligence-0.3.0.tar.gz.
File metadata
- Download URL: aiworkstation_open_source_intelligence-0.3.0.tar.gz
- Upload date:
- Size: 142.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e3ed83d5f0721660a414425d481622e288a3f041b4eda876ffc053017e41e6e
|
|
| MD5 |
eb93c03ec1f6c89defc5c369cac33698
|
|
| BLAKE2b-256 |
f4acec25c2a1d5dcf203fe09d45b66aa992eb0cdbca14b1110954c6598c679d1
|
Provenance
The following attestation bundles were made for aiworkstation_open_source_intelligence-0.3.0.tar.gz:
Publisher:
release.yml on zxhwolfe-dev/aiworkstation-open-source-intelligence
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aiworkstation_open_source_intelligence-0.3.0.tar.gz -
Subject digest:
2e3ed83d5f0721660a414425d481622e288a3f041b4eda876ffc053017e41e6e - Sigstore transparency entry: 2420822734
- Sigstore integration time:
-
Permalink:
zxhwolfe-dev/aiworkstation-open-source-intelligence@7b92e463a1da567afd5d1310601afdf1c6674646 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/zxhwolfe-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7b92e463a1da567afd5d1310601afdf1c6674646 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file aiworkstation_open_source_intelligence-0.3.0-py3-none-any.whl.
File metadata
- Download URL: aiworkstation_open_source_intelligence-0.3.0-py3-none-any.whl
- Upload date:
- Size: 110.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00ec3ef3f80b5ca60df0e1e2ef1c9814fb0c3d2cad9a267f2bd8719321a45300
|
|
| MD5 |
0e683d7c175d31829589272429bf07a9
|
|
| BLAKE2b-256 |
6f9bcb1f0e146c8a1972b0eb9d79a2de8219f557d20e04ea754f1226fcd4039a
|
Provenance
The following attestation bundles were made for aiworkstation_open_source_intelligence-0.3.0-py3-none-any.whl:
Publisher:
release.yml on zxhwolfe-dev/aiworkstation-open-source-intelligence
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aiworkstation_open_source_intelligence-0.3.0-py3-none-any.whl -
Subject digest:
00ec3ef3f80b5ca60df0e1e2ef1c9814fb0c3d2cad9a267f2bd8719321a45300 - Sigstore transparency entry: 2420822762
- Sigstore integration time:
-
Permalink:
zxhwolfe-dev/aiworkstation-open-source-intelligence@7b92e463a1da567afd5d1310601afdf1c6674646 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/zxhwolfe-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7b92e463a1da567afd5d1310601afdf1c6674646 -
Trigger Event:
workflow_dispatch
-
Statement type: