Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
Security + Moderation
ClawHub is open to publishing, but public listings still pass through trust, scan, reporting, and moderation controls. The goal is practical: help users inspect what they install, give publishers a recovery path for false positives, and keep abusive packages out of public discovery. See also Acceptable usage.What users can inspect
Before installing a skill or plugin, check its ClawHub listing for:- owner and source attribution
- latest version and changelog
- required environment variables or permissions
- compatibility metadata for plugins
- scan or moderation status
- reports, comments, stars, downloads, and install signals where shown
Scan states
ClawHub may show scan or moderation outcomes on public pages and owner-visible diagnostics. Common outcomes include:clean: no blocking issue was found.suspicious: the release needs caution or review.malicious: the release is considered unsafe.pending: checks have not finished yet.held,quarantined,revoked, orhidden: the release is not fully available on public install surfaces.
Skills
Skill scans look at the published skill bundle, metadata, declared requirements, and suspicious instructions. ClawHub pays special attention to mismatches between what a skill declares and what it appears to do. For example, a skill that references a required API key should declare that requirement inSKILL.md so users can see it before
installing.
See Skill format.
Plugins
Plugin releases include package metadata, source attribution, compatibility fields, and artifact integrity information. OpenClaw checks compatibility before installing ClawHub-hosted plugins. Package records may also expose digest metadata so OpenClaw can verify downloaded artifacts.Reports
Signed-in users can report skills, packages, and comments. Reports should be specific and actionable. Abuse of reporting can itself lead to account action. Report examples:- misleading metadata
- undeclared credential or permission requirements
- suspicious install instructions
- scam comments or impersonation
- bad-faith registrations or trademark misuse
- content that violates Acceptable usage
Bad-faith or trademark reports
ClawHub uses the same report and staff moderation pipeline for bad-faith registrations, impersonation, and trademark-related disputes. These reports need enough context for staff to identify the claimant, disputed listing, and requested action. Include:- the canonical ClawHub skill or package URL and owner handle
- the trademark, project, company, or product name at issue
- public evidence of the claimant’s ownership or authority
- why the current owner is not authorized to publish under that name
- the requested action, such as hide pending review, transfer ownership, rename, or remove
Appeals and rescans
Owners can request a rescan when they believe a skill or package was incorrectly held or flagged:Moderation Holds
When the static scanner flags an uploaded skill as malicious, the publisher is automatically placed under a moderation hold (requiresModerationAt set on the
user). This hides all of the publisher’s skills, causes future publishes to
start hidden, and creates a user.moderation.auto audit log entry.
Admins can lift a false-positive hold:
requiresModerationAt and requiresModerationReason, restores
skills hidden by the user-level hold, and writes a user.moderation.lift audit
log entry. Skills hidden for other reasons, or whose own static scan remains
malicious, stay hidden.
Bans and account standing
Accounts that violate ClawHub policy may lose publishing access. Severe abuse can result in account bans, token revocation, hidden content, or removed listings. Deleted, banned, or disabled accounts cannot use ClawHub API tokens. If CLI auth starts failing after account action, sign in to the web UI to review account state or contact maintainers through the expected project support channel.Publisher guidance
To reduce false positives and improve user trust:- keep names, summaries, tags, and changelogs accurate
- declare required environment variables and permissions
- avoid obfuscated install commands
- link to source when possible
- use dry runs before publishing plugins
- respond clearly if users or moderators ask about package behavior