docs(skill): align the ClawHub listing with the real v0.4.x image (0.4.5) - #92
Merged
Merged
Conversation
…4.5) The listing (last published as 0.4.4 from main's console-era content) describes 5 tools with console-line names and no execute_send, while the agent image exposes 6 tools (preview_send/execute_send) — an agent following the skill hits Tool not found and never finds sending. Content is now exactly what the v0.4.x image does: - tool table: the 6 real tools with real names (already correct on this branch; verified against a live tools/list of the v0.4.1 image); - keyring password: replaces inline plaintext (-e PASSWORD="..." and a password in the MCP JSON) with read -s + a 0600 env-file + --env-file — the hardening that went live in 0.4.4 (44ed938/10b0cd2/6551e18), plus an explicit note to replace the placeholder env-file path (~ is not expanded inside JSON); - prerequisites: podman named as a drop-in for docker (podman-only machines failed the literal install at step 1 — blind install, 2026-07-30); - txguard honesty: "does not block" was false — it hard-blocks sends to known-scam addresses (bundled denylist); there is still no general spending policy (declared scope amendment, same truth mandate as the tool table). Version 0.4.1 -> 0.4.5 (ClawHub has already seen 0.4.4; publishing must not look like a downgrade). Image/package manifests untouched — content circle only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что
Контент скилла под реальный образ v0.4.x — последний паблиш листинга (0.4.4, из console-эпохи main) описывает 5 тулов с console-именами и без
execute_send; образ несёт 6 тулов (preview_send/execute_send).read -s+ env-file 0600 +--env-file(хардненинг, ушедший в живую 0.4.4) + явная строка про замену пути (~в JSON не раскрывается).Кода/манифестов пакета в диффе нет — круг контентный.
Как проверено
Греп-инварианты на ветке:
preview_transaction×0, plaintext-пароль ×0,preview_send/execute_sendесть,umask 077×2,podman×1;claw.jsonи встроенный MCP-JSON-сниппет — валидны; diff = ровно 2 файла.Спека круга:
.claude/specs/2026-07-31-clawhub-listing-truth.md.