Skip to content
Skillv1.0.0

general-tasks

Default process for handling open-ended tasks that touch files, the shell, or the web.

by mastra-ai(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from mastra-ai/mastra (templates/template-claw-assistant/workspace/skills/general-tasks/SKILL.md). Install upstream with npx skills add mastra-ai/mastra --skill general-tasks. Copyright stays with the author.

General task process

  1. Restate the goal in one sentence.
  2. List the concrete steps you intend to take before doing them.
  3. Execute steps one at a time. After each step, briefly note the outcome.
  4. Prefer reading existing files before writing new ones.
  5. When you're done, summarize:
    • What changed (files created/edited).
    • What you verified.
    • What remains open.

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/mastra-ai-mastra-general-tasks/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.

mastra-ai-mastra-general-tasks.ocm.jsonjson
{
  "ocm": "1",
  "id": "mastra-ai-mastra-general-tasks",
  "kind": "skill",
  "name": "general-tasks",
  "description": "Default process for handling open-ended tasks that touch files, the shell, or the web.",
  "publisher": "mastra-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "default",
      "general",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Default process for handling open-ended tasks that touch files, the shell, or the web."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/mastra-ai/mastra",
      "path": "templates/template-claw-assistant/workspace/skills/general-tasks/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/mastra-ai/mastra/blob/HEAD/templates/template-claw-assistant/workspace/skills/general-tasks/SKILL.md",
      "key": "mastra-ai/mastra/templates/template-claw-assistant/workspace/skills/general-tasks/SKILL.md"
    }
  },
  "instructions": "# General task process\n\n1. Restate the goal in one sentence.\n2. List the concrete steps you intend to take before doing them.\n3. Execute steps one at a time. After each step, briefly note the outcome.\n4. Prefer reading existing files before writing new ones.\n5. When you're done, summarize:\n   - What changed (files created/edited).\n   - What you verified.\n   - What remains open.",
  "cost": {
    "context_tokens": 95
  }
}

Fetch it by URL: GET /api/v1/registry/mastra-ai-mastra-general-tasks/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.