oss-upload

oss-upload is a skill for Claude Code, Codex from clacky-ai/openclacky. It costs 40 tokens per session (389 once invoked), scanned A, original, MIT.

A file-upload tool for sending local files or folders to Tencent Cloud Object Storage, a service for storing files online, where they are served through a public content-delivery URL.

In plain words
What is it for?
Use it to upload one file or an entire directory and return the corresponding public CDN address.
Why use it?
It provides a documented way to publish static files and assets without manually handling the storage upload process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to upload one file or an entire directory and return the corresponding public CDN address.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clacky-ai/openclacky/oss-upload
About the project

OpenClacky is an open-source AI coding agent that uses OpenAI-compatible models to perform tasks through tools and subagents. It is intended for developers who want an agent with flexible model choice and lower token usage. The catalogue skills and agents extend its workflows and capabilities.

clacky-ai/openclacky · 1,188 stars · on GitHub · openclacky.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add clacky-ai/openclacky --skill oss-upload
Clone the repo
git clone --depth 1 https://github.com/clacky-ai/openclacky

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oss-upload

README.md
[![agentmods](https://agentmods.dev/badge/skills/clacky-ai/openclacky/oss-upload/github.svg)](https://agentmods.dev/skills/clacky-ai/openclacky/oss-upload)
Your own site
<a href="https://agentmods.dev/skills/clacky-ai/openclacky/oss-upload"><img src="https://agentmods.dev/badge/skills/clacky-ai/openclacky/oss-upload/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oss-upload

Your own site · 80×15
<a href="https://agentmods.dev/skills/clacky-ai/openclacky/oss-upload"><img src="https://agentmods.dev/badge/skills/clacky-ai/openclacky/oss-upload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00389
Opus 5 $0.00020 $0.00195
Sonnet 5 $0.00008 $0.00078
Haiku 4.5 $0.00004 $0.00039

Measured 11d ago against content hash af24e162cbc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

oss-upload scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.clacky/skills/oss-upload/SKILL.md · 48 lines

What it actually says

OSS Upload Skill

Upload files to Tencent COS bucket clackyai-1258723534, served via https://oss.1024code.com.

Tool

coscli — config at ~/.cos.yaml

Bucket Info

  • Bucket: clackyai-1258723534
  • Region: ap-guangzhou
  • Endpoint: cos.ap-guangzhou.myqcloud.com
  • Public CDN: https://oss.1024code.com/<path>

Upload Command

coscli cp <local-file> cos://clackyai-1258723534/<remote-path>

Examples

# Upload a single file to bucket root
coscli cp /tmp/wsl.2.6.3.0.arm64.msi cos://clackyai-1258723534/wsl.2.6.3.0.arm64.msi

# Upload to a subdirectory
coscli cp /tmp/install.ps1 cos://clackyai-1258723534/clacky-ai/openclacky/main/scripts/install.ps1

# Upload entire directory recursively
coscli cp /tmp/dist/ cos://clackyai-1258723534/dist/ -r

Public URL

After upload, the file is accessible at:

https://oss.1024code.com/<remote-path>

Steps

  1. Confirm local file exists
  2. Run coscli cp <local> cos://clackyai-1258723534/<path>
  3. Return the public URL: https://oss.1024code.com/<path>
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 48 lines · 40 tokens per session scan A af24e162cbc3

Subscribe to this mod's changes

oss-upload is a skill published in the GitHub repository clacky-ai/openclacky (1,188 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 389 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

terraform-cli-setup

A setup guide for installing and initializing Terraform, a tool for managing infrastructure from configuration files. It also covers basic provider downloads and mirror settings, but not cloud-provider credentials.

agentscope-ai/QwenPaw · 58 tokens

alicloud_cli

A Chinese-language reference for the Alibaba Cloud command-line tool, which lets developers manage Alibaba Cloud services from a terminal. It uses an offline copy of the documentation as its main source.

agentscope-ai/QwenPaw · 45 tokens

webflow-cli:cloud

Create, build, and deploy Webflow Cloud apps from the CLI (site-attached or project apps), and manage existing ones — apps, domains, environments, deployments, build/runtime logs, and environment variables including secrets. Use when initializing or deploying a Cloud app, importing an existing GitHub repository…

webflow/webflow-skills · 134 tokens

website-builder

Build an approved Vite/React/Tailwind plan, collect assets, verify static output, deploy to GitHub Pages, and emit metadata. Use for implementing tasks.md. Don't use for design review, planning, backend services, or unapproved specs.

luongnv89/skills · 54 tokens

webflow-mcp:cloud-apps

Create GitHub-source Webflow Cloud apps and monitor, troubleshoot, or manage existing apps through Webflow MCP. Use when creating a standalone or site-attached app from GitHub; identifying apps or environments; checking public URLs, domains, configuration keys, or deployed versions; diagnosing failures; changing a…

webflow/webflow-skills · 116 tokens