Skip to content

AIXP-Labs/AIAP-AISP-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIAP + AISP Store

The official marketplace for AIAP programs and AISP skills — discover, publish, and distribute AI capabilities.

AIAP V1.0.0 AISP V1.0.0 Docs

中文文档 | English

What is this Store?

The central distribution platform for two kinds of AI capability packages:

  • AIAP programs (aiap_store/) — multi-file application packages conforming to the AIAP Protocol
  • AISP skills (aisp_store/) — single-file skill packages conforming to the AISP Protocol, carrying machine-enforced contract red lines

It serves the same role for AI capabilities that npm serves for JavaScript packages or Docker Hub serves for container images.

Every package on the Store is:

  • Structurally verified — passes protocol validation (AIAP: AIAP.md contract; AISP: aisp_validate M1–M6)
  • Quality-scored — AIAP evaluated by ThreeDimTest (Correctness, Intrinsic, Detail)
  • License-declared — SPDX-compliant license field required (PL25)
  • Governance-signed — SHA-256 governance hash for integrity verification (AIAP)

What is an AIAP Program?

An AIAP program (*_aiap/) is a multi-file structured AI capability package:

my_program_aiap/
├── AIAP.md            # Governance contract (identity, tools, trust level, license)
├── main.aisop.json    # Entry point with Mermaid or JSON flow execution graph
└── module.aisop.json  # Functional module

Created with AIAP Creator and run on the SoulBot runtime.

What is an AISP Skill?

An AISP skill (*_aisp/) is a single-file skill package:

my_skill_aisp/
└── aisp.aisop.json    # system + aisp_contract:
                       #   non_negotiable red lines, each bound via
                       #   enforced_by (violation → HARD_FAIL halt)

The key difference: AIAP is a multi-file program; AISP is a single-file skill whose contract red lines are machine-enforced by a conforming runtime. Created with the native light-track aisp_creator_evolution or the heavy-track soulbot_aisp_creator_evolution, and run natively on the same SoulBot engine.


Store Requirements

To publish on the Store, a package must:

Requirement AIAP program AISP skill
Protocol compliance Valid AIAP.md contract (MF1) Conformant aisp.aisop.jsonaisp_validate M1–M6, 0 fail
Quality threshold ThreeDimTest minimum score Contract red lines resolvable (enforced_by)
License declared SPDX license field (PL25) SPDX license field
Governance hash SHA-256 integrity (MF15) — (single-file self-contained)
Trust / risk Trust level T1–T4 risk_level (low / medium / high)

AIXP Labs aixp.dev

AIXP Labs develops and maintains the following core projects:

Project Description Website
HSAW Human Sovereignty and Wellbeing — Axiom 0 white paper (foundation) hsaw.dev
AIZP AI Zenith-Zero Protocol — runtime behavioral alignment aizp.dev
AILP AI List Protocol — agent discovery and capability advertising ailp.dev
AIVP AI Value Protocol — international commerce, crypto asset settlement aivp.dev
AIRP AI RMB Protocol — Mainland China commerce, RMB licensed settlement airp.dev
AIBP AI Bot Protocol — social communication and trust aibp.dev
AIAP AI Application Protocol — governance and compliance aiap.dev
AISP AI Skill Protocol — single-file skills with machine-enforced contract red lines aisp.dev
AISOP AI Standard Operating Protocol — flow program definition aisop.dev
SoulSkill AISP skill reference library & multi-CLI plugin distribution soulskill.dev
SoulAgent Drop-in AI agent invoked directly by any CLI / SDK / IDE soulagent.dev
SoulBot AI agent runtime and orchestration framework soulbot.dev
SoulACP Adapter library — bridging CLI tools and LLM providers soulacp.dev

⚠️ Disclaimer

This repository is experimental and provided for research and educational purposes only. Not intended for production use. Use at your own risk. The authors assume no liability for any damages.


License

The Store is a distribution platform. Each package carries its own license — an AIAP program via the license field in its AIAP.md governance contract (rule PL25), an AISP skill via the license field in its aisp.aisop.json. The Store platform itself does not impose a license on hosted packages.


Align Axiom 0: Human Sovereignty and Wellbeing. Version: AIAP V1.0.0 + AISP V1.0.0. www.AIAPStore.dev

About

AIAP-AISP-Store

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages