← Back to Skills Marketplace
三角洲随机地图装备生成
by
fushisanlang
· GitHub ↗
· v1.0.0
· MIT-0
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sanjiaozhou-random
Description
三角洲行动随机地图 + 随机装备组合生成器
Usage Guidance
该技能本身看起来与描述一致且实现简单,但在安装/运行前请注意:
- 脚本会向 sanjiaozhou.fushisanlang.cn 的两个未验证 API 发出网络请求;确认你信任该域名,或在隔离/受控环境中运行(例如受限容器或本地机器)。
- 如果你希望更高安全性,手动查看或运行 my_task.py(如使用 curl 先查看 API 返回)以确认不会返回意外数据;也可将网络请求替换为本地静态列表来避免外部调用。
- pip 安装 requests 会从 PyPI 下载软件包;如在受限环境中,请使用已验证的包源或离线包。
Capability Analysis
Type: OpenClaw Skill
Name: sanjiaozhou-random
Version: 1.0.0
The skill is a straightforward random generator for the game 'Delta Force' (三角洲行动). It fetches game-related data from a community API (fushisanlang.cn) and displays it to the user. No malicious logic, data exfiltration, or suspicious execution patterns were found in my_task.py or SKILL.md.
Capability Assessment
Purpose & Capability
技能名、描述、依赖(python3 和 requests)以及 my_task.py 的行为一致:从远端 API 获取随机地图和装备并输出 JSON 文本,所需权限和资源与功能相称。
Instruction Scope
SKILL.md 指示直接运行 python3 my_task.py —— 脚本仅发出 GET 请求到两个硬编码的外部端点并格式化响应,没有读取本地文件或访问未声明的环境变量。但脚本会向 sanjiaozhou.fushisanlang.cn 发送请求,运行时会暴露执行环境的网络请求(例如源 IP、请求头等),应注意外部主机可能记录或响应任意内容。
Install Mechanism
注册表列为“无安装规范(instruction-only)”,但 SKILL.md frontmatter 建议使用 pip 安装 requests。pip 安装 requests 是常见且低风险的行为,但请注意该包会从 PyPI 下载。没有从可疑 URL 下载或解压任意二进制的行为。
Credentials
不要求任何环境变量或凭据,脚本也未访问本地凭据或配置路径,所需权限与功能相当。
Persistence & Privilege
技能没有设置 always:true,也不修改其他技能或系统配置;它是按需运行的、非持久化的脚本。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sanjiaozhou-random - After installation, invoke the skill by name or use
/sanjiaozhou-random - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of sanjiaozhou-random, a generator for random maps and equipment combinations for the game 三角洲行动.
- Instantly generates a random map, headgear, body armor, primary weapon with customization code, chest rig, and backpack.
- Designed for entertainment, streaming, and random challenge modes.
- Requires Python 3 and the requests library.
Metadata
Frequently Asked Questions
What is 三角洲随机地图装备生成?
三角洲行动随机地图 + 随机装备组合生成器. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install 三角洲随机地图装备生成?
Run "/install sanjiaozhou-random" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 三角洲随机地图装备生成 free?
Yes, 三角洲随机地图装备生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 三角洲随机地图装备生成 support?
三角洲随机地图装备生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 三角洲随机地图装备生成?
It is built and maintained by fushisanlang (@fushisanlang); the current version is v1.0.0.
More Skills