Category: tool
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-storage-oss-ossutilExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-storage-oss-ossutil from cinience/alicloud-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alicloud-storage-oss-ossutil. Access via /alicloud-storage-oss-ossutil in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
368
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
368
stars
Category: tool
python skills/storage/oss/alicloud-storage-oss-ossutil/scripts/check_ossutil.py --output output/alicloud-storage-oss-ossutil/validate.txt
Pass criteria: command exits 0 and output/alicloud-storage-oss-ossutil/validate.txt is generated.
output/alicloud-storage-oss-ossutil/.ossutil config or config file).ossutil ls to list buckets, then list objects using the bucket region.references/install.md for platform-specific install steps.ossutil config
~/.ossutilconfigC:\Users\issuser\.ossutilconfigMain configuration fields include:
AccessKey IDAccessKey SecretRegion(example default cn-hangzhou; ask the user if the best region is unclear)Endpoint(optional; auto-derived from region if omitted)Use RAM users/roles with least privilege and avoid passing AK in plain text on command line.
Recommended method (environment variables):
export ALICLOUD_ACCESS_KEY_ID="<your-ak>"
export ALICLOUD_ACCESS_KEY_SECRET="<your-sk>"
export ALICLOUD_REGION_ID="cn-beijing"
ALICLOUD_REGION_ID can be used as default region; if unset choose the most reasonable region, ask user if unclear.
Or use the standard shared credentials file:
~/.alibabacloud/credentials
[default]
type = access_key
access_key_id = <your-ak>
access_key_secret = <your-sk>
ossutil configossutil api put-bucket-aclossutil ls
ossutil ls oss://your-bucket -r --short-format --region cn-shanghai -e https://oss-cn-shanghai.aliyuncs.com
ossutil cp ./local.txt oss://your-bucket/path/local.txt
ossutil cp oss://your-bucket/path/remote.txt ./remote.txt
ossutil sync ./local-dir oss://your-bucket/path/ --delete
ossutil ls
Get target bucket region from output (e.g. oss-cn-shanghai) and convert it to --region format (cn-shanghai).
When listing objects, explicitly set --region and -e to avoid cross-region signature/endpoint errors.
ossutil ls oss://your-bucket \
-r --short-format \
--region cn-shanghai \
-e https://oss-cn-shanghai.aliyuncs.com
ossutil ls oss://your-bucket --limited-num 100
ossutil ls oss://your-bucket/some-prefix/ -r --short-format --region cn-shanghai -e https://oss-cn-shanghai.aliyuncs.com
Error: region must be set in sign version 4.
region in config file, or pass --region cn-xxx.The bucket you are attempting to access must be addressed using the specified endpoint
-e https://oss-cn-hongkong.aliyuncs.com.Invalid signing region in Authorization header
--region and -e; both must match bucket region.OSSUTIL 2.0 overview and install/config:
Official source list:references/sources.md
ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
cinience/alicloud-skills
yoanbernabeu/grepai-skills
davila7/claude-code-templates
wshobson/agents
dpearson2699/swift-ios-skills
jeffallan/claude-skills
alicloud-storage-oss-ossutil fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
alicloud-storage-oss-ossutil is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in alicloud-storage-oss-ossutil — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added alicloud-storage-oss-ossutil from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
I recommend alicloud-storage-oss-ossutil for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
alicloud-storage-oss-ossutil fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added alicloud-storage-oss-ossutil from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
alicloud-storage-oss-ossutil reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: alicloud-storage-oss-ossutil is the kind of skill you can hand to a new teammate without a long onboarding doc.
alicloud-storage-oss-ossutil has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 58