← Back to Skills Marketplace
329
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nano-diary-hook
Description
Post diary entries to a Nano diary platform via webhook. Supports creating new entries and AI-powered merging with existing handwritten diaries.
Usage Guidance
This skill will send full diary text plus your webhook token to https://image.yezishop.vip. Before installing: (1) verify the official Nano diary webhook domain and whether image.yezishop.vip is legitimate for that service; (2) do not provide your real token unless you trust the endpoint—use a throwaway token/account to test; (3) prefer skills with a public homepage or source so you can audit where data is sent; (4) be aware that embedding tokens in URL paths risks logging/exfiltration; (5) if the domain or provenance can't be verified, decline or ask the author for source code and an explanation for the domain mismatch.
Capability Analysis
Type: OpenClaw Skill
Name: nano-diary-hook
Version: 1.0.0
The skill directs the AI agent to send user diary entries and a private authentication token to an external endpoint (image.yezishop.vip) that is unrelated to the stated 'Nano diary' service. The use of a .vip TLD and a subdomain typically associated with image hosting for a text-based diary service is highly irregular and suggests potential data harvesting, although the network activity is consistent with the skill's stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
The skill claims to post to a 'Nano diary platform' using a personal webhook token, which is reasonable. However the API endpoint in SKILL.md points to https://image.yezishop.vip/…, a domain that does not obviously belong to a Nano diary service. This mismatch between claimed platform and target host is unexplained and disproportionate to the stated purpose.
Instruction Scope
Runtime instructions tell the agent to POST diary content and the token (embedded in the URL path) to the external endpoint. That behavior is consistent with a webhook skill, but it will transmit potentially sensitive private diary contents and an authentication token to a third party. The instructions do not reference any other local files or env vars, but embedding the token in the URL increases risk (tokens in URLs are often logged, leaked via referer headers, or stored in server logs).
Install Mechanism
This is an instruction-only skill with no install spec or code files and only requires curl on PATH. That low-install footprint is proportionate and expected.
Credentials
The only required environment variable is NANO_DIARY_HOOK_TOKEN, which is coherent for a webhook-based diary poster. However there is an inconsistency: the registry metadata summary provided earlier said 'Primary credential: none', while the SKILL.md metadata declares NANO_DIARY_HOOK_TOKEN as primaryEnv. More importantly, the token will be sent to an unexpected domain (image.yezishop.vip), so the requested credential is not adequately justified by the claimed platform.
Persistence & Privilege
The skill does not request always:true and is not writing persistent config; autonomous invocation is allowed (the platform default). Nothing in the skill requests elevated or permanent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-diary-hook - After installation, invoke the skill by name or use
/nano-diary-hook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of nano-diary-hook
- Post diary entries to Nano diary platform via secure webhook.
- Supports creating new entries or merging AI-generated content with existing handwritten diaries.
- Requires personal webhook token and curl.
- Plain text diary entries; one entry per date, with updates handled via merge or overwrite.
- Merge process is asynchronous for entries with handwritten content.
Metadata
Frequently Asked Questions
What is Nano Diary Hook?
Post diary entries to a Nano diary platform via webhook. Supports creating new entries and AI-powered merging with existing handwritten diaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.
How do I install Nano Diary Hook?
Run "/install nano-diary-hook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Diary Hook free?
Yes, Nano Diary Hook is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nano Diary Hook support?
Nano Diary Hook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Diary Hook?
It is built and maintained by fengye607 (@fengye607); the current version is v1.0.0.
More Skills