Skip to content
OpenSmartRoute
Skillv1.0.0

clade-core-workflow-a

Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with "anthropic workflow", "claude m

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

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

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/clade-core-workflow-a/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill clade-core-workflow-a. Copyright stays with the author (MIT).

Anthropic Core Workflow A → Model Inference

Overview

This skill redirects to clade-model-inference which covers streaming, vision, structured output, and all Messages API patterns.

Prerequisites

  • Completed clade-install-auth setup
  • ANTHROPIC_API_KEY configured

Instructions

Step 1: Use claude-model-inference instead

This skill has been replaced. The primary Anthropic workflow is the Messages API, covered in full by clade-model-inference.

Step 2: Key topics covered there

  • Streaming responses with client.messages.stream()
  • Vision — sending images to Claude
  • Structured JSON output via system prompts
  • Multi-turn conversations
  • All Messages API parameters

Output

  • Redirected to clade-model-inference
  • All Messages API patterns available there

Error Handling

Issue Solution
Skill not found Run clade-model-inference directly

Examples

// Use claude-model-inference for the full Messages API guide
import Anthropic from '@claude-ai/sdk';
const client = new Anthropic();
const stream = client.messages.stream({
  model: 'claude-sonnet-4-20250514',
  max_tokens: 1024,
  messages: [{ role: 'user', content: 'Hello!' }],
});

Resources

Next Steps

Run clade-model-inference for the complete guide.

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/jeremylongshore-tons-of-skills-marketplace-clade-core-wo-7e71a3/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.

jeremylongshore-tons-of-skills-marketplace-clade-core-wo-7e71a3.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-clade-core-wo-7e71a3",
  "kind": "skill",
  "name": "clade-core-workflow-a",
  "description": "Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with \"anthropic workflow\", \"claude main workflow\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "anthropic",
      "claude",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with \"anthropic workflow\", \"claude main workflow\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/clade-core-workflow-a/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/clade-core-workflow-a/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/clade-core-workflow-a/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read"
    ],
    "license": "MIT"
  },
  "instructions": "# Anthropic Core Workflow A → Model Inference\n\n## Overview\n\nThis skill redirects to `clade-model-inference` which covers streaming, vision, structured output, and all Messages API patterns.\n\n## Prerequisites\n\n- Completed `clade-install-auth` setup\n- `ANTHROPIC_API_KEY` configured\n\n## Instructions\n\n### Step 1: Use claude-model-inference instead\n\nThis skill has been replaced. The primary Anthropic workflow is the Messages API, covered in full by `clade-model-inference`.\n\n### Step 2: Key topics covered there\n\n- Streaming responses with `client.messages.stream()`\n- Vision — sending images to Claud",
  "cost": {
    "context_tokens": 362
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-clade-core-wo-7e71a3/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.