34 Commits

Author SHA1 Message Date
ThePlasmak 0e836ebca6 chore: bump version to 1.1.0 v1.1.0 2026-02-17 14:59:21 +08:00
ThePlasmak b8ff9d25a8 chore: bump version to 1.0.12 v1.0.12 2026-02-17 14:31:31 +08:00
ThePlasmak fd90f80e0c chore: bump version to 1.0.11 v1.0.11 2026-02-17 14:29:17 +08:00
ThePlasmak dde4b1c67c chore: bump version to 1.0.9 v1.0.9 2026-02-17 14:19:21 +08:00
ThePlasmak 0781dd1eca docs: rebrand from Moltbot/MoltHub to OpenClaw/ClawHub 2026-02-14 23:49:17 +08:00
ThePlasmak 38dc3b3a17 fix: remove Windows-native references from SKILL.md
ClawHub extension whitelist drops .ps1/.cmd files from published packages,
so SKILL.md should not reference scripts that won't be distributed.
v1.0.7
2026-02-14 23:44:17 +08:00
ThePlasmak 1d23de60ff chore: bump version to 1.0.6 v1.0.6 2026-02-14 23:42:16 +08:00
ThePlasmak 39154561a0 chore: add .clawdhubignore to exclude docs from published package 2026-02-14 23:40:29 +08:00
ThePlasmak 8605de9b3a fix: add requires.bins to skill.json, update moltbot→openclaw metadata
- skill.json: added requires.bins (python3, ffmpeg) and platforms field
- SKILL.md: updated metadata key from moltbot to openclaw
- Bumped version to 1.0.5
2026-02-14 23:31:58 +08:00
ThePlasmak 0ea4e07299 Add writing-skills' generated files to .gitignore 2026-01-30 02:45:05 +08:00
ThePlasmak 614cf89195 Bump version to 1.0.4 v1.0.4 2026-01-30 02:32:30 +08:00
ThePlasmak 91e80b03a2 Bump version to sync with MoltHub 2026-01-30 02:28:29 +08:00
ThePlasmak 8b158852b7 chore: bump version to 1.0.2 v1.0.2 2026-01-30 02:12:56 +08:00
ThePlasmak f0a334517d Improve skill discovery, error handling, some copyediting 2026-01-30 02:00:22 +08:00
ThePlasmak d8665415ad Add skill.json 2026-01-30 01:59:51 +08:00
ThePlasmak f19be1f931 Edit README to use "agent" instead of "Moltbot" to reduce future confusion 2026-01-30 01:46:41 +08:00
ThePlasmak d38fc2dfd3 Reorder installation methods (MoltHub first) and improve intro clarity 2026-01-29 02:15:01 +08:00
ThePlasmak d69ac9d35a Update installation instructions to use npx/pnpm/bunx molthub 2026-01-29 02:11:45 +08:00
ThePlasmak 04352b254c Reorder installation options and add web UI instructions 2026-01-29 02:07:31 +08:00
ThePlasmak 6766563d76 Update installation wording 2026-01-29 01:39:53 +08:00
ThePlasmak e60da98322 Add installation section (MoltHub + GitHub Releases) 2026-01-29 01:36:43 +08:00
ThePlasmak 92d61f5fb8 Bump version to 1.0.1 2026-01-29 01:20:57 +08:00
ThePlasmak 94ba21e280 Update CHANGELOG for v1.0.1 v1.0.1 2026-01-29 01:20:50 +08:00
ThePlasmak 0a01c73355 Add python3 to required binaries 2026-01-29 01:15:24 +08:00
ThePlasmak 01b911fc5c Remove install metadata (moved to skill body) 2026-01-29 00:54:12 +08:00
ThePlasmak aff34d746a Standardize em dashes to spaced style ( — ) 2026-01-28 21:47:42 +08:00
Sarah Mak f7f8e7b584 Update README.md 2026-01-28 21:46:34 +08:00
Sarah Mak 5db3288fb8 Update README.md 2026-01-28 21:45:39 +08:00
ThePlasmak 61ca38bafb Fix metadata format for Moltbot compatibility
- Convert metadata to single-line JSON (required by parser)
- Use 'moltbot' namespace instead of 'clawdbot'
- Add brew install spec for ffmpeg
2026-01-28 21:43:49 +08:00
ThePlasmak 8c256f0214 Polish docs: fix speed claims, clean up wording
- Fix GPU vs CPU speed claim (20-60x, not 50-100x)
- Simplify README intro
- Clean up troubleshooting section
2026-01-28 21:35:53 +08:00
ThePlasmak db3dd4fe0e Fix review issues before ClawdHub publish
- Update LICENSE copyright to ThePlasmak
- Clarify speed claims: 4-6x vs Whisper, ~20x realtime with GPU
- Improve argparse help with metavars, choices, better descriptions
- Simplify requirements.txt comment
2026-01-28 21:29:42 +08:00
ThePlasmak 9c2cc40583 Add ~ to all performance numbers for accuracy
All speed claims (6x, 10-20x, etc.) are now approximations (~6x, ~10-20x)
to reflect that actual performance varies by hardware and use case.
2026-01-28 21:22:36 +08:00
ThePlasmak 55b4887e50 Add LICENSE, CHANGELOG, improve setup scripts
- Add MIT LICENSE
- Add CHANGELOG.md for v1.0.0
- Add ClawdHub tags and platforms to SKILL.md metadata
- Add comprehensive troubleshooting section to README
- Make ffmpeg required in setup scripts (exit if missing)
- Improve WSL2 nvidia-smi detection (non-hardcoded path)
- Better error messages in setup scripts
2026-01-28 21:20:18 +08:00
ThePlasmak e9652fb421 Reorganize README: features, setup, usage, cross-platform 2026-01-28 21:10:14 +08:00