← 返回 Skills 市场
tangyang

just for test

作者 tangyang1 · GitHub ↗ · v1.0.16 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
1
收藏
0
当前安装
17
版本数
在 OpenClaw 中安装
/install test-test
功能描述
just for test
使用说明 (SKILL.md)

--

TEST

安全使用建议
This skill is essentially a no-op placeholder and appears safe to install from a security perspective because it asks for nothing and does nothing. It also provides no useful functionality — if you expected a working skill, ask the publisher for a proper implementation or remove it. As always, only install skills from sources you trust.
功能分析
Type: OpenClaw Skill Name: meitu-skills-test Version: 1.0.16 The skill bundle is a minimal test case containing only basic metadata and a placeholder markdown file (SKILL.md). It lacks any executable code, network requests, or complex instructions, presenting no security risk.
能力评估
Purpose & Capability
The skill's name and description are minimal and match its lack of requirements and behavior; nothing requested is unrelated to its (non-)purpose.
Instruction Scope
SKILL.md contains only the text 'TEST' and provides no runtime commands, file reads, network calls, or access to environment variables.
Install Mechanism
No install specification or downloads; instruction-only skill — lowest install risk.
Credentials
The skill declares no environment variables, credentials, or config paths; nothing disproportionate is requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-level changes; autonomous invocation is allowed by default but the skill has no actionable instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.16
Major cleanup: All source, documentation, and configuration files removed. - Deleted 52 files, including all subskills, references, scripts, and documentation. - SKILL.md replaced with a minimal placeholder for testing purposes. - All Meitu routing, permission, and capability content removed. - This version functions as a test stub only.
v1.0.15
Version 1.0.15 - No file changes detected for this release. - No updates or modifications to skill logic, configuration, or documentation.
v1.0.14
- Major update: Simplified file structure, removing 45 files and adding 4 new files for improved maintainability. - Expanded routing skill coverage with new scene skills including meitu-upscale, meitu-product-view, meitu-image-fix, meitu-id-photo, meitu-cutout, meitu-carousel, meitu-beauty, and meitu-image-adapt. - Updated routing rules with more fine-grained conditions for each skill, including new criteria for image adaptation, carousels, and photo enhancement. - Updated permissions and requirements to reflect a leaner, tool-focused setup. - Updated the capability catalog to add and clarify mapping for new image processing tools.
v1.0.13
- Expanded scene skill routing: added support for meitu-upscale, meitu-product-view, meitu-image-fix, meitu-id-photo, meitu-cutout, meitu-carousel, meitu-beauty, and meitu-image-adapt. - Added new routing rules and examples for each new skill, including detailed triggers and user intent guidelines. - Reduced dependencies, removed node_modules and related files for a leaner package. - Introduced sample scripts to the tools directory and new documentation files for meitu-image-adapt. - Updated permission and requirements sections for clearer scope and security.
v1.0.12
- Added explicit requirements for environment variables (MEITU_OPENAPI_ACCESS_KEY, MEITU_OPENAPI_SECRET_KEY) and binaries (meitu, node). - Introduced an install section specifying node runtime and CLI installation command (npm install -g meitu-cli@latest). - Retained and clarified all previous permission, routing, safety, and security rules. - No changes to skill logic or capabilities.
v1.0.11
- Expanded file read/write permissions to allow access to legacy paths (`~/.openapi/credentials.json`, `~/Downloads/`, and full `./`), instead of only specific files and directories. - Relaxed permission constraints; removed detailed tables and constraints on file or command usage. - Restored legacy credential and output paths for broader compatibility, including support for `~/.openapi/credentials.json` and outputs in `~/Downloads/`. - No changes to routing logic, safety, fallback, or error handling rules. - Added auto-generated manifest file: `meitu-tools/generated/manifest.json`.
v1.0.10
**This update significantly tightens file and execution permissions for improved security and clarity.** - File and execution permissions are now strictly scoped, removing broad access to `~/Downloads/`, unrestricted `./`, and legacy OpenAPI paths. - File read/write access is limited to explicitly required project and workspace files, with constraints ensuring no access to unrelated or third-party agent data. - Execution of CLI commands is confined to documented Meitu CLI subcommands; use of `node` is restricted to the routing helper script only. - All credential handling rules emphasize never logging, displaying, or transmitting secrets beyond Meitu authentication. - Updated documentation reflects the narrowed permission scope and security-first skill operation.
v1.0.9
- Removed the auto-generated manifest file meitu-tools/generated/manifest.json. - No changes to user-facing features or routing logic. - Skill requirements, permissions, and documentation remain unchanged.
v1.0.8
meitu-skills-test 1.0.8 - Expanded file permissions to include the ~/Downloads/ directory for both reading and writing. - Added several node_modules dependencies and related files for CLI support. - Removed the obsolete tools-ssot/tools-overview.csv file. - No changes to routing logic or primary workflow.
v1.0.7
- Updated exec permissions to allow the use of the node command instead of python, supporting the oc-workspace.mjs helper script. - Dropped reference to python and oc-workspace.py; now references oc-workspace.mjs throughout. - No changes to routing, security, or tool compliance logic. - No file or CLI behavior changes detected; documentation and permissions update only.
v1.0.6
- Reduced skill footprint by removing 24 legacy and example files. - Added a single source-of-truth tool overview CSV under tools-ssot/. - Expanded permissions for reading/writing project and shared visual files, and executing both meitu CLI and python. - Dropped explicit legacy alias routing and simplified top-level skill structure. - Updated credential details and file access paths for broader compatibility.
v1.0.5
meitu-skills-test v1.0.5 - Major update: Introduced modular scene-based routing, expanded capabilities, and improved safety. - Added new sub-skill entries for posters, stickers, visual workflows, product swap, and video dance; legacy aliases are maintained. - Expanded and clarified routing rules to cover specific creative scenes and use cases. - Revised instruction safety and error handling sections. - Updated CLI execution policy: manual install/upgrade only, no auto-versioning from skills. - Added extensive documentation, examples, and capability references; removed outdated files.
v1.0.4
- Removed the file tools-ssot/tools-overview.csv. - No changes to skill documentation or logic.
v1.0.3
- Added README.md and SECURITY.md files for documentation and security policies. - Declared explicit environment variable, credential, and permission requirements in SKILL.md. - Documented the security model and requirements, including file and execution permissions. - Clarified modes for runtime/bootstrap security and installation behavior.
v1.0.2
- Updated runtime bootstrap policy to use meitu-cli instead of meitu-ai. - Introduced configurable MEITU_RUNTIME_UPDATE_MODE for runtime updates (check, off, apply). - Changed manual fallback install commands to use meitu-cli. - No changes to file structure or routing logic.
v1.0.1
**Major update with CLI routing, auto-bootstrap, and improved error handling.** - Adds comprehensive CLI tool routing via new scripts and a detailed capability map. - Implements automatic runtime bootstrap for meitu-tools, minimizing manual setup steps. - Enhances error handling with user guidance and actionable fallback commands. - Expands and refines documentation to clarify routing rules, tool usage, and fallback behavior. - Removes obsolete Python aggregation script in favor of new JS-based CLI approach.
v1.0.0
meitu-skills-test 1.0.0 - Initial release of the meitu-skills total entry point. - Routes user requests to either article-to-cover scenarios or meitu-tools based on intent. - Clearly defines selection rules for different types of user requirements. - Provides a capability map linking keywords to specific meitu-tools functions. - Includes a fallback mechanism for ambiguous user intent.
元数据
Slug test-test
版本 1.0.16
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 17
常见问题

just for test 是什么?

just for test. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 just for test?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-test」即可一键安装,无需额外配置。

just for test 是免费的吗?

是的,just for test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

just for test 支持哪些平台?

just for test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 just for test?

由 tangyang1(@tangyang)开发并维护,当前版本 v1.0.16。

💬 留言讨论