Claude-skill-registry analytic-skills-guide

Guide for AI agent to use the tools offered by this library to perform analytic tasks.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/analytic-skills-guide" ~/.claude/skills/majiayu000-claude-skill-registry-analytic-skills-guide && rm -rf "$T"
manifest: skills/data/analytic-skills-guide/SKILL.md
source content

Stock Analysis Skills Guide

Overview

This file is a guide for AI agent to use the tools offered by this library to perform analytic tasks.


When to use this skill

This skill is to be loaded when an AI agent is requested to get certain information (Price, technical indicators etc.) of a selected stock.

Availiable tools

Following tools from this library can be used by an AI agent for its analytic task:

Read Daily Data

Use the script from ./skills/scripts/fetch_stock_data.py to get daily data.

How to run the tools

Please use

uv run
to execute the tool mentioned above.

Further Reference

Refer to this documentaion:

https://github.com/zhenxiay/stockintelligence/blob/main/README.md
for further instructions.