Skip to content
Skillv1.0.0

send_to_linkwarden

All automated tests are run using Flutter. To install Flutter:

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

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

See reviews

About

Imported from arran4/send_to_linkwarden (AGENTS.md). Install upstream with npx skills add arran4/send_to_linkwarden. Copyright stays with the author.

Agent Instructions

Testing

All automated tests are run using Flutter. To install Flutter:

  1. Download https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.7-stable.tar.xz.
  2. Extract the archive to a convenient location (for example ~/.flutter).
  3. Add the extracted bin directory to the PATH environment variable.

After installing, run flutter doctor to verify the setup and use flutter test to execute the test suite.

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/arran4-send-to-linkwarden-send-to-linkwarden/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.

arran4-send-to-linkwarden-send-to-linkwarden.ocm.jsonjson
{
  "ocm": "1",
  "id": "arran4-send-to-linkwarden-send-to-linkwarden",
  "kind": "skill",
  "name": "send_to_linkwarden",
  "description": "All automated tests are run using Flutter. To install Flutter:",
  "publisher": "arran4",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "All automated tests are run using Flutter. To install Flutter:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/arran4/send_to_linkwarden",
      "path": "AGENTS.md",
      "ref": "7885cafc53e90405949122f56678f4aa86cfb27e",
      "url": "https://github.com/arran4/send_to_linkwarden/blob/7885cafc53e90405949122f56678f4aa86cfb27e/AGENTS.md",
      "key": "arran4/send_to_linkwarden/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## Testing\n\nAll automated tests are run using Flutter. To install Flutter:\n\n1. Download `https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.7-stable.tar.xz`.\n2. Extract the archive to a convenient location (for example `~/.flutter`).\n3. Add the extracted `bin` directory to the `PATH` environment variable.\n\nAfter installing, run `flutter doctor` to verify the setup and use `flutter test` to execute the test suite.",
  "cost": {
    "context_tokens": 120
  }
}

Fetch it by URL: GET /api/v1/registry/arran4-send-to-linkwarden-send-to-linkwarden/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.

send_to_linkwarden - Skill - OpenSmartRoute