← 返回 Skills 市场
plusplus7

list-running-starred-services

作者 plusplus7 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install list-running-starred-services
功能描述
Use this skill when you need to call bytedcli tce list-starred-service and print the raw original output directly.
使用说明 (SKILL.md)

List Running Starred Services

Use this skill when the user wants the original output of bytedcli tce list-starred-service.

Workflow

  1. Run bytedcli tce list-starred-service.
  2. Print the command output directly.

Notes

  • Do not add pagination flags unless the user explicitly asks for them.
  • Do not post-process the output.
  • If bytedcli is unavailable or the network is blocked, report that clearly and include the failing command.
安全使用建议
This skill simply runs `bytedcli tce list-starred-service` and prints the raw output. Before installing or using it, confirm that: (1) you have the `bytedcli` binary you expect and trust (the SKILL.md doesn't install it), (2) you understand that the raw CLI output may contain sensitive information or tokens from local CLI auth/config, and you're comfortable exposing that to the agent, and (3) you are okay with the agent implicitly invoking the skill when relevant (allow_implicit_invocation is enabled). If you want safer behavior, ask for the skill to: declare the `bytedcli` dependency, document which credentials/config it reads, or add an option to redact or filter sensitive fields instead of always printing raw output.
功能分析
Type: OpenClaw Skill Name: list-running-starred-services Version: 1.0.1 The skill is a straightforward wrapper for the 'bytedcli tce list-starred-service' command, designed to display the raw output of starred services to the user. Analysis of SKILL.md and agents/openai.yaml shows no evidence of malicious intent, data exfiltration, or harmful prompt injection; the functionality is limited to executing a specific, legitimate-looking CLI tool.
能力评估
Purpose & Capability
The skill's description and SKILL.md both say to run `bytedcli tce list-starred-service` and print the raw output. The only minor inconsistency is the skill name includes the word "running" (list-running-starred-services) while the command refers to "list-starred-service", but this is likely a naming quirk rather than functional mismatch.
Instruction Scope
Instructions are narrow and explicit: run the single CLI command and return output unmodified. However, the skill tells the agent to print raw output without post-processing, which may reveal sensitive data that the CLI returns (credentials, tokens, internal identifiers). The SKILL.md does not declare the dependency on the `bytedcli` binary or any credentials/config files it may consult.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install mechanism.
Credentials
The skill declares no required environment variables or credentials. In practice `bytedcli` may rely on locally stored credentials/config (e.g., token files, environment vars). The absence of declared env/credential requirements is not a functional mismatch but means users should be aware the CLI may access local auth material when run.
Persistence & Privilege
always is false and there is no install or config writing. The included agents/openai.yaml sets allow_implicit_invocation: true (allows the agent to invoke the skill when relevant), which is normal for small utility skills and not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install list-running-starred-services
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /list-running-starred-services 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated to print the raw, original output of bytedcli tce list-starred-service without any filtering or processing. - The skill no longer limits output to only running services; it now returns the full starred services list as-is. - Clarified instructions and description to reflect the new direct-output behavior.
v1.0.0
- Initial release of list-running-starred-services skill. - Lists only starred TCE services whose status is running or status_display is 正在运行. - Retains the original CLI output style; does not reformat results. - Pagination and output conversion are not applied unless specifically requested. - Reports command failures or network issues with clear messaging and the command used.
元数据
Slug list-running-starred-services
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

list-running-starred-services 是什么?

Use this skill when you need to call bytedcli tce list-starred-service and print the raw original output directly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 list-running-starred-services?

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

list-running-starred-services 是免费的吗?

是的,list-running-starred-services 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

list-running-starred-services 支持哪些平台?

list-running-starred-services 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 list-running-starred-services?

由 plusplus7(@plusplus7)开发并维护,当前版本 v1.0.1。

💬 留言讨论