coinank-openapi
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill appears to be a straightforward CoinAnk market-data API helper that uses a declared API key and bounded network access.
Before installing, confirm you are comfortable letting the agent use your CoinAnk API key to make read-only market-data requests to CoinAnk. Use a dedicated key if possible and ensure logs or shared transcripts do not include the API key.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may send your requested market-data parameters to CoinAnk to retrieve results.
The skill instructs the agent to make network requests with curl, but the destination is disclosed and aligned with the CoinAnk API purpose.
使用 curl 执行请求... Base URL: 统一使用 `https://open-api.coinank.com`
Use the skill for intended CoinAnk data lookups and review requests that include unusual parameters before allowing them.
Installing and using the skill gives the agent access to use your CoinAnk API key for CoinAnk API calls, which may affect account quota or subscription access.
The skill requires a CoinAnk API key and uses it as an HTTP header for CoinAnk requests; this is disclosed and expected for the service integration.
`requires`: { `env`: [`COINANK_API_KEY`] } ... Auth: 从环境变量 `COINANK_API_KEY` 中获取 apikey 注入 HeaderUse a dedicated CoinAnk API key with only the needed access level, keep it in the environment variable, and avoid exposing it in chat or logs.
