CLI utility to manage, publish, and update your local collection of agent skills from fridayhub.com.

Install

mkdir -p .claude/skills/fridayhub && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11330" && unzip -o skill.zip -d .claude/skills/fridayhub && rm skill.zip

Installs to .claude/skills/fridayhub

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
273 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Search for agent skills in the registry
  • Install skills from the registry
  • Update installed skills to latest or specific versions
  • Publish new or updated skill folders
  • List currently installed skills

How it works

The CLI interacts with the fridayhub registry to fetch or push skill data, using local file hashing to manage versioning and updates.

Inputs & outputs

You give it
Skill name or local folder path
You get back
Installed or published skill package

When to use fridayhub

  • Install new skills
  • Update local skills
  • Publish custom skills
  • Search skill registry

About this skill

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

When not to use it

  • When the skill is not available in the fridayhub registry
  • When the environment lacks the npm-installed fridayhub CLI

Prerequisites

npmfridayhub CLI

Limitations

  • Requires network access to the registry
  • Update command relies on hash-based matching

How it compares

This workflow automates registry synchronization and version management compared to manual file copying and dependency tracking.

Compared to similar skills

fridayhub side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
fridayhub (this skill)06moReviewBeginner
using-superpowers953moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub252moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

clawhub

openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.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 clawhub CLI.

25151

skill-installer

openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

Search skills

Search the agent skills registry