agentsclimarketplace

Yijing aisp

Skill AIXP-Labs/SoulSkill/soulskill/aisp/yijing_aisp

AISP-backed bridge for Cast and interpret an I Ching (Yijing) hexagram for a user's question. Use when cast an I Ching reading; interpret a hexagram. Do not use when medical, legal, or financial decisions needing a professional; no question provided.From its SKILL.md

Install
npx -y skills add AIXP-Labs/SoulSkill --skill yijing_aisp

Assembled 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.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.4 KB, 493 tokens by cl100k_base, as published. Nobody here has run it

Yijing Divination (AISP-backed Agent Skill)

<!-- generated_from_aisp: true --> <!-- source: aisp.aisop.json --> <!-- generator: tools/aisp_skill_md.py -->

This SKILL.md is a thin Agent Skills discovery bridge, not the source of truth. The executable source of truth is the same-folder aisp.aisop.json AISP program.

Deleting this file does not change the native AISP skill. A conforming AISP/AISOP runtime should load aisp.aisop.json, read user.content.aisp_contract, and run user.content.aisop.main exactly as declared.

How to use

  1. Load aisp.aisop.json from this folder.
  2. Read user.content.aisp_contract before following any workflow.
  3. Follow user.content.instruction: STRICTLY OBEY aisp_contract; its non_negotiable rules are inviolable; then RUN aisop.main.
  4. Load declared resources only when the AISP graph reaches the node that needs them.
  5. Enforce every non-negotiable rule through the mechanism named by enforced_by.

Declared resources

  • data/hexagrams.json (data, read_only)
  • data/interpretation_guide.md (reference, read_only)

Non-negotiable boundaries

  • Follow RUN aisop.main; never interpret before casting. (aisop.main)
  • Do not interpret without a cast hexagram. (interpret.step1:sys.assert)
  • The reading must state it is for reflection, not deterministic prediction. (interpret.step4:sys.assert)

Runtime boundary

Agent Skills platforms can use this bridge to discover and inspect the package. Hard guarantees such as sys.assert, sys.io.confirm, tool gating, dispatch behavior, and path confinement require a conforming AISP/AISOP runtime. A generic non-AISOP agent can only follow the contract on a best-effort basis.

Passing SKILL.md generation or bridge validation proves only projection consistency and bridge shape. It does not prove external trust, safety, registry approval, or hard execution on a non-AISOP platform.

Align Axiom 0: Human Sovereignty and Wellbeing. AISP - AI Skill Protocol V1.0.0. www.aisp.dev

What ships with it: 4 files

11.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.