Skip to content

skalenetwork/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SKALE Skills

Collection of installable Agent Skills for SKALE Network workflows.

Install

List skills available in this repo:

npx -y skills add skalenetwork/skills --list

Install 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-cli

Install all skills from this repo:

npx -y skills add skalenetwork/skills --skill '*' --agent '*' -y

Available Skills

  • about-skale: Learn about SKALE Network architecture, chain types, and gas models
  • deploy-to-skale: Deploy contracts to SKALE chains with chain selection, RNG, bridge, and deployment setup
  • programmable-privacy: BITE Protocol for encrypted transactions, CTX, re-encryption, and confidential tokens on SKALE
  • x402-on-skale: Build AI agents with x402 payments on SKALE - facilitator setup and payment middleware
  • ima-bridging-on-skale: Programmatic IMA (Inter-chain Messaging Agent) bridging for SKALE chains
  • skale-cli: Operational command playbooks for SKALE CLI usage

Repository Structure

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

Data Source Notes

Migration Notes

Latest structure update:

  • All skills now use nested rules/, references/, examples/ with dynamic discovery in root SKILL.md.

About

SKALE Network Agentic Coding and Agent Skills

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors