mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
docs: clarify skill monetization support
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### Changed
|
||||
|
||||
- Docs: clarify that ClawHub does not support paid skills, per-skill pricing, or paywalled releases (#1752, #1844) (thanks @deepujain).
|
||||
- API docs: clarify how third-party directories can reuse public ClawHub catalog endpoints while respecting rate limits and canonical links (#1825, #1845) (thanks @deepujain).
|
||||
- Packages docs: document the required fields for code-plugin package publish flows (#1802) (thanks @deepujain).
|
||||
- Search: add CJK tokenization support (Chinese/Japanese/Korean) with Intl.Segmenter plus fallback behavior to improve skill query matching (#1596) (thanks @pq-dong).
|
||||
|
||||
@@ -141,6 +141,7 @@ Stores your API token + cached registry URL.
|
||||
- Requires semver: `--version 1.2.3`.
|
||||
- Publishing a skill means it is released under `MIT-0` on ClawHub.
|
||||
- Published skills are free to use, modify, and redistribute without attribution.
|
||||
- ClawHub does not support paid skills or per-skill pricing.
|
||||
- Legacy alias: `publish <path>`.
|
||||
|
||||
### `delete <slug>`
|
||||
|
||||
@@ -156,3 +156,9 @@ Limits (server-side):
|
||||
- Anyone may use, modify, and redistribute published skills, including commercially.
|
||||
- Attribution is not required.
|
||||
- Do not add conflicting license terms in `SKILL.md`; ClawHub does not support per-skill license overrides.
|
||||
|
||||
## Paid skills
|
||||
|
||||
- ClawHub does not support paid skills, per-skill pricing, paywalls, or revenue sharing.
|
||||
- Do not add pricing metadata to `SKILL.md`; it is not part of the skill format and will not make a published skill paid.
|
||||
- If your skill integrates with a paid third-party service, document the external cost and required account clearly in the skill instructions and `requires.env`.
|
||||
|
||||
@@ -659,6 +659,10 @@ export function Upload() {
|
||||
All skills published on ClawHub are licensed under {PLATFORM_SKILL_LICENSE}.{" "}
|
||||
{PLATFORM_SKILL_LICENSE_SUMMARY}
|
||||
</p>
|
||||
<p className="text-sm text-[color:var(--ink-soft)]">
|
||||
ClawHub does not support paid skills, per-skill pricing, or paywalled
|
||||
releases.
|
||||
</p>
|
||||
<label className="flex items-start gap-2 text-sm cursor-pointer">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user