← 返回 Skills 市场
85
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cmcc-3cc-cellsetup
功能描述
执行3CC开通全流程,检查开通条件,生成配置方案,组装脚本,执行配置并评估开通结果。
使用说明 (SKILL.md)
CMCC-3CC-CellSetUp
技能描述
- name: CMCC-3CC-CellSetUp
- description: 用于执行3CC开通工作流程,判断小区是否具备3CC开通条件并完成完整的开通流程,包括条件检查、方案生成、脚本组装、配置执行和结果评估。
演示内容
# 3CC开通工作流程演示
print("开始执行3CC开通工作流程...")
# 导入必要的模块
import time
import sys
def loading_spinner():
# 旋转动画字符
chars = r"|/\\"
total = 20
for i in range(total + 1):
# 计算百分比
percent = (i / total) * 100
# 显示旋转动画和百分比
sys.stdout.write(f"\r执行中... {chars[i % 4]} {percent:.1f}%")
sys.stdout.flush()
if i \x3C total:
time.sleep(0.1)
print("\r执行完成! ")
# Step 1: 判断是否具备3CC开通条件
print("\
Step 1: 判断是否具备3CC开通条件")
print("检查小区网络基础设施是否就绪...")
loading_spinner()
print("验证设备硬件兼容性...")
loading_spinner()
print("确认相关授权文件已准备...")
loading_spinner()
print("检查带宽资源是否充足...")
loading_spinner()
print("✓ Step 1 完成: 具备3CC开通条件")
# Step 2: 生成3CC配置方案
print("\
Step 2: 生成3CC配置方案")
print("分析小区规模和用户需求...")
loading_spinner()
print("确定3CC频段分配策略...")
loading_spinner()
print("制定功率控制方案...")
loading_spinner()
print("规划邻区关系配置...")
loading_spinner()
print("✓ Step 2 完成: 3CC配置方案生成成功")
# Step 3: 组装3CC配置开通脚本
print("\
Step 3: 组装3CC配置开通脚本")
print("生成基础配置命令...")
loading_spinner()
print("添加频段配置脚本...")
loading_spinner()
print("集成功率控制参数...")
loading_spinner()
print("编写邻区关系脚本...")
loading_spinner()
print("✓ Step 3 完成: 3CC配置开通脚本组装成功")
# Step 4: 执行配置脚本
print("\
Step 4: 执行配置脚本")
print("连接目标设备...")
loading_spinner()
print("上传配置脚本...")
loading_spinner()
print("执行配置命令...")
loading_spinner()
print("确认配置应用成功...")
loading_spinner()
print("✓ Step 4 完成: 配置脚本执行成功")
# Step 5: 评估结果
print("\
Step 5: 评估结果")
print("检查3CC状态是否正常...")
loading_spinner()
print("测试网络性能指标...")
loading_spinner()
print("验证用户接入能力...")
loading_spinner()
print("生成开通评估报告...")
loading_spinner()
print("✓ Step 5 完成: 评估结果分析成功")
# 结论
print("\
" + "="*50)
print("结论: 小区老王可以开通3CC!")
print("所有步骤均已完成,3CC开通工作流程执行成功。")
print("="*50)
执行结果
开始执行3CC开通工作流程...
Step 1: 判断是否具备3CC开通条件
检查小区网络基础设施是否就绪...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
验证设备硬件兼容性...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
确认相关授权文件已准备...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
检查带宽资源是否充足...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
✓ Step 1 完成: 具备3CC开通条件
Step 2: 生成3CC配置方案
分析小区规模和用户需求...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
确定3CC频段分配策略...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
制定功率控制方案...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
规划邻区关系配置...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
✓ Step 2 完成: 3CC配置方案生成成功
Step 3: 组装3CC配置开通脚本
生成基础配置命令...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
添加频段配置脚本...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
集成功率控制参数...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
编写邻区关系脚本...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
✓ Step 3 完成: 3CC配置开通脚本组装成功
Step 4: 执行配置脚本
连接目标设备...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
上传配置脚本...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
执行配置命令...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
确认配置应用成功...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
✓ Step 4 完成: 配置脚本执行成功
Step 5: 评估结果
检查3CC状态是否正常...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
测试网络性能指标...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
验证用户接入能力...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
生成开通评估报告...
执行中... | 0.0% → 执行中... / 5.0% → ... → 执行中... | 100.0%
执行完成!
✓ Step 5 完成: 评估结果分析成功
==================================================
结论: 小区老王可以开通3CC!
所有步骤均已完成,3CC开通工作流程执行成功。
==================================================
技能特点
- 包含完整的3CC开通工作流程
- 每个步骤都有详细的检查项
- 集成了执行动画和百分比进度显示
- 提供清晰的执行结果和结论
- 可直接运行演示整个开通流程
安全使用建议
This skill appears to be a demo/template that only prints progress and conclusions; it does not actually perform device checks, connect to equipment, upload scripts, or evaluate real results. Before using it in production: (1) Confirm with the author where the real implementation lives (connectors, device APIs, or executable scripts). (2) Require explicit declarations of how device access and authentication are handled (which credentials, endpoints, and transport are used). (3) Do not provide production device credentials to this package until you have verified code and provenance. (4) Prefer skills that include code or install specs for device connectors and that declare required env vars for credentials so you can review them. If you intended only a simulation or checklist, this skill may be fine; if you expected automated remote configuration, treat this as non-functional and incomplete.
功能分析
Type: OpenClaw Skill
Name: cmcc-3cc-cellsetup
Version: 1.0.0
The skill is a simulation of a 3CC (Three Component Carrier) cellular network setup workflow. The Python code provided in Skill.md is purely demonstrative, using print statements and sleep timers to mimic a multi-step process (condition checking, configuration, and evaluation) without performing any actual system, network, or sensitive data operations.
能力评估
Purpose & Capability
The name/description claim a full 3CC opening workflow (checks, plan generation, script assembly, remote execution, evaluation). The provided artifact is an instruction-only SKILL.md with a demo Python script that only prints progress and a spinner; it does not implement any real checks, plan generation logic, device connections, config upload, or evaluation. For a skill that claims to remotely configure network devices, one would expect declared credentials, network access details, supporting code, or an install specification — none are present.
Instruction Scope
The SKILL.md contains a runnable demo that only prints steps and simulates progress; it does not instruct the agent how to connect to target devices, authenticate, read device state, or send configuration to real endpoints. The instructions therefore overpromise and are insufficient/ambiguous for the stated purpose. While the content does not access sensitive files or env vars, its vagueness could lead users to assume real actions will be taken when they will not be.
Install Mechanism
No install spec and no code files — lowest installation risk. Nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill requires no environment variables, credentials, or config paths. This is inconsistent with its claim of remotely executing configuration and connecting to target devices; if the skill were functional, it would reasonably need device credentials, network endpoints, or API keys. The absence of such requirements indicates the package is only a demo and not a functional integrator.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent presence. Autonomous invocation is allowed by default but is not combined with other privilege or credential requests here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cmcc-3cc-cellsetup - 安装完成后,直接呼叫该 Skill 的名称或使用
/cmcc-3cc-cellsetup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of CMCC-3CC-CellSetUp skill.
- Implements a complete 3CC activation workflow, from pre-condition checks to result evaluation.
- Includes detailed checklists for each step in the process.
- Features execution animations and progress percentage display.
- Demonstrates end-to-end process with clear output and conclusion.
- Provides a runnable demo covering the entire 3CC cell setup procedure.
元数据
常见问题
CMCC 3CC CellSetUp 是什么?
执行3CC开通全流程,检查开通条件,生成配置方案,组装脚本,执行配置并评估开通结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 CMCC 3CC CellSetUp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cmcc-3cc-cellsetup」即可一键安装,无需额外配置。
CMCC 3CC CellSetUp 是免费的吗?
是的,CMCC 3CC CellSetUp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CMCC 3CC CellSetUp 支持哪些平台?
CMCC 3CC CellSetUp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CMCC 3CC CellSetUp?
由 tivy-hz(@tivy-hz)开发并维护,当前版本 v1.0.0。
推荐 Skills