Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.13 KB

File metadata and controls

36 lines (28 loc) · 1.13 KB

CODEC Skills Marketplace

Community skills for CODEC — the open source computer command framework.

Install a Skill

codec install bitcoin-price

Available Skills

Skill Description Author
bitcoin-price Check current Bitcoin price AVA Digital ✓
qr-generator Generate QR codes AVA Digital ✓
pomodoro Pomodoro timer with alerts AVA Digital ✓
password-generator Secure random passwords AVA Digital ✓
json-formatter Pretty-print & validate JSON AVA Digital ✓

Submit a Skill

  1. Fork this repo
  2. Add your skill to skills/ following the template
  3. Add entry to registry.json
  4. Open a PR

Skill Requirements

  • SKILL_NAME — lowercase with underscores
  • SKILL_TRIGGERS — list of natural phrases
  • SKILL_DESCRIPTION — one-line description
  • run(task, app, ctx) — returns a string

Links