-skill_name-
Solid{{ skill_description }}
Data & Documents 40,338 stars
3809 forks Updated 2 days ago 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
- 2 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Solid
skill
Manage local skills - list, add, remove, search, edit
23 Updated 1 months ago
MeroZemory AI & Automation Featured
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.
1,140 Updated 1 months ago
AIPexStudio Data & Documents Listed
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
65 Updated 2 months ago
alffei Data & Documents Solid
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
36 Updated 3 weeks ago
tylerwind