Skip to content

ofoxai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofoxai/skills

High-standard, open-source agent skills from OFOX AI — one monorepo so every skill ships with the same quality bar (clear safety contracts, real-tool recipes, no leaking of secrets or local paths).

Skills work with Claude Code, Cursor, Copilot, and 70+ other agents via skills.sh.

Install

Install everything:

npx skills add ofoxai/skills

Or a single skill:

npx skills add ofoxai/skills@hal-vault
npx skills add ofoxai/skills@hal-image

Skills

Skill Group Description
hal-vault Secrets Agent-safe secret management: SSH-key encrypted storage, tag search, masked-by-default output — store, search, and inject secrets without ever seeing or leaking them.
hal-image Media Agent-safe image handling: read metadata, resize/crop/composite/montage/watermark/convert with ImageMagick, and losslessly compress before sending so images stay small and transfers don't stall.

Why a monorepo

One repo, one quality bar. Each skill is self-contained under skills/<name>/ (a SKILL.md plus optional references/), declared in skills.sh.json. Publishing many skills from a single high-standard repo is easier to govern, version, and review than a repo per skill — and consumers can still install any skill individually with ofoxai/skills@<name>.

See CONTRIBUTING.md for the bar every skill must clear.

Related

  • ofoxai/hal-vault — the SSH-key encrypted secret store the hal-vault skill drives (Go CLI, built on age).
  • ofoxai/hal2099 — the 24/7 digital-human cluster on native Claude Code that these skills equip.

License

MIT © OFOX AI

About

High-standard open-source agent skills from OFOX AI — one monorepo. Install: npx skills add ofoxai/skills

Topics

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors