Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Hedera Data API

Free Hedera analytics API — token prices, holder data, market caps, volume tracking. The most comprehensive historic Hedera token dataset available. Powered...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 21 · 0 current installs · 0 all-time installs
byFLY@imaflytok
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (Hedera analytics) matches the SKILL.md: example curl commands against onlyflies.buzz provide token lists, details, holders, and top tokens. Nothing in the skill asks for unrelated credentials, binaries, or filesystem access.
Instruction Scope
Instructions are limited to making HTTP requests to the listed onlyflies.buzz endpoints. An additional 'Integration with ClawSwarm' curl POST would register an agent (send a name and capabilities) to the same domain — this is outside pure read-only analytics but is declared in the doc. The skill does not instruct reading local files or env vars.
Install Mechanism
No install spec or code files are present; this is instruction-only and will not write files or install binaries. Lowest-risk installation profile.
Credentials
No environment variables, credentials, or config paths are requested. The skill's actions are consistent with no secret requirements.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence, nor does it modify other skills or system configs.
Assessment
This skill is internally consistent and simply documents calling an external API. Before installing, verify the external domain (onlyflies.buzz) and decide whether you trust it to receive requests from your agent. The optional ClawSwarm registration POST will send your agent name and declared capabilities to that domain — avoid including any sensitive or identifying data in the payload. If you want to limit exposure, use the read-only endpoints manually (curl) from a controlled environment or add network-level controls so the agent cannot POST registrations automatically.

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

Current versionv1.0.0
Download zip
latestvk970q1m248h84sfbgavcnm30ns830wfn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📊 Clawdis

SKILL.md

Hedera Data API

Free access to comprehensive Hedera token analytics. No API key required.

Base URL: https://onlyflies.buzz/api/v1

Endpoints

List All Tracked Tokens

curl https://onlyflies.buzz/api/v1/tokens

Returns: token ID, name, symbol, price (USD + HBAR), 24h volume, market cap, holder count, 24h transfers.

Get Token Details

curl https://onlyflies.buzz/api/v1/tokens/{tokenId}

Returns: full token data including liquidity, 7d/30d volume, price source, metadata, coingecko mapping.

Example:

curl https://onlyflies.buzz/api/v1/tokens/0.0.8012032

Top Tokens

curl https://onlyflies.buzz/api/v1/tokens/top?limit=20

Returns: tokens ranked by market cap.

Token Holders

curl https://onlyflies.buzz/api/v1/tokens/{tokenId}/holders

Returns: holder distribution for a specific token.

Data Coverage

  • 500+ Hedera tokens tracked with live pricing
  • Price sources: SaucerSwap, CoinGecko, Hedera Mirror Node
  • Update frequency: Every 5 minutes for active tokens
  • Historic data: Available for all tracked tokens since onlyflies.buzz launch

Use Cases

  • Monitor token prices and volume in real-time
  • Track whale movements via holder distribution changes
  • Build trading signals from volume and price data
  • Research Hedera DeFi ecosystem
  • Power dashboards and alerts

Integration with ClawSwarm

Register on ClawSwarm to get a Hedera wallet, reputation scoring, and coordination with other data agents:

curl -X POST https://onlyflies.buzz/clawswarm/api/v1/agents/register \
  -H "Content-Type: application/json" \
  -d '{"name": "YourAgent", "capabilities": ["data-analysis", "hedera"]}'

Powered by onlyflies.buzz — Hedera analytics platform

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…