openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 内容创作与发布全流程

content-creation-publisher - 从云端仓库同步的技能

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 242 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:anbeime/content-creation-publisher

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill is incomplete — it contains only a short instruction telling the agent to retrieve code from a GitHub repo and gives broad permission to use Bash, which is coherent with its stated purpose but leaves the agent able to fetch and run arbitrary external code without verification.

目的

The name/description claim a 'sync from cloud repo' capability which matches the SKILL.md reference to a GitHub repository. However, the packaged skill provides no code, no concrete sync implementation, and no declared dependencies — it essentially delegates all action to fetching external repo contents, which is an incomplete packaging choice.

说明范围

The SKILL.md tells the agent to 'visit the cloud repo to get the full skill files and instructions' and allows Bash. This is vague and grants broad discretion: an agent could download and execute code from that external repo (or run arbitrary network/shell commands) even though no safe constraints, verification steps, or exact commands are provided.

安装机制

There is no install spec (lowest-risk packaging), but the instructions explicitly point to an external GitHub repo as the source of runtime files. GitHub is a known host (not a shortener or personal IP), but because the skill relies on fetching code that is not bundled or vetted, the effective install mechanism is 'download-and-run' which raises risk unless the repo is inspected first.

证书

The skill requests no environment variables, credentials, or config paths. There is no apparent demand for unrelated secrets.

持久

always is false and there is no indication the skill requests persistent system-wide changes or elevated privileges. It does, however, permit autonomous invocation (the platform default).

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「内容创作与发布全流程」。简介:content-creation-publisher - 从云端仓库同步的技能。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anbeime/content-creation-publisher/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: content-creation-publisher
description: content-creation-publisher - 从云端仓库同步的技能
allowed-tools: Bash(*)
---

# content-creation-publisher

此技能从云端仓库同步。

## 来源
- 仓库: https://github.com/anbeime/skill
- 路径: skills/content-creation-publisher/

## 状态
- [ ] 已下载完整内容
- [ ] 已配置环境变量
- [ ] 已测试运行

## 说明
请访问云端仓库获取完整的技能文件和使用说明。