Gold Price API Skill — Api Connectors for AI Agents
Skill PublicGet the INR market price for gold or silver for today, yesterday, or a specific calendar date. Use this when the user asks for gold or silver prices, spot price, historical metal price, or metal value on a given date.
Skill Gold Price API Get the INR market price for gold or silver for today, yesterday, or a specific calendar date. Use this when the user asks for gold or silver prices, spot price, historical metal price, or metal value on a given date.. Install it into any Aerostack workspace and it becomes available in Claude, Cursor, and every MCP-compatible AI client.
Install this Skill — One CommandCLI
Works with every major AI client. One command installs to your workspace.
aerostack skill install pp0428281/pp0428281gold-price-api
Works with:
Install once to your workspace. Every AI client you've connected to your workspace gateway can call this skill immediately — no per-client setup needed.
Using a Workspace?
Add to your Workspace — your team shares one token, secrets are stored securely, and every agent in the workspace can call it without per-user setup.
Why publish skills on Aerostack?
One platform. Every AI client. No more fragmentation.
✕The old way
- ✕Separate GitHub repo for each AI tool
- ✕Different formats: OpenAI Actions vs Claude tools vs Gemini plugins
- ✕Redeploy & update configs every time you change something
- ✕No discovery — teammates can't find your private skills
- ✕Repeat the same setup across 10 different tools
✓With Aerostack
- ✓One deploy, works in Claude, Cursor, Windsurf, Gemini, ChatGPT
- ✓
aerostack skill install you/skillworks in seconds - ✓Private skills for your team, public for the community
- ✓Auto-updates — your team always runs the latest version
- ✓Clean codebase — no more fragmented skill repos
My Skill is getMetalPrice
It fetches gold or silver spot prices from GoldAPI for:
today
yesterday
a specific date in YYYY-MM-DD format
Details
Quick Install
aerostack skill install pp0428281/pp0428281gold-price-api
Installs to all your AI clients in one command.
Publisher
@pp0428281
Have a skill? Publish it once —
use it everywhere.
Deploy your TypeScript skill to Aerostack and it's instantly available in Claude, Cursor, GPT-4, Gemini, and any MCP-compatible AI client. Private for your team or public on the marketplace.
More api connectors Skills
Browse api connectors Skills →text-word-count
by @navin
Counts words, unique words, characters, and sentences in a text string. Handles edge cases like empty text, whitespace, and punctuation.
web-url-build
by @navin
Build a URL from a base and optional path, query parameters, and hash fragment.
Frequently asked questions
What does the Gold Price API skill do?+
It calls getMetalPrice to return the INR spot price for gold or silver for today, yesterday, or any specific calendar date.
What inputs does getMetalPrice accept and what does it return?+
Pass a metal type (gold or silver) and an optional date (YYYY-MM-DD). Returns the INR market price as a numeric value for that date.
How do I use the Gold Price API skill from an AI agent?+
Install it into your Aerostack workspace, then any MCP-compatible agent (Claude, Cursor, Windsurf) can invoke getMetalPrice directly by tool name.
Are there limits on how far back historical prices go?+
The skill covers today and yesterday natively; specific-date queries depend on the upstream data source availability and may not support very old historical dates.