skill-packager
file types, or tasks that trigger it.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binyuli/skill-packagerWhat This Skill Does
The Skill Packager is a comprehensive utility designed to streamline the creation, configuration, and bundling of software projects and data packages within the OpenClaw ecosystem. It acts as an orchestrator for file structures, dependency management, and distribution-ready packaging. By automating the repetitive aspects of scaffolding and organizing project assets, this skill allows users to transform raw development code into professional-grade deployment artifacts. Whether you are packaging a single Python script, a complex library, or a set of configuration files for deployment, this skill ensures that all metadata, documentation, and source code are structured correctly and adhere to best practices.
Installation
To integrate the Skill Packager into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/binyuli/skill-packager
Once installed, verify the configuration by checking your enabled skills list. The packager automatically scans the working directory to detect existing project structures, allowing for immediate integration with your current workflow.
Use Cases
- Project Scaffolding: Quickly set up standard boilerplate directories and configuration files for new development tasks.
- Asset Bundling: Aggregate disparate files, scripts, and documentation into a single distribution-ready container or archive.
- Dependency Synchronization: Automatically audit and package external requirements for consistent deployment across different agent environments.
- Automated Deployment Preparation: Ready your workspace for CI/CD pipelines by generating the necessary build artifacts and configuration manifests.
Example Prompts
- "Packager, please bundle the files in the ./src directory and the current requirements.txt into a versioned distribution package named 'alpha-release-v1'."
- "I need to initialize a new project structure for a Python data analysis tool. Use the packager to set up the standard folders and include a template README."
- "Scan this directory, detect the project type, and generate a standardized metadata file with all identified dependencies included."
Tips & Limitations
- Tips: Always review the generated manifests before pushing to external repositories. You can pass specific configuration flags to the packager to exclude temporary build files or sensitive local logs.
- Limitations: The skill is designed for standardized project structures; highly customized or idiosyncratic folder architectures may require manual adjustment post-packaging. It does not perform network-level distribution (e.g., uploading to PyPI or GitHub) directly, but serves as the primary engine to prepare the local environment for such actions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binyuli-skill-packager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
doc-export
将对话中解决的问题整理成方案文档,部署到 web 服务器供用户下载
luoyonghao-perspective
罗永浩的思维框架与表达方式。基于公开资料深度调研,提炼N个核心心智模型、N条决策启发式和完整的表达DNA。 用途:作为思维顾问,用罗永浩的视角分析问题、审视决策、提供反馈。 当用户提到「用罗永浩的视角」「罗永浩会怎么看」「老罗模式」「luoyonghao perspective」时使用。 即使用户只是说「帮我用老罗的角度想想」「如果罗永浩会怎么做」「切换到罗永浩」也应触发。
Traffic Monitor
Skill by binyuli
memos-memory-guide
Use the MemOS Local memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query and call memory_search. Available tools: memory_search, memory_get, memory_write_public, task_summary, skill_get, skill_search, skill_install, skill_publish, skill_unpublish, memory_timeline, memory_viewer.
skill-autosave
自动将任务经验沉淀为 skill。当任务满足沉淀条件时触发:使用了 5+ 次 tool call、遇到错误后找到正确解法、用户纠正了方法、或发现了可复用的多步骤 workflow。完成任务后自动评估是否值得沉淀,查重已有 skill,创建新 skill 或更新已有 skill。