Quantphemes AI Skillsv1.0.0
Download the Quantphemes Portfolio API skill for Cursor, Claude, ChatGPT, and other AI assistants. Automate portfolio management, strategies, holdinglets, and orders through agentic workflows.
Choose your AI tool
Copy and send to any AI
Paste this message into any AI assistant (Claude, ChatGPT, Cursor) and it will guide you through the installation.
Download Skill ZIP
Extract and import into Claude, ChatGPT, Cursor and other AI clients. Includes the full Skill manifest.
Download quantphemes-portfolio-api-v1.0.0.zipHow to install the skill
The skill package teaches AI assistants to manage your Quantphemes portfolios via the REST API. Generate an API key in Open API first. Sign in to get an API key
Package contents:
- SKILL.md — agent instructions
- api-reference.md — endpoint reference
- examples.md — curl/Python examples
- INSTALL.md — full install guide
- scripts/qp-api.sh — CLI helper
Personal skill (all projects):
mkdir -p ~/.cursor/skills/quantphemes-portfolio-api
unzip quantphemes-portfolio-api-v1.0.0.zip
cp -r quantphemes-portfolio-api/* ~/.cursor/skills/quantphemes-portfolio-api/Project skill (shared via repo):
mkdir -p .cursor/skills/quantphemes-portfolio-api
cp -r quantphemes-portfolio-api/* .cursor/skills/quantphemes-portfolio-api/Set environment variables, then ask the agent naturally (e.g. list my portfolios). To force-load: use the quantphemes-portfolio-api skill.
export QC_API_KEY="qc_live_..."
export QC_BASE_URL="https://api.quantphemes.com"Frequently asked questions
- What is a Quantphemes AI skill?
- An AI skill is a packaged set of instructions and API references that teaches AI coding assistants how to interact with Quantphemes — listing portfolios, updating holdinglets, checking orders, and more.
- Which AI tools are supported?
- Cursor, Claude (Projects and Claude Code), ChatGPT, and any agent that supports markdown-based skills or project knowledge files.
- Do I need an API key?
- Yes. Create a free Quantphemes account, sign in, and generate an API key under Profile → Open API. The skill uses this key to call the Quantphemes REST API securely.