Stock analysis aisp
Skill AIXP-Labs/SoulSkill/claude_code_plugin/skills/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
npx -y skills add AIXP-Labs/SoulSkill --skill stock_analysis_aispAssembled 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
- Load
aisp.aisop.jsonfrom this folder. - Read
user.content.aisp_contractbefore following any workflow. - Follow
user.content.instruction:STRICTLY OBEY aisp_contract; its non_negotiable rules are inviolable; then RUN aisop.main. - Load declared resources only when the AISP graph reaches the node that needs them.
- 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
data/
- sample_prices.csv454 B
evals/
scripts/
- indicators.pyruns1.5 KB
- aisp.aisop.json5.2 KB
- finance_terms.md1.0 KB
- README.md3.3 KB