← Back to Skills Marketplace
grahammccain

Chart Library

by grahammccain · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chart-library
Description
Search and analyze similar historical stock chart patterns and view AI-generated insights on forward returns for informed investing decisions.
README (SKILL.md)

Chart Library

Find historically similar stock chart patterns from 24M+ embeddings across 15K+ symbols and 10 years of data. See what happened next — 1, 3, 5, and 10-day forward returns with AI summaries.

Usage

Ask your agent:

  • "Find charts similar to AAPL on 2024-06-15"
  • "What are today's most interesting chart patterns?"
  • "Analyze TSLA's 3-day chart vs historical analogs"

API Endpoints

  • POST /api/v1/analyze — Complete analysis in one call (recommended)
  • POST /api/v1/search/text — Search for similar patterns
  • POST /api/v1/search/batch — Multi-symbol search
  • GET /api/v1/discover/picks — Today's top patterns
  • POST /api/v1/follow-through — Forward return computation
  • POST /api/v1/summary — AI summary generation
  • GET /api/v1/status — Database stats

Auth

No API key required for free tier (100 req/day). For higher limits, get a key at chartlibrary.io/developers.

Links

Usage Guidance
This skill appears coherent and limited to calling chartlibrary.io endpoints. Before installing: verify you trust chartlibrary.io (homepage and OpenAPI links), consider the privacy implications of sending ticker/date queries (these are sent to the external service), and avoid setting a sensitive API key as a widely exported environment variable if you don’t need higher rate limits. If you want to prevent automatic network calls, disable autonomous skill invocation or edit the behavior so searches require explicit user confirmation. If you’ll use the bundled Python wrapper, don't override base_url to an untrusted host (the wrapper allows a base_url parameter), and review the service's privacy/terms if you plan to upload screenshots or proprietary data.
Capability Analysis
Type: OpenClaw Skill Name: chart-library Version: 1.0.0 The chart-library skill is a legitimate financial analysis tool designed to find historical stock chart patterns. The Python wrapper (wrapper.py) is a standard HTTP client for the chartlibrary.io API, and the agent instructions (SKILL.md, SOUL.md) appropriately guide the AI to provide data-driven responses while explicitly avoiding financial advice. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the provided API endpoints and the bundled Python wrapper. The optional CHART_LIBRARY_API_KEY and endpoints are appropriate for a cloud chart-search service; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and SOUL.md instruct the agent to call the Chart Library API for searches, follow-through, summaries, and to run searches when a user mentions a ticker/date (including image uploads). These instructions stick to the service's domain and do not ask the agent to read local files or unrelated environment variables. Note: the guidance to 'immediately search' on mention means the agent may make network calls autonomously when invoked.
Install Mechanism
No install/script downloads are present — the skill is instruction-only with a thin HTTP client (wrapper.py) included. Nothing is extracted or written to disk by an installer.
Credentials
Only an optional CHART_LIBRARY_API_KEY is referenced (wrapper.py reads CHART_LIBRARY_API_KEY). No other secrets, system config paths, or unrelated environment variables are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system settings. It can be invoked autonomously (platform default), which aligns with the SOUL.md behavior guidance.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chart-library
  3. After installation, invoke the skill by name or use /chart-library
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: visual chart pattern search engine with 24M+ embeddings, 7 API tools, free tier (100 req/day no auth required)
Metadata
Slug chart-library
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chart Library?

Search and analyze similar historical stock chart patterns and view AI-generated insights on forward returns for informed investing decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install Chart Library?

Run "/install chart-library" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chart Library free?

Yes, Chart Library is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chart Library support?

Chart Library is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chart Library?

It is built and maintained by grahammccain (@grahammccain); the current version is v1.0.0.

💬 Comments