Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기파일 탐색기
2 개 파일SKILL.md
readonlyInteract with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
Send emails using mailsend-go CLI
| name | redis |
| description | Manage Redis databases via the redis-cli tool. |
| metadata | {"displayName":"Redis","icon":"database","category":"databases","version":"1.0.0","dependencies":{"cli":"redis-cli","checkCommand":"redis-cli --version","bundledInstall":"skills/redis/install.sh","install":{"darwin":{"brew":"redis"},"linux":{"apt":"redis-tools","dnf":"redis"},"windows":{"choco":"redis-64","scoop":"redis"}}},"config":[{"name":"REDIS_HOST","label":"Host","type":"string","required":false,"placeholder":"localhost"},{"name":"REDIS_PORT","label":"Port","type":"string","required":false,"placeholder":"6379"}],"auth":{"type":"basic"}} |
Use redis-cli to interact with Redis instances.
redis-cli -h <host> -p <port> -a <password>SET key valueGET keyKEYS patternDEL keyINFOexitredis-cli to be installed in the environment.