Soulskill
Use the bundled AISP skill library: discover, inspect, validate, hash, and prepare native AISP skill packages. This is not an AISOP runtime.From its SKILL.md
npx -y skills add AIXP-Labs/SoulSkill --skill soulskillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 227 tokens by cl100k_base, as published. Nobody here has run it
SoulSkill
SoulSkill is a host-neutral AISP skill library. Use it when the user wants to inspect or validate bundled native AISP packages, or when an agent needs a local reference copy of AISP examples, schemas, reference tools, and specification snapshots.
Run
From this directory's parent, use:
python -m soulskill info
python -m soulskill list --json
python -m soulskill validate
python -m soulskill readme
Boundary
SoulSkill is not an AISOP runtime and must not claim runtime enforcement. To
execute a skill, load <id>_aisp/aisp.aisop.json in a conforming AISOP/AISP
runtime and RUN aisop.main. A generic agent may read the package best-effort,
but hard sys.* enforcement only exists in a real runtime.
Local hashes, generated README checks, and bundled reference validation are integrity and conformance aids. They are not external trust, signature, freshness, publication, or runtime-dispatch proof.
What ships with it: 32 files
329.9 KB alongside SKILL.md, 16 of them executable
aisp/
- aisp_list.json1.9 KB
- aisp_list.pyruns4.9 KB
- README.md3.8 KB
aisp_reference_tools/
- aisp_check_runtime_trace.pyruns7.9 KB
- aisp_hash.pyruns5.8 KB
- aisp_readme.pyruns11.2 KB
- aisp_skill_md.pyruns11.5 KB
- aisp_validate_agent_skill_bridge.pyruns16.1 KB
- aisp_validate.pyruns47.5 KB
- check_doc_sync.pyruns12.1 KB
- check_markdown_links.pyruns5.6 KB
- __init__.pyruns1 B
- MANIFEST.sha256.json2.2 KB
- README.md1.4 KB
aisp_specification/
schemas/
- cli.pyruns9.6 KB
- discovery.pyruns4.4 KB
- __init__.pyruns115 B
- LICENSE10.5 KB
- __main__.pyruns116 B
- NOTICE197 B
- paths.pyruns465 B
- validation.pyruns2.3 KB