← Back to Skills Marketplace
j-meow-666

meowtest

by J-meow-666 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
239
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install meowceshi
Description
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Usage Guidance
This skill is mostly coherent with its described goal (logging learnings and providing lightweight hooks), but take these precautions before installing or enabling it: - Verify the package identity: confirm why the registry name/slug/owner differ from the SKILL.md and _meta.json (could be a renamed or repackaged copy). Prefer code from an authoritative repo you trust. - Inspect the scripts and hook code yourself (they're small). Look for any network calls or file writes to unexpected locations (I found none beyond creating files under the workspace or skills directories and pushing a virtual bootstrap file). - Be cautious enabling PostToolUse hooks globally or at user-level. The error-detector reads CLAUDE_TOOL_OUTPUT which can contain sensitive command output; enable only in trusted projects or use matcher filters to limit triggers. - Do not enable hooks system-wide (in your home-level settings) unless you trust the code and repository; prefer project-level config or set strict matcher filters. - Check file permissions (chmod +x where needed) and run the extract-skill scripts in --dry-run mode first to confirm behavior. - If you plan to run the suggested git clone, review that remote repo on GitHub before executing any install commands. If you want, I can list the exact lines that create or read files, or highlight the specific places where the hook reads CLAUDE_TOOL_OUTPUT and injects bootstrap files so you can audit them quickly.
Capability Analysis
Type: OpenClaw Skill Name: meowceshi Version: 1.0.2 The skill bundle provides a framework for an AI agent to log errors, corrections, and learnings into local markdown files for 'self-improvement.' It includes shell scripts (activator.sh, error-detector.sh, extract-skill.sh) and OpenClaw hooks (handler.js/ts) to automate reminders and file management. The logic is consistent with the stated purpose, and the documentation in SKILL.md includes explicit warnings against logging secrets or sensitive data. The scripts include basic security checks, such as path traversal prevention in extract-skill.sh, and no evidence of data exfiltration or unauthorized remote access was found.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
SKILL.md and the included scripts/hooks clearly implement a 'self-improvement' / learnings-logging feature (creating .learnings/, hook activator, error detector, and an extractor). However the registry metadata and filenames don't line up: the package is listed as 'meowtest' / slug 'meowceshi' while SKILL.md and _meta.json refer to 'self-improving-agent' / 'self-improvement'. Owner IDs also differ. This mismatch is not a direct security vulnerability but is an incoherence that warrants verification (typo, repackaging, or copying).
Instruction Scope
The instructions instruct the agent or user to create and populate .learnings/ in both project and ~/.openclaw/workspace, copy hooks into ~/.openclaw/hooks, and enable them. The hook code injects a virtual bootstrap file into sessions and the error-detector script reads CLAUDE_TOOL_OUTPUT (command output). The SKILL.md repeatedly warns not to log secrets, but the hooks/scripts will run with the invoking user's permissions and could expose command output if misconfigured. The scope is generally within the stated purpose, but any use of PostToolUse hooks that capture tool output increases the risk of accidental leakage of sensitive outputs unless strictly sanitized or gated.
Install Mechanism
There is no automated install spec (instruction-only install). The package includes hooks and shell scripts which are intended to be copied and enabled by the user. No remote downloads, package managers, or extracted archives are invoked by an install step in the bundle itself. The only remote references are optional manual installation examples that suggest git clone of a GitHub repo — cloning external repos is a user action and should be reviewed before running.
Credentials
The skill does not declare or require any environment variables or credentials. The error-detector script relies on CLAUDE_TOOL_OUTPUT (an environment variable provided by the agent runtime) which may contain potentially sensitive command output. The documentation explicitly warns treating CLAUDE_TOOL_OUTPUT as sensitive and avoiding forwarding secrets, but enabling the hook means tool outputs may be inspected—so users must ensure hooks run only in trusted contexts and that the scripts do not leak or persist raw outputs.
Persistence & Privilege
always:false (not force-included) and model invocation is allowed (default). The skill's hook, if copied and enabled, will persist in the user's OpenClaw hooks directory and inject reminders into each session's bootstrap context. This is expected for a workspace-level helper, but it does grant ongoing ability to alter session context while enabled. There is no evidence the skill modifies other skills' configs or requests elevated permissions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meowceshi
  3. After installation, invoke the skill by name or use /meowceshi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Skill refactored for self-improvement logging, supporting continuous capture of errors, learnings, and feature requests: - Replaced previous OpenClaw multi-tenant management functionality with a generalized self-improvement skill for logging to `.learnings/` files. - Added markdown templates and detailed guidelines for error, learning, and feature request logging. - Provided setup and integration instructions for OpenClaw and other coding agents. - Included sample scripts and hook workflow for automatic reminders and session-based log sharing. - Added comprehensive documentation for log promotion to project-wide behavioral and workflow files.
v1.0.1
测试的更新版本
v1.0.0
openclaw-manager 1.0.0 初始发布 - 提供企业级多租户 OpenClaw 管理工具,支持单台服务器多实例部署 - 支持一键创建租户实例、独立数据/配置隔离、端口与 GPU 自动分配 - 实现租户状态监控(CPU/内存/GPU 资源统计)、端口占用检测 - 提供安全的租户删除及全数据清理选项 - 兼容 GPU 精细分配、反向代理和插件隔离等高级配置
Metadata
Slug meowceshi
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is meowtest?

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install meowtest?

Run "/install meowceshi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is meowtest free?

Yes, meowtest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does meowtest support?

meowtest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created meowtest?

It is built and maintained by J-meow-666 (@j-meow-666); the current version is v1.0.2.

💬 Comments