Marketpulse

v1.0.1

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

0· 83·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Marketpulse" (aisadocs/marketpulse) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/marketpulse
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 marketpulse

ClawHub CLI

Package manager switcher

npx clawhub@latest install marketpulse
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, screening, price history, portfolio research) maps directly to the included Python client which calls an AIsa market API endpoint. Required binary (python3) and primaryEnv (AISA_API_KEY) are proportional and expected.
Instruction Scope
SKILL.md instructs running the bundled script and setting AISA_API_KEY. It does not ask the agent to read unrelated system files or secrets, nor to transmit data to endpoints outside the declared AIsa API host.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk by an installer. The package does include a local Python script to execute; that is coherent with being an instruction-driven skill.
Credentials
Only a single environment variable (AISA_API_KEY) is required. The key is necessary and used to authenticate requests to the AIsa API; no unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. Autonomous invocation is allowed (platform default) but there is no evidence the skill attempts to modify other skills or global agent settings.
Assessment
This package appears coherent: the bundled Python client sends your AISA_API_KEY as a Bearer token to https://api.aisa.one. Before installing, confirm you trust the AIsa service and that the API key's scope/permissions are appropriate; treat the key as sensitive (rotate/revoke if exposed). If you need stronger isolation, run the script in a restricted environment or use a scoped test key. The skill does not request other credentials or access to local files beyond running the script.

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

Runtime requirements

📊 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk978g4p70rh0h49cgfbjkayy0n85bv58
83downloads
0stars
1versions
Updated 5d ago
v1.0.1
MIT-0

Marketpulse

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...