ClawHub Publish
Analysis
This is a coherent ClawHub publishing helper, but it gives the agent authenticated public publishing and local file-rewrite authority without clear confirmation safeguards.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
If Korean or personal info is found: ... Rewrite SKILL.md fully in English ... WriteAllText(...) ... clawhub publish ./skills/<skill-name> ... Batch Publish ... run steps 1–4 for each in sequence.
The workflow authorizes local skill-file rewrites and authenticated public publishing, including batch operation, but it does not require a final human confirmation or review immediately before those high-impact actions.
clawhub CLI installed: `npm i -g clawhub`
The setup step installs a global npm package without a pinned version. This is purpose-aligned for a ClawHub publishing skill, but the package source and version should be verified.
Then check: https://clawhub.ai/u/jini92
The verification step is hard-coded to a specific user profile, which makes the skill less generic and could confuse users who expect it to verify their own account.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Logged in: `clawhub whoami` (if not: `clawhub login` via PTY + browser)
The skill relies on a logged-in ClawHub account to perform publishing. This is expected for the purpose, but users should notice that the registry metadata declares no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
After successful publish, update both: `C:\MAIBOT\memory\marketplace-strategy.md` ... Obsidian `_DASHBOARD.md`
The skill writes publish results into persistent local memory or note files. This is coherent recordkeeping, but those files may influence later agent context.
