clawhub-web-only-publish

Publish skills to ClawHub via web dashboard only. No CLI login, no device flow. Reuse existing browser session.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawhub-web-only-publish" with this command: npx skills add Dalomeve/clawhub-web-only-publish

ClawHub Web-Only Publish

Publish to ClawHub via web dashboard. No CLI login.

Problem

CLI login causes:

  • Auth loop failures
  • Token expiration issues
  • Device flow complexity
  • Session management overhead

Workflow

1. Prerequisites

  • Browser already logged in to https://clawhub.ai
  • Skill folder contains SKILL.md
  • No secrets in skill files

2. Web Publish Steps

  1. Navigate to https://clawhub.ai/upload
  2. Verify logged in (username visible)
  3. Fill form:
    • Slug: skill-name
    • Display name: Skill Name
    • Version: 1.0.0
  4. Click "Choose folder" -> Select skill directory
  5. Wait for validation (SKILL.md recognized)
  6. (Optional) Add changelog
  7. Click "Publish skill"
  8. Capture result URL

3. Fallback (No CLI Login)

If browser upload fails:

  • Use existing CLI token (if already authenticated)
  • Run: clawhub publish <path> --version 1.0.0
  • Do NOT run clawhub login

Executable Completion Criteria

CriteriaVerification
Skill URL accessibleNavigate to URL, 200 OK
Name matches SKILL.mdFrontmatter name = listing name
Version correctURL shows v1.0.0
No CLI login usedNo clawhub login in history

Privacy/Safety

  • No credentials in skill files
  • Scan for apiKey/token/secret before publish
  • Use relative paths only

Self-Use Trigger

Use when:

  • Publishing any skill to ClawHub
  • CLI login fails or unavailable
  • Browser session already active

Web first. No login loops.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Mac Control

Control Mac via mouse/keyboard automation using cliclick and AppleScript. Use for clicking UI elements, taking screenshots, getting window bounds, handling c...

Registry SourceRecently Updated
Coding

PineTS - PineScript executor

Run Pine Script indicators from the command line using pinets-cli. Use when asked to execute, test, or analyze Pine Script indicators, calculate technical an...

Registry SourceRecently Updated
Coding

Github Cli

Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...

Registry SourceRecently Updated