workflow_mapper

A workflow planning tool that records the apps you use, the tasks they support, and the problems you encounter. It also shows connected-workflow ideas and automation rules.

In plain words
What is it for?
Use it to maintain a tool inventory, map daily workflows, review possible Enso integrations, and create automation rules.
Why use it?
It gives you one place to see where work is split across tools and where repeated manual steps cause friction.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/proxy2021/enso/workflow_mapper
Any agent
npx skills add Proxy2021/Enso --skill workflow_mapper
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00028 $0.00923
Opus 5 $0.00014 $0.00462
Sonnet 5 $0.00006 $0.00185
Haiku 4.5 $0.00003 $0.00092

Measured yesterday against content hash f3444d3eddf0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflow_mapper 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 yesterday.

The scan reads SKILL.md. This mod also ships 6 executable files (executors/analyze.js, executors/automation.js, executors/browse.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

server/apps/workflow_mapper/SKILL.md · 68 lines

How it starts

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

Workflow integration mapper — inventory your daily tools, map workflows, discover Enso integration opportunities, and build automation rules to eliminate friction

Tool Reference

enso_workflow_mapper_browse (primary)

View your workflow profile: tool inventory summary, mapped workflows, integration score, and automation rules. Use when the user says: 'open workflow mapper', 'show my workflows', 'workflow dashboard', 'integration planner', 'show my tools'.

enso_workflow_mapper_inventory

Add, remove, or update tools in your daily tool inventory. Specify category, frequency, use case, and pain points for each tool. Use when the user says: 'add a tool', 'I use Slack', 'update my tools', 'remove tool', 'edit tool inventory'.

Parameters:

  • action (string): Action: add, remove, update, list
  • name (string): Tool name (e.g. Gmail, Slack, GitHub, Notion, Calendar)
  • category (string): Category: Communication, Productivity, Development, Media, Finance, Other
  • frequency (string): Usage frequency: daily, weekly, monthly
  • useCase (string): Primary use case in 1-3 words
  • painPoints (string): Optional friction or pain points with this tool
  • toolId (string): Tool ID for remove/update actions

enso_workflow_mapper_map_workflow

Create or edit a daily workflow mapping with ordered steps, tools used, time estimates, and friction points. Use template names like 'Morning routine', 'Work deep focus', 'Meeting prep', 'End of day review', 'Weekend planning'. Use when the user says: 'map a workflow', 'create workflow', 'morning routine', 'map my process', 'add workflow steps'.

Parameters:

  • action (string): Action: create, view, add_step, remove_step, delete
  • name (string): Workflow name
  • template (string): Template: morning_routine, deep_focus, meeting_prep, end_of_day, weekend_planning, blank
  • workflowId (string): Workflow ID for view/edit/delete actions
  • stepLabel (string): Step description for add_step
  • stepTool (string): Tool used at this step for add_step
  • stepMinutes (number): Estimated minutes for this step
  • stepFriction (string): Friction/pain point at this step (optional)
  • stepId (string): Step ID for remove_step

Read the full file on GitHub · 68 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 68 lines · 28 tokens per session scan A f3444d3eddf0

Subscribe to this mod's changes

workflow_mapper is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 923 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories