📦 opencode — 极速建站与代码生成

v1.0.0

Opencode 一站式完成网站创建、项目解析、脚本运行、文件管理、本地预览与代码生成,让开发流程自动化、零配置、极速启动。

0· 246·2 当前·2 累计
linshuikeji 头像by @linshuikeji (中国山东肥城林水科技)
下载技能包
最后更新
2026/3/17
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This package appears coherent with its stated purpose, but it runs real shell commands that read, modify, compress, delete, and serve files. Before installing or invoking: 1) Review the included scripts (scripts/opencode-automation.sh) and SKILL.md and ensure target paths are safe; do not run as root. 2) Run first in a sandbox or throwaway VM if you want to verify behavior. 3) Be cautious with commands that use rm -rf, cp -r, or operate on ~, /tmp, or system paths—back up important data. 4) Conf...
详细分析 ▾
用途与能力
Name/description (website creation, project analysis, script execution, file management, preview servers) line up with the included SKILL.md, README, and the shell script. The examples and commands (opencode CLI, cp, tar, python3 -m http.server, find, git, npm/pip list) are expected for this functionality.
指令范围
SKILL.md and scripts instruct the agent to run many shell commands that read and modify arbitrary filesystem paths (find, cp -r, tar, rm -rf, cat, git status) and start local servers. This is consistent with the skill's purpose but grants broad file and process access; the instructions also reference user-specific paths (e.g., /home/linshui/.openclaw/workspace) and opencode config/log locations (~/.config/opencode, ~/.local/share/opencode). Review and limit target paths when running.
安装机制
This is instruction-only with baked-in helper shell script; there is no install spec, no remote downloads, and no package installation performed by the skill package itself. Risk from install mechanism is low.
凭证需求
The skill declares no required environment variables or credentials (which is reasonable), but SKILL.md and the scripts reference configuration files, cache paths, and optional OPENCODE_* environment variables (e.g., OPENCODE_CACHE, OPENCODE_MAX_MEMORY, OPENCODE_SERVER_PASSWORD). The script also deletes cache (~/.local/share/opencode/cache/*) and temp files (/tmp/opencode_*). Those actions can affect local state and could remove user data if run blindly. No external credentials are requested, which is proportional, but the skill will read and modify local config/cache/log files.
持久化与权限
Flags: always is false and default autonomy is enabled (normal). The skill does not request system-wide persistent privileges or claim it will modify other skills. It can start background servers and run continuous monitoring loops (the script's monitor function), so exercise caution about long-running or network-exposed services.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/17

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install opencode-skills
镜像加速npx clawhub@latest install opencode-skills --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库