Skip to content
Skillv1.0.0

scripts

`public/images/picsum/{seq}.jpg` に保存されるローカル画像を取得します。

by yuremono(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from yuremono/agent-driven-CMS (scripts/AGENTS.md). Install upstream with npx skills add yuremono/agent-driven-CMS --skill scripts. Copyright stays with the author.

Scripts

picsum 画像の取得

public/images/picsum/{seq}.jpg に保存されるローカル画像を取得します。

使い方

./scripts/download-image.sh
./scripts/download-image.sh 600 400
./scripts/download-image.sh landscape

よく使う比率

  • ./scripts/download-image-square.sh - 1:1
  • ./scripts/download-image-portrait.sh - 4:5
  • ./scripts/download-image-landscape.sh - 3:2
  • ./scripts/download-image-wide.sh - 16:10
  • ./scripts/download-image-banner.sh - 21:9

保存先

public/images/picsum/{seq}.jpg

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/yuremono-agent-driven-cms-scripts/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

yuremono-agent-driven-cms-scripts.ocm.jsonjson
{
  "ocm": "1",
  "id": "yuremono-agent-driven-cms-scripts",
  "kind": "skill",
  "name": "scripts",
  "description": "`public/images/picsum/{seq}.jpg` に保存されるローカル画像を取得します。",
  "publisher": "yuremono",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`public/images/picsum/{seq}.jpg` に保存されるローカル画像を取得します。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/yuremono/agent-driven-CMS",
      "path": "scripts/AGENTS.md",
      "ref": "8a785e0383f8e97c5fe8ba1f150b7475ed73c2b5",
      "url": "https://github.com/yuremono/agent-driven-CMS/blob/8a785e0383f8e97c5fe8ba1f150b7475ed73c2b5/scripts/AGENTS.md",
      "key": "yuremono/agent-driven-CMS/scripts/AGENTS.md"
    }
  },
  "instructions": "# Scripts\n\n## picsum 画像の取得\n\n`public/images/picsum/{seq}.jpg` に保存されるローカル画像を取得します。\n\n### 使い方\n\n```bash\n./scripts/download-image.sh\n./scripts/download-image.sh 600 400\n./scripts/download-image.sh landscape\n```\n\n### よく使う比率\n\n- `./scripts/download-image-square.sh` - 1:1\n- `./scripts/download-image-portrait.sh` - 4:5\n- `./scripts/download-image-landscape.sh` - 3:2\n- `./scripts/download-image-wide.sh` - 16:10\n- `./scripts/download-image-banner.sh` - 21:9\n\n### 保存先\n\n`public/images/picsum/{seq}.jpg`",
  "cost": {
    "context_tokens": 122
  }
}

Fetch it by URL: GET /api/v1/registry/yuremono-agent-driven-cms-scripts/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.