Ai Intelligent Blockchain Platform
区块链平台,智能合约 + DApp 开发。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 31 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The description promises wallet management, multi-chain support, transaction monitoring and a full blockchain platform, features that normally require credentials (private keys, RPC/API keys) and specific tooling (git, pip). The skill's metadata declares no required environment variables, no required binaries, and no source/homepage — these omissions are inconsistent with the stated capabilities.
Instruction Scope
SKILL.md instructs the operator to run shell commands that git clone a remote repository and execute python app.py. Those instructions will cause network fetches and execution of third-party code outside the skill bundle. The doc does not reference reading local files or env vars explicitly, but it also does not limit or justify fetching and running remote code.
Install Mechanism
There is no formal install spec in the skill manifest, but the README-style SKILL.md tells users to git clone https://github.com/openclaw-skills/ai-intelligent-blockchain-platform and pip install requirements — that is an ad-hoc install flow that results in running external, unreviewed code. The GitHub host is a known host (less risky than an unknown IP/shortener), but relying on runtime git+pip of an external repo is high-risk if you haven't audited that repo.
Credentials
The skill claims wallet and multi-chain features which normally require private keys, node RPC URLs, or API keys, but the manifest declares no required environment variables or primary credential. Similarly, SKILL.md references Python/FastAPI/Web3.py but the manifest does not declare required binaries (git, python, pip). This mismatch suggests missing declarations and a risk of ad-hoc secret requests later in the external code.
Persistence & Privilege
The skill is not marked always:true and does not request persistent configuration or special system privileges in the manifest. It is instruction-only and has no packaged code that would be installed by the skill itself.
What to consider before installing
Do not run the git clone / pip install / python app.py commands unless you first inspect the referenced GitHub repository and are confident in its provenance. The skill as published contains only instructions (no bundled code) and does not declare the credentials or binaries that the described features normally require (wallet private keys, RPC/API keys, git, pip). Ask the publisher for the source repo link, verify the repository contents, audit for secret exfiltration and network endpoints, and run any untrusted code in an isolated sandbox. If you expect wallet or RPC usage, require explicit environment variables in the manifest and review how secrets are stored/used before supplying them.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipchineselatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔗 Clawdis
SKILL.md
AI 智能区块链平台
描述
区块链平台,智能合约 + DApp 开发。
功能
- 智能合约开发(Solidity)
- DApp 开发(前端集成)
- 链上数据分析(数据监控)
- 钱包管理(多链支持)
- 交易监控(实时监控)
定价
- 基础版:¥399/月(1 合约)
- 专业版:¥1999/月(10 合约)
- 企业版:¥5999/月(无限合约)
适用场景
- 区块链开发
- DeFi 应用
- NFT 平台
- 供应链溯源
技术栈
- Python + FastAPI
- Web3.py
- 智能合约
- 链上数据
安装
git clone https://github.com/openclaw-skills/ai-intelligent-blockchain-platform
cd ai-intelligent-blockchain-platform
pip install -r requirements.txt
python app.py
创建:2026-03-13 作者:OpenClaw Skills Team
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
