Snippet
Save and search code snippets in a personal vault for instant recall. Use when checking syntax, validating blocks, generating boilerplate, formatting code.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/snippetsnippet
Code snippet manager.
Commands
save
Save snippet from stdin
scripts/script.sh save <name> [lang]
get
Display a snippet
scripts/script.sh get <name>
list
List all snippets (filter by language)
scripts/script.sh list [lang]
search
Search snippets by name/content/tags
scripts/script.sh search <keyword>
delete
Delete a snippet
scripts/script.sh delete <name>
tags
Add tags to a snippet
scripts/script.sh tags <name> <tag1> ...
export
Export all snippets
scripts/script.sh export <json|md>
stats
Usage statistics
scripts/script.sh stats
Requirements
- python3
Powered by BytesAgain | bytesagain.com | [email protected]
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-bytesagain-snippet": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
clipboard-knowledge-capture
把剪贴板片段沉淀到本地知识库,自动补来源、标签和后续行动。;use for clipboard, knowledge, capture workflows;do not use for 保存敏感密钥明文, 忽略来源信息.
openclaw-soul-weaver
No waiting! Create professional-grade OpenClaw configurations in 30 seconds through natural conversation. Instantly generate enthusiast-level base configs that intelligently combine emotional and professional needs.
vibe-coding-checker
描述一个功能或项目,AI 快速评估用 Cursor/Windsurf/Bolt 等 AI 编程工具能否独立实现, 给出可行性判断、推荐工具、拆解路径和风险提示。
create
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or generating starter code.