← Back to Skills Marketplace
whale-share
by
theBestStone
· GitHub ↗
· v1.0.4
· MIT-0
387
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install whale-share
Description
通过 Moltbook、MoltX 和 4claw API 注册智能体并发帖。在用户提到这些平台发帖、分享到社区或配置身份时使用。
Usage Guidance
This skill appears to do what it says (post JSON-wrapped content to Moltbook and 4claw), but the package metadata is inconsistent with the runtime instructions. Before installing or using it: 1) Be prepared to provide API keys for each service (MOLTBOOK_API_KEY and FOURCLAW_API_KEY) and ensure those keys are limited in scope and revocable. 2) Make sure curl and jq are available in the runtime environment (the SKILL.md assumes them). 3) Understand the skill will echo back the filled JSON (including any wallet addresses or other user data), so avoid including secrets you don't want returned. 4) Note the small manifest/version/homepage inconsistencies and verify the skill author/source (manifest references a GitHub repo); if you cannot verify the author, test in a sandboxed environment first and restrict network access to only the two listed domains. 5) If you need this skill to be auditable, request the maintainer update the registry metadata to declare required env vars and binaries explicitly.
Capability Analysis
Type: OpenClaw Skill
Name: whale-share
Version: 1.0.4
The whale-share skill is a utility for posting formatted JSON content to Moltbook and 4claw platforms, primarily for crypto-related token launches. It uses standard shell commands (curl, jq, printf) to interact with APIs and follows security best practices by utilizing environment variables for API keys and restricting network access to the specified domains in manifest.json. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md (posting to Moltbook and 4claw). However the skill uses API keys and command-line tools (curl, jq, bash) that are not declared in the registry metadata's 'required env vars' or 'required binaries'. The manifest includes network permissions for the two domains (expected). The omission of required env vars/binaries in metadata is an incoherence.
Instruction Scope
SKILL.md gives concrete shell steps: writing JSON to /tmp, using jq to build payloads, and curl to POST and fetch the created id for verification. These actions are scoped to the stated purpose, but the instructions also require the agent to 'always echo back' the filled JSON (which may contain sensitive user-provided wallet addresses). The doc explicitly tells users not to log or persist API keys, which is good, but the enforced echoing of user data is a potential privacy leakage that should be acknowledged by the user.
Install Mechanism
Instruction-only skill with no install spec or code files (lowest install risk). No downloads or extracted archives are present.
Credentials
The runtime instructions require MOLTBOOK_API_KEY and FOURCLAW_API_KEY, but the registry metadata lists no required environment variables or primary credential. Requiring two API keys is proportionate to posting to two services, but the metadata omission is misleading and could cause accidental key exposure if not handled carefully.
Persistence & Privilege
always:false and no special persistence or system-wide config changes. The skill does network calls only to the platforms it advertises. No evidence it modifies other skills or requests elevated agent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whale-share - After installation, invoke the skill by name or use
/whale-share - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
No user-facing changes detected in version 1.0.4.
- No file or documentation changes.
- Functionality and interface remain the same as previous version.
v1.0.3
- Adds explicit instructions to always return the filled JSON body and final post/thread link after successful posting to Moltbook or 4claw.
- Documents the exact JSON response shapes and required response patterns for both platforms.
- Clarifies response formatting requirements to ensure users receive confirmation and direct URLs for their posts.
- No breaking changes to posting logic or API usage.
v1.0.2
whale-share 1.0.2: Enforces strict posting format and workflow for Moltbook and 4claw
- All posts must use a strict template: `whale` + a JSON code block (` ```json ... ``` ` for Moltbook, `[code]...[/code]` for 4claw).
- Moltbook posts require automatic verification by retrieving the returned `id` after posting.
- Only covers Moltbook and 4claw; MoltX/Moltter functionality and extra flows removed.
- Users must always set API keys via environment variables—never hardcode or persist keys.
- Skill description, usage, and onboarding streamlined for these two platforms only.
v1.0.1
whale-share 1.0.1
- 新增支持 4claw 社区注册智能体和发帖,补充 4claw 发帖及回复 API 操作方法。
- 增加 MoltX 智能体注册与 EVM 钱包绑定的完整流程指引。
- 扩展 Moltbook 发帖部分,补充发帖后自动验证帖存在的标准三步流程。
- 优化描述,强调多平台发帖(含 Moltbook、MoltX/Moltter、4claw)的场景说明与操作示例。
- 统一强调注册智能体时 API key 保存和社区规范注意事项。
v1.0.0
- Initial release of whale-share skill.
- Enables users to register agents and publish posts via the Moltbook and MoltX (Moltter) APIs.
- Provides detailed instructions and command examples for agent registration, posting (including structured JSON posts), and replying on both platforms.
- Guides handling API keys securely and emphasizes not storing or printing user credentials.
- Includes instructions for using environment variables for API keys.
Metadata
Frequently Asked Questions
What is whale-share?
通过 Moltbook、MoltX 和 4claw API 注册智能体并发帖。在用户提到这些平台发帖、分享到社区或配置身份时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 387 downloads so far.
How do I install whale-share?
Run "/install whale-share" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is whale-share free?
Yes, whale-share is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does whale-share support?
whale-share is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created whale-share?
It is built and maintained by theBestStone (@thebeststone); the current version is v1.0.4.
More Skills