smithery.ai

fridayhub

Use the ClawdHub CLI to search, install, update, and publish agent skills from fridayhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed fridayhub CLI.

First seen Mar 27, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,468 B
  • docs SUMMARY.md 290 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

ClawdHub CLI

Install

npm i -g fridayhub

Auth (publish)

fridayhub login
fridayhub whoami

Search

fridayhub search "postgres backups"

Install

fridayhub install my-skill
fridayhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

fridayhub update my-skill
fridayhub update my-skill --version 1.2.3
fridayhub update --all
fridayhub update my-skill --force
fridayhub update --all --no-input --force

List

fridayhub list

Publish

fridayhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

  • Default registry: https://fridayhub.com (override with CLAWDHUB_REGISTRY or --registry)
  • Default workdir: cwd (falls back to FRIDAY workspace); install dir: ./skills (override with --workdir / --dir / CLAWDHUB_WORKDIR)
  • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set