orchardcore-ai-workflows

orchardcore-ai-workflows is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 168 tokens per session (1,845 once invoked), scanned A, original, MIT.

An Orchard Core Workflows extension that adds AI completion tasks using reusable AI profiles or direct settings. Workflows are visual or configured sequences that run actions when events occur.

In plain words
What is it for?
Use it to add AI-generated summaries or extracted values to workflows, choose available AI tools, and react to chat-session events such as completion or closure.
Why use it?
It lets an automated Orchard process send rendered prompts to an AI service and keep the resulting response for later workflow steps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to add AI-generated summaries or extracted values to workflows, choose available AI tools, and react to chat-session events such as completion or closure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-ai-workflows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-ai-workflows
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchardcore-ai-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-workflows.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-workflows)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-workflows"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-workflows.svg" alt="Measured on agentmods" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,845 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 30
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00168 $0.01845
Opus 5 $0.00084 $0.00923
Sonnet 5 $0.00034 $0.00369
Haiku 4.5 $0.00017 $0.00185

Measured 5d ago against content hash 5f43fa70ee09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

orchardcore-ai-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/crestapps-orchardcore/skills/orchardcore-ai-workflows/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchard Core AI Workflows - Prompt Templates

Use AI Services in Orchard Core Workflows

You are an Orchard Core expert. Generate workflow configurations and extension code that use CrestApps AI Services. The AI workflow activities are registered by the AI Services module only when OrchardCore.Workflows is enabled.

Guidelines

  • Enable CrestApps.OrchardCore.AI and OrchardCore.Workflows before adding AI activities to a workflow.
  • Use AI Completion using Profile when a reusable AI Profile defines orchestration, deployments, system instructions, and selected capabilities.
  • Use AI Completion using Direct Config only when the workflow must own its deployment, system message, generation settings, and tool selection.
  • Both completion tasks render their prompt template with Orchard Liquid before sending a user chat message.
  • Both tasks save a non-empty response as an AIResponseMessage in Workflow.Output.
  • Use a unique result property name, preferably prefixed with AI-, to avoid collisions with other workflow output.
  • Read the text output through .Content, for example Workflow.Output["AI-summary"].Content.
  • Both task activities have Done, Drew Blank, and Failed outcomes. Branch workflows deliberately for all three.
  • The profile task fails if the selected profile, generated prompt, or chat deployment cannot be resolved.
  • The direct-config task fails if the deployment lacks a valid connection, the prompt is empty, or the completion throws.
  • Direct-config tasks may select registered non-system tools. The task configures automatic tool use and honors the configured maximum function-iteration limit.
  • AI workflow event activities filter by optional ProfileId and use the chat session ID as their workflow correlation ID.
  • The field-extraction, all-fields-extracted, closed, and post-processed events require AI chat session processing plus OrchardCore.Workflows.
  • Do not place secrets, access tokens, or untrusted raw input in workflow prompt templates.
  • Install CrestApps packages in the web/startup project.

Read the full file on GitHub · 166 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 166 lines · 168 tokens per session scan A 5f43fa70ee09

Subscribe to this mod's changes

orchardcore-ai-workflows is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 10d ago), licensed MIT. It adds 168 tokens to every session and 1,845 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

n8n-agents

Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…

czlonkowski/n8n-mcp · 156 tokens

coding-agents-prompt-authoring

To author, adapt, review, and validate prompts (skills, agents, workflows, rules, etc.) with brief, contracts, and a validation pack.

griddynamics/rosetta · 39 tokens

prompt-decorators-usage

Use when a user's prompt would clearly benefit from a reasoning, structure, tone, or verification decorator - or when they ask "what decorators should I use?". Teaches when and how to suggest inline ::Name(params) sigils instead of repeating verbose prompt-engineering instructions manually.

synaptiai/prompt-decorators · 63 tokens

aws-generative-ai-developer

Build Amazon Bedrock and serverless generative AI applications using Lambda, API Gateway, Step Functions, EventBridge, S3, DynamoDB, SQS, Guardrails, and IAM. Prefer this for serverless GenAI app design and implementation; prefer aws-agentcore for AgentCore runtime, aws-bedrock-agent-security-governor for deep Bedrock…

VincentChuWaiChow/vanguard-frontier-agentic · 93 tokens

unified-ai-gateway

Operate and evaluate Unified AI System through twelve governed MCP tools, including provider-free prompt enhancement, while preserving fake-provider, authorization, and evidence boundaries.

happy520ai/unified-ai-system · 35 tokens

cursor-prompting

Internal guidance for composing cursor-agent prompts and picking models for coding, review, diagnosis, and research tasks inside the Cursor Claude Code plugin.

zebbern/agent-collab · 31 tokens