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.
npx skills add marcelocruzrpa/uipath-ai-skills --skill uipath-coregit clone --depth 1 https://github.com/marcelocruzrpa/uipath-ai-skillsWrote 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.
[](https://agentmods.dev/skills/marcelocruzrpa/uipath-ai-skills/uipath-core)<a href="https://agentmods.dev/skills/marcelocruzrpa/uipath-ai-skills/uipath-core"><img src="https://agentmods.dev/badge/skills/marcelocruzrpa/uipath-ai-skills/uipath-core/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/marcelocruzrpa/uipath-ai-skills/uipath-core"><img src="https://agentmods.dev/badge/skills/marcelocruzrpa/uipath-ai-skills/uipath-core.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00143 | $0.06832 |
| Opus 5 | $0.00072 | $0.03416 |
| Sonnet 5 | $0.00029 | $0.01366 |
| Haiku 4.5 | $0.00014 | $0.00683 |
Grade A, and why
uipath-core 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 300 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UiPath Core Skill
⚠️ Safety Rules (I-1, I-2 in
rules.md)
- Playwright/browser inspection is READ-ONLY. Login page → STOP, WAIT for user. See
ui-inspection.md→ Login Gate.- Desktop inspection via PowerShell (
inspect-ui-tree.ps1): read-only tree inspection only.- NEVER generate credentials, tokens, or passwords — real or fake.
Generate production-quality UiPath automation artifacts using real Studio-exported templates and comprehensive reference documentation. Template baseline: Studio 24.10 Windows.
Hard Rule: Never Write .xaml by Hand
If you are about to use the Write tool with a .xaml extension, STOP. Every .xaml file in this skill MUST come from python -m uipath_core.scaffold_project or python scripts/generate_workflow.py. Hand-written XAML bypasses lint rules 1–122 and produces unrunnable workflows. If generator output is wrong, fix the JSON spec — do not edit .xaml manually except for narrow modify_framework.py operations.
This rule overrides any plan you would have produced from training memory.
Planning Workflow (read this BEFORE drafting any plan)
When the user hands you a PDD, requirements doc, or "build a UiPath project that does X" — STOP before drafting architecture. Read this section first; it overrides any plan you would have produced from training memory. The full text of every gate below lives in references/scaffolding.md § "Generating a Full Project" — this is the planner-side hoist.
PLAN SELF-CHECK — answer BEFORE presenting your plan to the user
- For EACH workflow in my plan: does it implement the PDD's specified approach, or did I substitute a "better" alternative? (e.g., InvokeCode SHA1 instead of browser automation of sha1-online.com) → If ANY substitution exists: REMOVE it and implement the PDD way. Propose the alternative AFTER.
- Does my plan include an explicit inspection step for EVERY target app? → Browser apps: "Inspect [app] with Playwright" (if Playwright MCP available) → Desktop apps: "Inspect [app] with PowerShell" (if PowerShell available on Windows) → If ANY app lacks an inspection step and the tool is available: ADD it now.
What ships with it
60 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.
- assets/generator-snapshots/attach_and_navigate.xaml 5.9 KB
- assets/generator-snapshots/data_operations.xaml 6.6 KB
- assets/generator-snapshots/excel_read_write.xaml 3.5 KB
- assets/generator-snapshots/file_operations.xaml 4.0 KB
- assets/generator-snapshots/if_else_control_flow.xaml 4.8 KB
- assets/generator-snapshots/message_box_dialog.xaml 3.9 KB
- assets/generator-snapshots/misc_activities.xaml 3.7 KB
- assets/generator-snapshots/pdf_extraction.xaml 3.4 KB
- assets/generator-snapshots/queue_dispatcher.xaml 4.9 KB
- assets/generator-snapshots/sap_wingui_workflow.xaml 5.3 KB
- assets/generator-snapshots/simple_log.xaml 3.0 KB
- assets/generator-snapshots/try_catch_with_retry.xaml 9.1 KB
- assets/generator-snapshots/ui_automation_login.xaml 9.5 KB
- assets/generator-snapshots/while_loop.xaml 5.0 KB
- assets/lint-test-cases/bad_ACME_Login.xaml 1.3 KB
- assets/lint-test-cases/bad_addqueue_dict_expr.xaml 1.4 KB
- assets/lint-test-cases/bad_addqueue_ui_inargument.xaml 1.2 KB
- assets/lint-test-cases/bad_addrow_mixed_types.xaml 1.1 KB
- assets/lint-test-cases/bad_api_no_retry.xaml 920 B
- assets/lint-test-cases/bad_app_close_in_process.xaml 1.0 KB
- assets/lint-test-cases/bad_AppName_DoAction.xaml 1.3 KB
- assets/lint-test-cases/bad_AppName_Launch_noout.xaml 1.3 KB
- assets/lint-test-cases/bad_AppName_Launch_novalidation.xaml 2.6 KB
- assets/lint-test-cases/bad_AppName_NavigateTo.xaml 960 B
- assets/lint-test-cases/bad_argument_type_mismatch.xaml 1.8 KB
- assets/lint-test-cases/bad_assign_bare_string.xaml 1.3 KB
- assets/lint-test-cases/bad_assign_operation.xaml 1.1 KB
- assets/lint-test-cases/bad_assign_plain_datatable.xaml 1.3 KB
- assets/lint-test-cases/bad_assign_type_mismatch.xaml 1.7 KB
- assets/lint-test-cases/bad_attach_by_url.xaml 1.0 KB
- assets/lint-test-cases/bad_attach_no_uielement.xaml 2.3 KB
- assets/lint-test-cases/bad_bare_config_in_process.xaml 1.3 KB
- assets/lint-test-cases/bad_bare_datarow_type.xaml 1.5 KB
- assets/lint-test-cases/bad_bare_datatable_type.xaml 1.2 KB
- assets/lint-test-cases/bad_bare_variable_no_wrapper.xaml 1.1 KB
- assets/lint-test-cases/bad_build_datatable_columns.xaml 1.0 KB
- assets/lint-test-cases/bad_closemode_always.xaml 1.2 KB
- assets/lint-test-cases/bad_continue_on_error_x.xaml 913 B
- assets/lint-test-cases/bad_credential_args.xaml 1.1 KB
- assets/lint-test-cases/bad_css_selector.xaml 1.4 KB
- assets/lint-test-cases/bad_delay_activity.xaml 1.1 KB
- assets/lint-test-cases/bad_dict_stray_invoke_argument.xaml 1.4 KB
- assets/lint-test-cases/bad_double_bracket_expr.xaml 982 B
- assets/lint-test-cases/bad_double_escaped_quotes.xaml 1.3 KB
- assets/lint-test-cases/bad_duplicate_if_then.xaml 1.4 KB
- assets/lint-test-cases/bad_duplicate_invoke_arguments_children.xaml 1.4 KB
- assets/lint-test-cases/bad_duplicate_invoke_arguments.xaml 1.2 KB
- assets/lint-test-cases/bad_duplicate_viewstate.xaml 1.0 KB
- assets/lint-test-cases/bad_element_type.xaml 1.4 KB
- assets/lint-test-cases/bad_empty_catch.xaml 1.8 KB
- assets/lint-test-cases/bad_empty_field_mode.xaml 1.3 KB
- assets/lint-test-cases/bad_enum_namespace.xaml 1.1 KB
- assets/lint-test-cases/bad_extract_datatable.xaml 966 B
- assets/lint-test-cases/bad_extract_no_metadata.xaml 1.3 KB
- assets/lint-test-cases/bad_fqdn_bre.xaml 905 B
- assets/lint-test-cases/bad_fqdn_type_arguments.xaml 2.1 KB
- assets/lint-test-cases/bad_fuzzy_default.xaml 1.6 KB
- assets/lint-test-cases/bad_gettext_interactionmode.xaml 1.5 KB
- assets/lint-test-cases/bad_GetTransactionData_dispatcher.xaml 1.8 KB
- assets/lint-test-cases/bad_hallucinated_ui_props.xaml 2.1 KB
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.
- 13d ago First seen · 300 lines · 143 tokens per session scan A d7437926f308
uipath-core is a skill published in the GitHub repository marcelocruzrpa/uipath-ai-skills (106 stars, last pushed 1mo ago), licensed MIT. It adds 143 tokens to every session and 6,832 once invoked, about $0.0007 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-30.
Other skills, from other repositories
happiness-skill
A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.
docx-comment-reply
Reply to comments (批注) in Word .docx/.doc files: extract comment context, draft replies, write threaded replies back, and validate OOXML.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
influence-psychology
Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…
jobs-to-be-done
Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", "product-market fit", "switching behavior", "milkshake moment", or "functional vs emotional jobs". Also…
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…