Bittensor SDK
v1.0.2Interact with the Bittensor blockchain to manage wallets, stake TAO, register neurons, query subnets/metagraphs, track emissions, and set neuron weights.
⭐ 1· 1k·0 current·0 all-time
byTaoli@taoleeh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The SKILL.md describes a Bittensor SDK that performs wallet, staking, subnet, neuron, and emission operations and instructs use of the bittensor Python package and network endpoints — these requirements align with the stated purpose.
Instruction Scope
Runtime instructions show performing sensitive actions (creating/loading wallets, staking, registering neurons, setting weights, submitting extrinsics). The document does not explicitly describe how private keys are provided, but bt.Wallet() calls will typically read local wallet/key files or require secret material for signing. The instructions give the agent broad ability to perform on-chain transactions (which can transfer or lock funds) without describing safeguards or explicit user approval flows.
Install Mechanism
No install spec or downloaded code is included; this is instruction-only and only requires installing a public Python package (bittensor>=8.0.0) which is a normal, low-risk install pattern. No unknown URLs or archive extracts are present.
Credentials
The skill declares no required environment variables or config paths, yet its functionality inherently requires access to private keys/wallet files and network endpoints. Not declaring that it will access local wallet stores (or require secrets) is a mismatch and raises the risk the agent will access sensitive local files or secret material without explicit declaration or user consent.
Persistence & Privilege
always is false and there is no install spec that would persist code or change other skills or system-wide settings. The skill does not request persistent presence or elevated privileges in the provided metadata.
What to consider before installing
This skill can perform real blockchain operations (staking, registering neurons, sending transactions) which require private keys/private wallet files for signing. Before installing or using it: (1) Confirm where bt.Wallet() will look for keys on your system and ensure you do not expose coldkeys or other sensitive files to the agent. (2) Prefer using a read-only / watch-only wallet or a testnet account with no real funds for initial testing. (3) Require explicit user confirmation before sending any transaction and avoid granting the agent direct filesystem access to wallet directories. (4) Verify the bittensor Python package source/version you install (pip source, checksums) and the network endpoints the skill will use. If you cannot guarantee the agent will not access local private keys, treat this skill as high-risk and do not use it with production funds.Like a lobster shell, security has layers — review code before you run it.
latestvk97cvv9fnexdabq69k44be8hjx80wdw1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
