Files
openclaw-master-skills/skills/clawdbot-filesystem/package.json
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

69 lines
1.4 KiB
JSON

{
"name": "clawdbot-filesystem",
"version": "1.0.2",
"description": "Advanced filesystem operations - listing, searching, batch processing, and analysis",
"main": "filesystem",
"bin": {
"filesystem": "./filesystem"
},
"scripts": {
"start": "node filesystem",
"test": "node filesystem help",
"install-global": "npm link",
"uninstall-global": "npm unlink"
},
"keywords": [
"clawdbot",
"filesystem",
"files",
"directories",
"search",
"batch-operations",
"file-management",
"cli-tool",
"ai-agent",
"automation"
],
"author": "Clawdbot Community",
"license": "MIT",
"homepage": "https://clawdhub.com/unknown/clawdbot-filesystem",
"repository": {
"type": "git",
"url": "https://github.com/gtrusler/clawdbot-filesystem"
},
"bugs": {
"url": "https://github.com/gtrusler/clawdbot-filesystem/issues"
},
"engines": {
"node": ">=14.0.0"
},
"os": ["darwin", "linux", "win32"],
"preferGlobal": true,
"files": [
"filesystem",
"config.json",
"SKILL.md",
"README.md",
"LICENSE.md"
],
"clawdbot": {
"skill": true,
"emoji": "📁",
"category": "System Tools",
"requires": {
"bins": ["node"]
},
"permissions": {
"filesystem": "read-write",
"network": "none",
"system": "none"
},
"tags": [
"filesystem",
"files",
"search",
"batch-ops",
"productivity"
]
}
}