← 返回 Skills 市场
ziyiyu

生成软著材料

作者 ziyiyu · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install code-right-create-task
功能描述
创建生成软著材料生成任务:传入系统名称与接收邮箱,调用后端 API 创建任务并返回 taskId。 适用于将“创建任务”能力封装成可复用脚本,供自动化/工作流/平台集成调用。
使用说明 (SKILL.md)

\r \r

何时使用\r

\r

  • 需要通过脚本创建软著材料生成任务,并传递 系统名称邮箱。\r
  • 需要将该能力发布到 ClawHub,供外部复用。\r \r

输入\r

\r

  • SYSTEM_NAME / --system-name:系统名称(必填)\r
  • NOTIFY_EMAIL / --notify-email:接收邮箱(必填)\r
  • ACCESS_TOKEN / --access-token:可选,会作为 Header access_token 传入(用于同一会话下创建任务)\r \r

输出\r

\r

  • 成功:打印接口返回 JSON(包含 taskId 等字段)\r
  • 失败:返回非 0 退出码,并打印错误信息\r \r

使用方式\r

\r

Python(推荐,跨平台)\r

\r

python scripts/create_task.py \\r
  --system-name "农业机械化信息网平台" \\r
  --notify-email "[email protected]"\r
```\r
\r
## 发布到 ClawHub\r
\r
在包含 `SKILL.md` 的目录执行(示例):\r
\r
```bash\r
clawhub publish . --slug code-right-create-task --name "Code-Right: Create Task" --version 0.1.0\r
```\r
\r
安全使用建议
This skill appears to do exactly what it says: POST a JSON payload (system name and notify email) to a backend and print the response. Before installing or using it, review and consider the following: 1) The script posts to http://softcraft.cloud (HTTP, not HTTPS) — data and any access_token passed will be transmitted in plaintext and could be intercepted; prefer HTTPS or change the endpoint to a trusted TLS-enabled host. 2) Confirm the destination (softcraft.cloud) is the service you intend to use and that you trust its privacy/security practices. 3) If you need to supply secret tokens, avoid passing them on command line if possible (command-line args can be visible to other local users); consider modifying the script to read a token from a secure environment variable or credential store and to use HTTPS. 4) If you need stronger assurance, run the script in an isolated environment or inspect network traffic to verify what is sent/returned. Overall the skill is internally coherent, but review the endpoint and switch to TLS before sending sensitive data.
功能分析
Type: OpenClaw Skill Name: code-right-create-task Version: 0.1.2 The skill is a straightforward API client designed to create software copyright documentation tasks by sending a system name and email to a remote endpoint (http://softcraft.cloud). The code in `scripts/create_task.py` uses standard libraries and follows the behavior described in `SKILL.md` without any hidden logic, data exfiltration, or obfuscation. While it uses unencrypted HTTP and accepts an access token via command-line arguments (minor security risks), these are common implementation flaws rather than indicators of malicious intent.
能力评估
Purpose & Capability
Name/description claim: create a task by calling a backend API. The included Python script does exactly that (POST /api/tasks with systemName and notifyEmail). No unrelated credentials, binaries, or install steps are required.
Instruction Scope
SKILL.md instructs running the provided Python script with system-name, notify-email, and optional access-token. It does not document the network destination, but the script posts to a single remote host (http://softcraft.cloud). The instructions stay within the stated purpose but omit an explicit warning that data (including any access token) is sent to that remote service.
Install Mechanism
No install spec — instruction-only with a small included script. Nothing is downloaded or written to disk by an installer; risk from install mechanism is minimal.
Credentials
No required environment variables or credentials are declared. The script accepts an optional access token via CLI argument only. The requested inputs (system name, email, optional token) are proportionate to the described functionality.
Persistence & Privilege
Skill is not always-included, does not modify other skills or system settings, and has no persistent/background components. It merely performs a one-time network request when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-right-create-task
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-right-create-task 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Internal code changes in scripts/create_task.py to improve script stability or maintainability. - No changes to usage, input, or output. - Documentation remains unchanged.
v0.1.1
- Minor internal update to scripts/create_task.py; no user-facing changes. - Documentation and usage instructions remain unchanged.
v0.1.0
Initial release of 软著材料生成 (“Software Copyright Material Generation”) skill. - Adds a command-line script to create generation tasks by providing system name and notify email. - Returns task ID and result info via JSON output. - Supports optional access token for session-based task creation. - Designed for easy integration into automation workflows and ClawHub platform.
元数据
Slug code-right-create-task
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

生成软著材料 是什么?

创建生成软著材料生成任务:传入系统名称与接收邮箱,调用后端 API 创建任务并返回 taskId。 适用于将“创建任务”能力封装成可复用脚本,供自动化/工作流/平台集成调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 生成软著材料?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-right-create-task」即可一键安装,无需额外配置。

生成软著材料 是免费的吗?

是的,生成软著材料 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

生成软著材料 支持哪些平台?

生成软著材料 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 生成软著材料?

由 ziyiyu(@ziyiyu)开发并维护,当前版本 v0.1.2。

💬 留言讨论