-skill_name-
Solid{{ skill_description }}
Data & Documents 42,812 stars
4025 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# {{ skill_name }}
{{ skill_intro }}
## Installation
```bash
pip install -e .
```
## Entry Points
```bash
cli-anything-{{ software_name }}
python -m cli_anything.{{ software_name }}
```
{% if important_constraints %}
## Important Constraints
{% for constraint in important_constraints %}
- {{ constraint }}
{% endfor %}
{% endif %}
## Command Groups
{% for group in command_groups %}
### {{ group.name }}
{{ group.description }}
| Command | Description |
|---------|-------------|
{% for cmd in group.commands -%}
| `{{ cmd.name }}` | {{ cmd.description }} |
{% endfor %}
{% endfor %}
## Examples
{% for example in examples %}
### {{ example.title }}
{{ example.description }}
```bash
{{ example.code }}
```
{% endfor %}
## Version
{{ version }}
Details
- Author
- HKUDS
- Repository
- HKUDS/CLI-Anything
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
-skill_name-
{{ skill_description }}
0 Updated 2 months ago
xxxxkkkqq AI & Automation Listed
-skill_name-
{{ skill_description }}
90 Updated 4 weeks ago
PiaoyangGuohai1 Data & Documents Listed
your-skill-name
One-line description of what this skill does. Used in README and IDE rule descriptions.
2 Updated 5 days ago
iammohdzaki