Collection of installable Agent Skills for SKALE Network workflows.
List skills available in this repo:
npx -y skills add skalenetwork/skills --listInstall one skill:
npx -y skills add skalenetwork/skale-skills --skill about-skale
npx -y skills add skalenetwork/skale-skills --skill deploy-to-skale
npx -y skills add skalenetwork/skale-skills --skill programmable-privacy
npx -y skills add skalenetwork/skale-skills --skill x402-on-skale
npx -y skills add skalenetwork/skale-skills --skill ima-bridging-on-skale
npx -y skills add skalenetwork/skale-skills --skill skale-cliInstall all skills from this repo:
npx -y skills add skalenetwork/skills --skill '*' --agent '*' -yabout-skale: Learn about SKALE Network architecture, chain types, and gas modelsdeploy-to-skale: Deploy contracts to SKALE chains with chain selection, RNG, bridge, and deployment setupprogrammable-privacy: BITE Protocol for encrypted transactions, CTX, re-encryption, and confidential tokens on SKALEx402-on-skale: Build AI agents with x402 payments on SKALE - facilitator setup and payment middlewareima-bridging-on-skale: Programmatic IMA (Inter-chain Messaging Agent) bridging for SKALE chainsskale-cli: Operational command playbooks for SKALE CLI usage
Installable skills live under skills/ and follow the same nested model:
skills/
<skill>/
SKILL.md # dynamic discovery + linking root
rules/ # must-follow constraints
references/ # conceptual and lookup docs
examples/ # concrete patterns and commands
scripts/ # optional executable helpers
agents/ # UI metadata
- SKALE chain directory data:
skills/skale/references/chains.json - SKALE CLI command behavior reference:
~/projects/skale-cli/src
Latest structure update:
- All skills now use nested
rules/,references/,examples/with dynamic discovery in rootSKILL.md.