← Back to Skills Marketplace
164
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install market
Description
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting. Use w...
Usage Guidance
This package appears coherent: it needs one API key (AISA_API_KEY) and python3 and contains a simple client that calls https://api.aisa.one. Before installing, verify you trust the AIsa service and owner (the skill's source/homepage is unknown), avoid using high-privilege or long-lived production keys, and monitor the API key's usage. You can inspect scripts/market_client.py (bundled) to confirm no unexpected behavior. If you plan to use it in an automated agent, consider limiting capabilities and rotating the key regularly.
Capability Analysis
Type: OpenClaw Skill
Name: market
Version: 1.0.1
The skill bundle is a standard API wrapper for retrieving financial and cryptocurrency data from the AIsa platform (api.aisa.one). The Python client (scripts/market_client.py) uses standard libraries to perform authenticated HTTP requests and lacks any indicators of malicious intent, such as data exfiltration, unauthorized command execution, or prompt injection. All functionality is consistent with the stated purpose of market analysis and reporting.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (market data across equities and crypto) matches the required artifacts: a single API key AISA_API_KEY, python3, curl examples, and a bundled Python client that calls https://api.aisa.one. All requested items are expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to set AISA_API_KEY and shows curl examples against api.aisa.one; it does not ask the agent to read unrelated files, environment variables, or system paths. The included scripts only perform HTTP requests to the declared API endpoint.
Install Mechanism
No install spec is provided (instruction-only) and the package simply includes a CLI client script. Nothing is downloaded or installed automatically; no arbitrary remote archive URLs or extract steps are present.
Credentials
Only a single service credential (AISA_API_KEY) is required and it is used consistently as the authorization bearer token for API calls. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install market - After installation, invoke the skill by name or use
/market - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Expanded and clarified documentation for all available financial and crypto data endpoints, including sample API and CLI usage.
- Added detailed examples for querying historical, real-time, and analytics data across stocks and cryptocurrencies.
- Improved skill description to highlight cross-asset portfolio workflows and autonomous agent compatibility.
- Updated usage instructions and quick-start guides for both direct API and Python script access.
- Enhanced lists of supported data types, parameters, and common query recipes.
v1.0.0
Initial release of the market skill.
- Query stocks, crypto, prediction markets, and perform portfolio research using AIsa.
- Supports screening, price history, analyst expectations, and structured outputs for analysis.
- Includes example workflows for asset screening, price checks, and market research.
- Requires AISA_API_KEY for API access.
- Designed to work with multiple environments, including openclaw, claude-code, and hermes.
Metadata
Frequently Asked Questions
What is Market?
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting. Use w... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Market?
Run "/install market" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Market free?
Yes, Market is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Market support?
Market is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Market?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.1.
More Skills