AIsa Crypto Market Data

v1.0.0

Run web, multi-source, or last-30-days research through AIsa. Use when: the user needs search, synthesis, competitor scans, or trend discovery. Supports rese...

0· 66·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 baofeng-tech/aisa-crypto-market-data.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AIsa Crypto Market Data" (baofeng-tech/aisa-crypto-market-data) from ClawHub.
Skill page: https://clawhub.ai/baofeng-tech/aisa-crypto-market-data
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 aisa-crypto-market-data

ClawHub CLI

Package manager switcher

npx clawhub@latest install aisa-crypto-market-data
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
The package name, required env var (AISA_API_KEY), and included script (scripts/coingecko_client.py) all point to a crypto market-data client that queries the AIsa API at https://api.aisa.one/apis/v1. This matches the skill's crypto/data focus. Minor inconsistency: the SKILL.md text sometimes speaks more broadly about 'web, multi-source research' and 'last-30-days research' and general research workflows, while the provided script implements CoinGecko-style crypto endpoints via the AIsa proxy — i.e., the runtime asset is narrower (crypto market endpoints) than some of the high-level marketing language. This is likely documentation scope creep rather than malicious misdirection.
Instruction Scope
SKILL.md instructs running the bundled Python script (python3 scripts/coingecko_client.py) and to provide AISA_API_KEY. The instructions do not direct the agent to read arbitrary system files, other environment variables, or external endpoints besides the AIsa API. Guardrails are present (e.g., report provider timeouts).
Install Mechanism
This is an instruction-only skill with a bundled Python script; there is no install spec that downloads code at runtime from third-party URLs. The code is shipped inside the package and will run with python3. No high-risk remote install or extraction steps are present.
Credentials
Only a single credential (AISA_API_KEY) is required and declared as the primaryEnv. That key is used in Authorization headers to call the AIsa API, which is proportional to the skill's purpose. No unrelated secrets or host-level credentials are requested.
Persistence & Privilege
The skill is not set to always:true and is user-invocable. It does not request to modify other skills or system-wide settings. Autonomous model invocation is permitted by default (disable-model-invocation: false), which is normal and expected for skills; there are no additional privileged flags.
Assessment
This package appears to be a straightforward crypto market-data client that talks to the AIsa API using the AISA_API_KEY you provide. Before installing or enabling it: (1) Confirm you trust the AIsa service (https://aisa.one) because your API key and any queries/results will be sent to that endpoint; (2) Limit and scope the AISA_API_KEY as much as the provider allows, and rotate it if you stop using the skill; (3) Note the documentation sometimes uses broader 'web research' language but the included script focuses on crypto/CoinGecko-style endpoints — if you expect general web research, verify the skill supports the specific sources you need; (4) Review the bundled script if you want to audit exact network calls (it sends Authorization: Bearer <AISA_API_KEY> to api.aisa.one). If any of these raise concerns, do not enable the skill or provide your API key until satisfied.

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

Runtime requirements

🔎 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97a45y8zq9x3h6fn1fxx2nrkx85e2m5
66downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

AIsa Crypto Market Data

Run web, multi-source, or last-30-days research through AIsa. Use when: the user needs search, synthesis, competitor scans, or trend discovery. Supports research-ready outputs and structured retrieval.

When to use

  • The user needs web, multi-source, or last-30-days research.
  • The user wants competitor scans, trend discovery, or structured search output.
  • The user wants one skill to cover multiple retrieval surfaces.

High-Intent Workflows

  • Search and summarize recent evidence.
  • Compare two tools or companies using recent signals.
  • Turn multi-source retrieval into a research brief.

Quick Reference

  • python3 scripts/coingecko_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

  • Research OpenAI Agents SDK over the last 30 days
  • Compare OpenClaw and Codex using recent public discussion
  • Search recent sentiment around a product launch

Guardrails

  • Do not present test-only helpers as public features.
  • Do not claim sources that were not actually queried.
  • If some providers time out, report that honestly.

Comments

Loading comments...