← Back to Skills Marketplace
MarketPulse (Stocks + Crypto Data)
by
chaimengphp
· GitHub ↗
· v1.0.1
· MIT-0
1037
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-aisa-market-pulse
Description
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Usage Guidance
This skill appears internally consistent, but take these practical precautions before installing: (1) Only provide a trusted AISA API key — do not reuse a high-privilege key shared across services. (2) Verify the API host (api.aisa.one) and the provider's reputation (openclaw.ai) if you plan to use real funds or sensitive data. (3) Be aware the skill makes network calls to the external API; network logs and usage may be visible to that provider and you may incur billing. (4) Review rate limits and permissions for the AISA key and avoid placing the key in shared or world-readable environment files. If you want, I can further inspect the full SKILL.md (it was truncated in the manifest) or audit the Python script line-by-line for subtle issues.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-aisa-market-pulse
Version: 1.0.1
The MarketPulse skill is a legitimate financial data integration for querying stock and cryptocurrency information via the AIsa API (api.aisa.one). The provided Python client (scripts/market_client.py) is a well-structured wrapper using standard libraries to perform authorized HTTP requests, and the SKILL.md documentation correctly guides the agent on using these tools for market analysis without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description promise market data. The skill requires AISA_API_KEY and tools (curl, python3) that are appropriate for making HTTP requests and running the provided Python client; the included client implements the advertised endpoints and functionality.
Instruction Scope
SKILL.md contains curl examples and usage that call https://api.aisa.one and instructs setting AISA_API_KEY. Instructions do not ask the agent to read unrelated files, scan system paths, or exfiltrate data to other endpoints.
Install Mechanism
No install spec — instruction-only skill with an optional Python script. No downloads from untrusted URLs or extraction of archives. The provided script is plain Python and uses standard library networking.
Credentials
Only one required environment variable (AISA_API_KEY), which is exactly what the SKILL.md examples and the Python client use for Authorization headers. No other credentials or unrelated secrets are requested.
Persistence & Privilege
always is false (default) and the skill does not request persistent system changes. disable-model-invocation is default (false) which allows autonomous invocation — this is platform-default behavior and not a red flag by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-aisa-market-pulse - After installation, invoke the skill by name or use
/openclaw-aisa-market-pulse - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1 of openclaw-aisa-market-pulse
- No file changes detected; content, features, and documentation remain the same as the previous version.
v1.0.0
Major update: Market data coverage and capabilities for agent financial research.
- Skill renamed to "MarketPulse" and focus shifted from general search to financial/market data.
- Complete rewrite of SKILL.md: now documents endpoints for real-time and historical equities/crypto prices, financials, news, SEC filings, analyst estimates, insider trades, and more.
- Added Python client: `scripts/market_client.py` (usage for equities/crypto/news/statements/metrics).
- Removed academic/web search client: `scripts/search_client.py`.
- Supports multi-asset (stocks & crypto) queries, advanced financial screening, company analysis, and market monitoring.
- All API/CLI examples updated for comprehensive finance and crypto operations.
Metadata
Frequently Asked Questions
What is MarketPulse (Stocks + Crypto Data)?
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting. It is an AI Agent Skill for Claude Code / OpenClaw, with 1037 downloads so far.
How do I install MarketPulse (Stocks + Crypto Data)?
Run "/install openclaw-aisa-market-pulse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MarketPulse (Stocks + Crypto Data) free?
Yes, MarketPulse (Stocks + Crypto Data) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MarketPulse (Stocks + Crypto Data) support?
MarketPulse (Stocks + Crypto Data) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MarketPulse (Stocks + Crypto Data)?
It is built and maintained by chaimengphp (@chaimengphp); the current version is v1.0.1.
More Skills