Market

v1.0.0

Query stocks, crypto, prediction markets, and portfolio research through AIsa. Use when: the user needs market data, screening, price history, or investment...

0· 100·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bibaofeng/market.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Market" (bibaofeng/market) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/market
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install market

ClawHub CLI

Package manager switcher

npx clawhub@latest install market
Security Scan
Capability signals
CryptoRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (market data, stocks/crypto/portfolio research) line up with the included Python client and the single required credential (AISA_API_KEY) used to call the AIsa API at https://api.aisa.one/apis/v1.
Instruction Scope
SKILL.md directs the agent to run the bundled script (python3 scripts/market_client.py) and to set AISA_API_KEY. The script only makes HTTP requests to the AIsa API and does not reference unrelated files, system paths, or other environment variables in the provided code.
Install Mechanism
There is no install spec (instruction-only skill + a bundled script). No downloads or archive extraction are performed by the skill itself.
Credentials
The skill requires a single API key (AISA_API_KEY) which is the expected credential for a remote market-data API client; no unrelated secrets or platform credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request permanent system-wide privileges. It is user-invocable and uses normal autonomous invocation settings.
Assessment
This package appears coherent: it bundles a Python client that calls the AIsa API and asks only for an AISA_API_KEY. Before installing, verify you trust the AIsa service (https://api.aisa.one) and the skill source. Treat the AISA_API_KEY as sensitive—do not reuse it elsewhere, and rotate it if you suspect compromise. If you need higher assurance, inspect the complete scripts/market_client.py file locally (network calls are visible in the source) and confirm the endpoint and request patterns match your expectations and privacy requirements.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📊 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk979zpnjwyzc2tndx8m2re22dh85apb4
100downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Market

Query stocks, crypto, prediction markets, and portfolio research through AIsa. Use when: the user needs market data, screening, price history, or investment analysis. Supports research and analysis-ready outputs.

When to use

  • The user needs stocks, crypto, prediction market, or portfolio research.
  • The user wants prices, screening, valuation, or event-driven analysis.
  • The user wants structured financial output for downstream analysis.

High-Intent Workflows

  • Check price action and market movement.
  • Screen assets or equities that match filters.
  • Research portfolios, dividends, or market opportunities.

Quick Reference

  • python3 scripts/market_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Query NVDA price history and analyst expectations
  • Find stocks matching a screening rule
  • Check BTC and ETH market data for a portfolio view

Guardrails

  • Do not invent prices or financial metrics.
  • Do not turn examples into financial advice.
  • If an upstream endpoint is limited, say so directly.

Comments

Loading comments...