← Back to Skills Marketplace
125
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install list-running-starred-services
Description
Use this skill when you need to call bytedcli tce list-starred-service and print the raw original output directly.
README (SKILL.md)
List Running Starred Services
Use this skill when the user wants the original output of bytedcli tce list-starred-service.
Workflow
- Run
bytedcli tce list-starred-service. - 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
bytedcliis unavailable or the network is blocked, report that clearly and include the failing command.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install list-running-starred-services - After installation, invoke the skill by name or use
/list-running-starred-services - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is list-running-starred-services?
Use this skill when you need to call bytedcli tce list-starred-service and print the raw original output directly. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install list-running-starred-services?
Run "/install list-running-starred-services" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is list-running-starred-services free?
Yes, list-running-starred-services is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does list-running-starred-services support?
list-running-starred-services is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created list-running-starred-services?
It is built and maintained by plusplus7 (@plusplus7); the current version is v1.0.1.
More Skills