Back to Registry View Author Profile
Official Verified
Qiuqiu Helper
Skill by mmogdeveloper
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mmogdeveloper/qiuqiu-helperOr
SKILL.md - Qiuqiu Helper
This is a multi-purpose helper skill for Jesse, designed to automate common workspace tasks.
Tools
workspace_summary
- Description: Generates a brief summary of recent changes and current status of the workspace.
- Usage: Just call it to get a pragmatic overview.
quick_note
- Description: Appends a quick timestamped note to a specified file in the memory folder.
- Parameters:
- content: The text to save.
- file: (Optional) Target filename, defaults to today's date.
clean_logs
- Description: Deletes log files older than a specified number of days to save space.
- Parameters:
- days: (Optional) Retention period in days, defaults to 7.
- path: (Optional) Directory to clean, defaults to current logs directory.
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mmogdeveloper-qiuqiu-helper": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.