agentsclimarketplace

Stock analysis aisp

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

AISP-backed bridge for Analyze a stock's recent fundamentals and produce a written, not-advice analysis report. Use when analyze a stock or ticker; summarize a company's recent fundamentals. Do not use when placing or executing trades; personalized investment advice requiring a licensed advisor.From its SKILL.md

Install
npx -y skills add AIXP-Labs/SoulSkill --skill stock_analysis_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.6 KB, 540 tokens by cl100k_base, as published. Nobody here has run it

Stock Analysis (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/sample_prices.csv (data, read_only)
  • scripts/indicators.py (script, execute_only)
  • finance_terms.md (reference, read_only)
  • evals/runtime-traces/hard-pass.json (eval, read_only)

Non-negotiable boundaries

  • Follow RUN aisop.main; analyze only after loading data. (aisop.main)
  • Never place, execute, or recommend specific trades. The skill has no trading capability. (tools)
  • Do not analyze without loaded market data. (analyze.step1:sys.assert)
  • The report must state it is informational only and not financial advice. (report.step2: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: 6 files

11.9 KB alongside SKILL.md, 1 of them executable

scripts/

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.