Skill builder
Compose a skill without writing TypeScript.
Pick a system prompt, set the permissions, choose a default tier and fee split, and the page composes a real SKILL.md manifest. Save it locally to make the skill immediately runnable from the CLI.
configure
creator passport ·
(connect wallet to attach passport)On-chain publishing to SkillRegistry uses your connected wallet, never ours. After saving, run ivaronix skill publish my-skill from your terminal; the CLI signs the publish tx with your local key and prints the chainscan link. This keeps your signing key out of the browser.
live preview · SKILL.md
636 chars---
name: "my-skill"
version: "0.1.0"
description: "Describe what this skill does in one clear sentence."
license: "Apache-2.0"
entrypoint: prompt.md
og:
permissions:
memory_access: project_only
wallet_access: false
writes_files: false
shell_access: none
receipt_required: true
compute_tee_required: true
passport_min_trust: 0
consensus:
required: false
default_tier: quick
burn:
auto_enable: false
creator:
fee_split:
creator: 9000
treasury: 1000
---
# my-skill
You are a specialist. State what the skill should do, what it should output, and the format of the answer.