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 everything:
npx skills add ofoxai/skills
Or a single skill:
npx skills add ofoxai/skills@hal-vault
npx skills add ofoxai/skills@hal-image
npx skills add ofoxai/skills@cloudflare-drop
| 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. |
| cloudflare-drop | Deploy | Publish a static site (a folder of HTML/CSS/JS/images/fonts) to Cloudflare and get a live, shareable *.workers.dev URL in seconds. One packaged command built on the Wrangler CLI (Cloudflare's own agent guidance): permanent deploy when CLOUDFLARE_API_TOKEN is set, 60-minute claimable preview when not — always says which one you got. Bakes an honest expiry countdown into previews, self-verifies the served content (not just a 200), and fails open rather than inventing a link. |
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.
- ofoxai/hal-vault — the SSH-key
encrypted secret store the
hal-vaultskill drives (Go CLI, built on age). - ofoxai/hal2099 — the 24/7 digital-human cluster on native Claude Code that these skills equip.
MIT © OFOX AI