Reusable OpenClaw/Agent skills for the Ship ecosystem.
ship-skills/
├─ .claude-plugin/
├─ .claude/skills/release-skills/
├─ .github/workflows/
├─ docs/
├─ packages/
├─ screenshots/
├─ scripts/
├─ skills/
├─ .gitignore
├─ .releaserc.yml
├─ CHANGELOG.md
├─ CHANGELOG.zh.md
├─ CLAUDE.md
├─ README.md
├─ README.zh.md
├─ package-lock.json
└─ package.json
Submit URLs to aidirs.org and backlinkdirs.com through the ship CLI.
Location:
skills/dirs-submit
Version: 0.1.0
Includes:
- browser login flow
- per-site token storage
- URL submission
- metadata preview via
fetch - version check and self-update guidance
- examples for success / auth failure / subscription failure
This repo now includes .claude-plugin/marketplace.json for marketplace-style installation.
Target usage:
/plugin marketplace add RobinWM/ship-skills
Plugin exposed:
ship-skills→./skills/dirs-submit
clawhub login
npm run publish:dry
npm run publish:allSee docs/release.md for versioning and changelog conventions.
skills/— public skill foldersscripts/— repo automation and release helpersdocs/— longer project docsscreenshots/— images used in docspackages/— optional shared packages.github/workflows/— GitHub Actions workflows.claude/skills/release-skills/— internal release helper skill.claude-plugin/— Claude Code marketplace metadata