Skip to content
Skillv1.0.0

short

Rewrite the previous response more briefly while preserving the substance.

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

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

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/short/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill short. Copyright stays with the author (MIT).

rewrite your last response to be simpler & shorter. do not do anything else.

When to Use

  • Use when the user asks for a shorter, simpler, or TLDR version of the previous response.
  • Use when the current answer should be compressed without changing the substance.

Example

User request:

Rewrite your previous response in half the length while preserving every decision and action item.

Limitations

  • Adapted from davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.
  • For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.

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/sickn33-agentic-awesome-skills-short/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.

sickn33-agentic-awesome-skills-short.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-short",
  "kind": "skill",
  "name": "short",
  "description": "Rewrite the previous response more briefly while preserving the substance.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "writing",
      "editing",
      "concise",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rewrite the previous response more briefly while preserving the substance."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/short/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/short/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/short/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "rewrite your last response to be simpler & shorter. do not do anything else.\n\n## When to Use\n\n- Use when the user asks for a shorter, simpler, or TLDR version of the previous response.\n- Use when the current answer should be compressed without changing the substance.\n\n## Example\n\n**User request:**\n\n> Rewrite your previous response in half the length while preserving every decision and action item.\n\n## Limitations\n\n- Adapted from `davidondrej/skills`; verify local paths, tools, credentials, and agent features before acting.\n- For commands, remote access, scheduling, browser automation, or file-",
  "cost": {
    "context_tokens": 172
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-short/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.